mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
Initial repo config (#9)
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user