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
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user