diff --git a/.github/workflows/issue-labeled.yml b/.github/workflows/issue-labeled.yml index 74c194679f43..3a1cfa9b6ba3 100644 --- a/.github/workflows/issue-labeled.yml +++ b/.github/workflows/issue-labeled.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: awaiting reply - if: github.event.label.name == 'awaiting-reply' + if: github.event.label.name == 'needs-example' uses: actions-cool/issues-helper@v3 with: actions: "create-comment"