Update on CRA (Meeting Linux Fundation on 10-11th December) #8
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: Send TSC meeting agenda to email list | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: timheuer/issue-notifier@v1 | |
env: | |
SENDGRID_API_KEY: ${{ secrets.SENDGRID_API_KEY }} | |
with: | |
fromMailAddress: 'tac@openmainframeproject.org' | |
toMailAddress: '[MAILING LIST EMAIL]' | |
subject: 'TSC meeting agenda' | |
labelsToMonitor: 'meeting' |