Skip to content

Commit

Permalink
(maint) Add action to export GH issues to jira
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcooper committed Oct 10, 2023
1 parent 919779c commit 8bc9b7e
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: PUP
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 8bc9b7e

Please sign in to comment.