Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
JIRA integration workflow
  • Loading branch information
AFoletti authored Aug 14, 2024
1 parent 16bfd6e commit a6f845d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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 }}

0 comments on commit a6f845d

Please sign in to comment.