Add'l details screen reader output Is there anything else you’d like us to know about your domain request? #1396
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Notify users based on issue labels | |
on: | |
issues: | |
types: [labeled] | |
pull_request: | |
types: [labeled] | |
jobs: | |
notify: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- uses: jenschelkopf/[email protected] | |
with: | |
recipients: | | |
design-review=@Katherine-Osos | |
message: 'cc/ {recipients} — adding you to this **{label}** issue!' | |