Skip to content

Commit 4122c95

Browse files
authored
chore: add pact-foundation triage automation
1 parent b06aa96 commit 4122c95

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/triage.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Triage Issue
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
- labeled
8+
pull_request:
9+
types:
10+
- labeled
11+
12+
jobs:
13+
call-workflow:
14+
uses: pact-foundation/.github/.github/workflows/triage.yml@master
15+
secrets: inherit

0 commit comments

Comments
 (0)