mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Add notification for when PRs are labeled, too
This commit is contained in:
parent
8b93216732
commit
f76e3619de
1 changed files with 2 additions and 0 deletions
2
.github/workflows/issue-label-notifier.yaml
vendored
2
.github/workflows/issue-label-notifier.yaml
vendored
|
@ -3,6 +3,8 @@ name: Notify users based on issue labels
|
|||
on:
|
||||
issues:
|
||||
types: [labeled]
|
||||
pull_request:
|
||||
types: [labeled]
|
||||
|
||||
jobs:
|
||||
notify:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue