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 b06aa96 commit 4122c95
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/triage.yml
@@ -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 4122c95

Please sign in to comment.