Skip to content

Commit

Permalink
chore: add pact-foundation triage automation
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Aug 4, 2023
1 parent 446c114 commit 7dbb3a7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Triage Issue

on:
issues:
types:
- opened
- labeled
pull_request:
types:
- labeled

jobs:
call-workflow:
uses: pact-foundation/.github/.github/workflows/triage.yml@master
secrets: inherit

0 comments on commit 7dbb3a7

Please sign in to comment.