mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 17:16:03 +02:00
* Update bcnotify.yaml * Update build-validation.yml * Update markdownlint.yml
20 lines
555 B
YAML
20 lines
555 B
YAML
name: "bc-notification"
|
|
on:
|
|
issues:
|
|
types: [edited, labeled]
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 #@v2
|
|
- uses: timheuer/issue-notifier@84b8e0081c0abce88ac2673f1f3ad8529a040586 #@v1.0.2
|
|
env:
|
|
SENDGRID_API_KEY: ${{ secrets.SENDGRID_API }}
|
|
with:
|
|
fromMailAddress: '${{ secrets.BC_NOTIFY }}'
|
|
toMailAddress: '${{ secrets.BC_NOTIFY }}'
|
|
subject: 'BC:'
|
|
subjectPrefix: 'BC:'
|
|
labelsToMonitor: "breaking-change"
|