Skip to content

Commit 92c85ad

Browse files
authored
Merge pull request #51 from mhashizume/PA-5395/main/github_issues
(PA-5395) Issues housekeeping
2 parents 193dec7 + 159bbea commit 92c85ad

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.github/workflows/jira.yml

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

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache-2.0",
77
"source": "https://github.com/puppetlabs/puppetlabs-mount_core",
88
"project_page": "https://github.com/puppetlabs/puppetlabs-mount_core",
9-
"issues_url": "https://tickets.puppetlabs.com/projects/MODULES",
9+
"issues_url": "https://github.com/puppetlabs/puppetlabs-mount_core/issues",
1010
"dependencies": [
1111

1212
],

0 commit comments

Comments
 (0)