Skip to content

Commit

Permalink
ci: Add Jira sync action
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuntu authored Nov 9, 2023
2 parents 1cb6e7d + 130e422 commit 409b6e7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/jira-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Sync GitHub issues to Jira
on: [issues, issue_comment]

jobs:
sync-issues:
name: Sync issues to Jira
runs-on: ubuntu-latest
steps:
- uses: canonical/sync-issues-github-jira@v1
with:
webhook-url: ${{ secrets.JIRA_WEBHOOK_URL }}
component: 'Gaming'
label: 'jira'

0 comments on commit 409b6e7

Please sign in to comment.