Skip to content

Commit

Permalink
Merge pull request #684 from mhashizume/PA-5395/main/github_issues
Browse files Browse the repository at this point in the history
(PA-5395) Issues housekeeping
  • Loading branch information
mhashizume authored Dec 1, 2023
2 parents 201f965 + d11f09a commit bc9ef10
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/jira.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Export issue to Jira

on:
issues:
types: [labeled]

permissions:
issues: write

jobs:
export:
uses: "puppetlabs/phoenix-github-actions/.github/workflows/jira.yml@main"
with:
jira-project: PA
jira-base-url: ${{ vars.jira_base_url }}
jira-user-email: ${{ vars.jira_user_email }}
secrets:
jira-api-token: ${{ secrets.JIRA_ISSUES_ACTION }}
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "Apache-2.0",
"source": "https://github.com/puppetlabs/puppetlabs-puppet_agent",
"project_page": "https://github.com/puppetlabs/puppetlabs-puppet_agent",
"issues_url": "http://tickets.puppetlabs.com/browse/MODULES",
"issues_url": "https://github.com/puppetlabs/puppetlabs-puppet_agent/issues",
"dependencies": [
{
"name": "puppetlabs-stdlib",
Expand Down

0 comments on commit bc9ef10

Please sign in to comment.