From 741c5d5010fcb85e63e4b4719fa52a45dc0acb80 Mon Sep 17 00:00:00 2001 From: Finn Evers Date: Fri, 26 Dec 2025 11:16:32 +0100 Subject: [PATCH] Revive "good first issue" notifier (#45679) We adjusted the labels some time ago, but never took care of the `good first issue` notifier that posts the good first issues to discord. Adjusting the label accordingly so that it notifies people again. Release Notes: - N/A --- .github/workflows/good_first_issue_notifier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: