Skip to content

Commit 6f4dcd0

Browse files
authored
Merge pull request #6435 from layer5io/miacycle-patch-1
[CI] Run slack notifier when "good first issue" label is added.
2 parents d2cbbd1 + c57f318 commit 6f4dcd0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/slack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Slack Notify
22
on:
33
watch:
44
types: [started]
5+
issues:
6+
types: [labeled]
57
jobs:
68
star-notify:
79
if: github.event_name == 'watch'

0 commit comments

Comments
 (0)