forked from sourcegraph/sourcegraph-public-snapshot
-
Notifications
You must be signed in to change notification settings - Fork 1
26 lines (24 loc) · 973 Bytes
/
label-notify.yml
File metadata and controls
26 lines (24 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: "Notify users based on issue labels"
on:
issues:
types: [labeled]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: felixfbecker/issue-label-notification-action@57b8a1f93c7951ce8af6cce8c6c90ae35a51c2e0
with:
token: "${{ secrets.LABELER_GITHUB_TOKEN }}"
edit_body: true
message: /cc {recipients}
recipients: |
team/growth=@sourcegraph/growth
team/cloud=@sourcegraph/cloud
team/search-product=@sourcegraph/search-product
team/search-core=@sourcegraph/search-core
team/code-insights=@vovakulikov
team/security=@dcomas
team/dev-experience=@jhchabran @kstretch9
team/devops=@sourcegraph/cloud-devops
cody-gateway=@unknwon @eseliger @bobheadxi @rafax
team/search-platform=@sourcegraph/search-platform