Skip to content

Commit

Permalink
Update sync_issue_to_jira.yaml to v2 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical authored Apr 5, 2023
1 parent 734d620 commit 9f1efbe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/sync_issue_to_jira.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ on:
jobs:
sync:
name: Sync GitHub issue to Jira
uses: "canonical/data-platform-workflows/\
.github/workflows/sync_issue_to_jira.yaml@v1"
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v2
with:
jira-component-name: mysql-k8s
jira-base-url: https://warthogs.atlassian.net
jira-project-key: DPE
jira-component-names: mysql-k8s,mysql-router-k8s,rock
secrets:
jira-webhook-url: ${{ secrets.JIRA_URL }}
jira-api-token: ${{ secrets.JIRA_API_TOKEN }}
jira-user-email: ${{ secrets.JIRA_USER_EMAIL }}
permissions:
issues: write # Needed to create GitHub issue comment
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ skip_install = true
deps =
yamllint
commands =
yamllint --no-warnings rockcraft.yaml .github
yamllint --no-warnings rockcraft.yaml

[testenv:integration-charm]
description = run operator integration tests
Expand Down

0 comments on commit 9f1efbe

Please sign in to comment.