Skip to content

Commit

Permalink
Merge pull request #2408 from joshcooper/issues
Browse files Browse the repository at this point in the history
(PA-5857) Use action to export issues to JIRA
  • Loading branch information
joshcooper authored Oct 23, 2023
2 parents 103f5c1 + 039bef6 commit 7902dd1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/jira.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
issues:
types: [labeled]

permissions:
issues: write

jobs:
export:
uses: "puppetlabs/phoenix-github-actions/.github/workflows/jira.yml@main"
with:
jira-project: PA
jira-base-url: ${{ vars.jira_base_url }}
jira-user-email: ${{ vars.jira_user_email }}
secrets:
jira-api-token: ${{ secrets.JIRA_ISSUES_ACTION }}

0 comments on commit 7902dd1

Please sign in to comment.