Skip to content

Commit 2cbe4e0

Browse files
committed
(maint) PA-5855 Use action to export issues to JIRA
1 parent 6fac270 commit 2cbe4e0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/jira.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
on:
2+
issues:
3+
types: [labeled]
4+
5+
permissions:
6+
issues: write
7+
8+
jobs:
9+
export:
10+
uses: "puppetlabs/phoenix-github-actions/.github/workflows/jira.yml@main"
11+
with:
12+
jira-project: FACT
13+
jira-base-url: ${{ vars.jira_base_url }}
14+
jira-user-email: ${{ vars.jira_user_email }}
15+
secrets:
16+
jira-api-token: ${{ secrets.JIRA_ISSUES_ACTION }}

0 commit comments

Comments
 (0)