Skip to content

Commit bc9ef10

Browse files
authored
Merge pull request #684 from mhashizume/PA-5395/main/github_issues
(PA-5395) Issues housekeeping
2 parents 201f965 + d11f09a commit bc9ef10

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-puppet_agent",
88
"project_page": "https://github.com/puppetlabs/puppetlabs-puppet_agent",
9-
"issues_url": "http://tickets.puppetlabs.com/browse/MODULES",
9+
"issues_url": "https://github.com/puppetlabs/puppetlabs-puppet_agent/issues",
1010
"dependencies": [
1111
{
1212
"name": "puppetlabs-stdlib",

0 commit comments

Comments
 (0)