We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fac270 commit 2cbe4e0Copy full SHA for 2cbe4e0
.github/workflows/jira.yml
@@ -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