Skip to content

Commit

Permalink
Merge pull request #326 from layer5io/leecalcote/ci/star-notifier
Browse files Browse the repository at this point in the history
chore(ci): Notify on start watching, not on watch label
  • Loading branch information
nebula-aac authored Nov 12, 2023
2 parents 6a24044 + 7ee3c11 commit 7e32aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Slack Notify
on:
watch:
issues:
types: [labeled]
types: [started]
jobs:
star-notify:
if: github.event_name == 'watch'
Expand Down

0 comments on commit 7e32aa5

Please sign in to comment.