diff --git a/.github/workflows/good_first_issue_notifier.yml b/.github/workflows/good_first_issue_notifier.yml index 1db992502beb1256da065a54a30e146e3efa48b5..ae963689c42a35dcba1435cf6898e61cf6592fe0 100644 --- a/.github/workflows/good_first_issue_notifier.yml +++ b/.github/workflows/good_first_issue_notifier.yml @@ -6,7 +6,7 @@ on: jobs: handle-good-first-issue: - if: github.event.label.name == 'good first issue' && github.repository_owner == 'zed-industries' + if: github.event.label.name == '.contrib/good first issue' && github.repository_owner == 'zed-industries' runs-on: ubuntu-latest steps: