Skip to content

Commit

Permalink
Adds issues workflow
Browse files Browse the repository at this point in the history
Syncs issues from Github to jira
  • Loading branch information
saltiyazan committed Sep 4, 2023
1 parent 1fac708 commit 0083524
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/issues.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Sync Issues to JIRA

on:
issues:
types: [opened, reopened, closed]

jobs:
update:
name: Update Issue
uses: canonical/sdcore-github-workflows/.github/workflows/issues.yaml@main
secrets: inherit

0 comments on commit 0083524

Please sign in to comment.