Skip to content

Commit

Permalink
chore: setup JIRA sync
Browse files Browse the repository at this point in the history
  • Loading branch information
d-loose authored and Tim Holmes-Mitra committed Sep 1, 2023
1 parent 1ccfa41 commit 8425db6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/sync-gh-jira.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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: 'S-Flutter'

0 comments on commit 8425db6

Please sign in to comment.