Sha256: 368aff77300a0eccacc6d65cb89a64c4577bb71618c8a562047e0667e08ef876

Contents?: true

Size: 410 Bytes

Versions: 32

Compression:

Stored size: 410 Bytes

Contents

name: Remove Stale or Waiting Labels
on:
  issue_comment:
    types: [created]
  workflow_dispatch:
jobs:
  remove-labels-on-activity:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: actions-ecosystem/action-remove-labels@v1
        if: contains(github.event.issue.labels.*.name, 'Waiting for Response')
        with:
          labels: |
            Waiting for Response

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
shopify_api-14.8.0 .github/workflows/remove-labels-on-activity.yml
shopify_api-14.7.0 .github/workflows/remove-labels-on-activity.yml
shopify_api-14.6.0 .github/workflows/remove-labels-on-activity.yml
shopify_api-14.5.0 .github/workflows/remove-labels-on-activity.yml
shopify_api-14.4.0 .github/workflows/remove-labels-on-activity.yml
shopify_api-14.3.0 .github/workflows/remove-labels-on-activity.yml
shopify_api-14.2.0 .github/workflows/remove-labels-on-activity.yml
shopify_api-14.1.0 .github/workflows/remove-labels-on-activity.yml
shopify_api-14.0.1 .github/workflows/remove-labels-on-activity.yml
shopify_api-14.0.0 .github/workflows/remove-labels-on-activity.yml
shopify_api-13.4.0 .github/workflows/remove-labels-on-activity.yml
shopify_api-13.3.1 .github/workflows/remove-labels-on-activity.yml
shopify_api-13.3.0 .github/workflows/remove-labels-on-activity.yml
shopify_api-13.2.0 .github/workflows/remove-labels-on-activity.yml
shopify_api-13.1.0 .github/workflows/remove-labels-on-activity.yml
shopify_api-13.0.0 .github/workflows/remove-labels-on-activity.yml
shopify_api-12.5.0 .github/workflows/remove-labels-on-activity.yml
shopify_app-21.4.1 .github/workflows/remove-labels-on-activity.yml
shopify_app-21.4.0 .github/workflows/remove-labels-on-activity.yml
shopify_api-12.4.0 .github/workflows/remove-labels-on-activity.yml