What's new for developers? (January 2024) #3
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 roundup label | |
on: | |
issues: | |
types: [labeled] | |
jobs: | |
notify: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: jenschelkopf/issue-label-notification-action@1.3 | |
with: | |
message: 'Heads-up {receipients}, to include news for developers, please add a commnet on this issue. Deadline 8th of next month' | |
recipients: | | |
Monthly Roundup=@bph |