Skip to content

Commit a0d01b9

Browse files
committed
chore: add workflow to create a jira issue for pactflow team when smartbear-supported label added to github issue
1 parent d67c401 commit a0d01b9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: SmartBear Supported Issue Label Added
2+
3+
on:
4+
issues:
5+
types:
6+
- labeled
7+
8+
jobs:
9+
call-workflow:
10+
uses: pact-foundation/.github/.github/workflows/smartbear-issue-label-added.yml@master
11+
secrets: inherit

0 commit comments

Comments
 (0)