Skip to content

Commit

Permalink
Adds issues workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
saltiyazan committed Aug 31, 2023
1 parent a4dcd8c commit a216a52
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/issues.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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:
JIRA_URL: ${{ secrets.JIRA_URL }}

0 comments on commit a216a52

Please sign in to comment.