-
Notifications
You must be signed in to change notification settings - Fork 11
Add label notifier GH action #549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
.github/workflows/label-notifier.yml
Outdated
| with: | ||
| recipients: | ||
| squad-core=@andrew-dawson-seqera @tcrespog | ||
| squad-pipelines=atsyganov @swingingsimian |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing a @ here : can I also be added to all squads? @swampie
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@swampie Good catch and done - thanks!
| steps: | ||
| - uses: jenschelkopf/issue-label-notification-action@1.3 | ||
| with: | ||
| recipients: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: IMO we should use teams instead of specific user handles. It will make IT happier
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alvaromartmart Thanks. Many of these teams need to be created in our organization. I don't have permissions and have requested @swampie make the required changes.
Workflow to send notifications to recipients when a label is applied to an issue.