Skip to content

Commit

Permalink
Merge pull request #15 from UTDNebula/ticket-issue-syncing
Browse files Browse the repository at this point in the history
Initial Action Setup
  • Loading branch information
dlaunikitis authored Nov 1, 2023
2 parents 14343b2 + 48ce095 commit 8cdfc8d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/sync-issues-github-jira.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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 }}

0 comments on commit 8cdfc8d

Please sign in to comment.