How to disable specific heading levels in the Editor #262
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/[email protected] | |
with: | |
recipients: | | |
Monthly Roundup=@bph @adamziel @bgrgicak @pbking @mikachan @kathrynwp @jonathanbossenger @alexapeduzzi | |
message: 'Heads-up {recipients}: To include your project''s **news for developers**, please add the information or a link as a comment to this issue. Deadline 8th of next month' |