Initial repo config (#9)

This commit is contained in:
Andy De George
2020-08-14 09:59:30 -07:00
committed by GitHub
parent 0bd846142c
commit 68a0edef8a
27 changed files with 1204 additions and 25 deletions
+19
View File
@@ -0,0 +1,19 @@
name: "bc-notification"
on:
issues:
types: [edited, labeled]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: timheuer/[email protected]
env:
SENDGRID_API_KEY: ${{ secrets.SENDGRID_API }}
with:
fromMailAddress: '${{ secrets.BC_NOTIFY }}'
toMailAddress: '${{ secrets.BC_NOTIFY }}'
subject: 'BC:'
subjectPrefix: 'BC:'
labelsToMonitor: "breaking-change"