Sha256: df7e97101bddb248ed2c8927def6d3f849436a16c4f878639946fe29405cea3d

Contents?: true

Size: 410 Bytes

Versions: 17

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@v3
      - 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

17 entries across 17 versions & 1 rubygems

Version Path
shopify_app-22.5.1 .github/workflows/remove-labels-on-activity.yml
shopify_app-22.5.0 .github/workflows/remove-labels-on-activity.yml
shopify_app-22.4.0 .github/workflows/remove-labels-on-activity.yml
shopify_app-22.3.1 .github/workflows/remove-labels-on-activity.yml
shopify_app-22.3.0 .github/workflows/remove-labels-on-activity.yml
shopify_app-22.2.1 .github/workflows/remove-labels-on-activity.yml
shopify_app-22.2.0 .github/workflows/remove-labels-on-activity.yml
shopify_app-22.1.0 .github/workflows/remove-labels-on-activity.yml
shopify_app-22.0.1 .github/workflows/remove-labels-on-activity.yml
shopify_app-22.00.0 .github/workflows/remove-labels-on-activity.yml
shopify_app-21.10.0 .github/workflows/remove-labels-on-activity.yml
shopify_app-21.9.0 .github/workflows/remove-labels-on-activity.yml
shopify_app-21.8.1 .github/workflows/remove-labels-on-activity.yml
shopify_app-21.8.0 .github/workflows/remove-labels-on-activity.yml
shopify_app-21.7.0 .github/workflows/remove-labels-on-activity.yml
shopify_app-21.6.0 .github/workflows/remove-labels-on-activity.yml
shopify_app-21.5.0 .github/workflows/remove-labels-on-activity.yml