Skip to content

Commit

Permalink
chore: add workflow to create a jira issue for pactflow team when sma…
Browse files Browse the repository at this point in the history
…rtbear-supported label added to github issue
  • Loading branch information
bethesque committed Jan 17, 2023
1 parent d6f525f commit 9f4aabe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/smartbear-issue-label-added.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: SmartBear Supported Issue Label Added

on:
issues:
types:
- labeled

jobs:
call-workflow:
uses: pact-foundation/.github/.github/workflows/smartbear-issue-label-added.yml@master
secrets: inherit

0 comments on commit 9f4aabe

Please sign in to comment.