Skip to content

Commit eccbba6

Browse files
authored
chore: add jira issue label workflow (#255)
1 parent 129d05c commit eccbba6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Jira Issue Label Added
2+
3+
on:
4+
issues:
5+
types:
6+
- labeled
7+
8+
jobs:
9+
call-workflow:
10+
uses: stoplightio/.github/.github/workflows/jira-issue-label-added.yaml@master
11+
with:
12+
team-name: ${{ contains(github.event.pull_request.labels.*.name, 'team/bear-claws') && 'Bear Claws' || contains(github.event.pull_request.labels.*.name, 'team/honey-hackers') && 'Honey Hackers' || contains(github.event.pull_request.labels.*.name, 'team/maintenance') && 'Maintenance' || '' }}
13+
secrets: inherit

0 commit comments

Comments
 (0)