We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67c401 commit a0d01b9Copy full SHA for a0d01b9
.github/workflows/smartbear-issue-label-added.yml
@@ -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