1
0
mirror of synced 2026-01-08 03:06:34 -05:00
Files
airbyte/.github/workflows/notify-on-label.yml
2022-05-24 16:13:04 +02:00

18 lines
411 B
YAML

name: Notify team
on:
issues:
types: [labeled]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: jenschelkopf/issue-label-notification-action@1.3
with:
token: ${{ secrets.OCTAVIA_PAT }}
message: 'cc {recipients}'
# Specify a map of label -> team/user to notify
recipients: |
team/frontend=@airbytehq/frontend