Skip to content

Document New functionality testing #130

Document New functionality testing

Document New functionality testing #130

Workflow file for this run

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: '[email protected]'
toMailAddress: '[email protected]'
subject: 'TSC meeting agenda'
labelsToMonitor: 'meeting'