jira-sync: transition to "Closed" not "Close" (#758)
This commit is contained in:
parent
324d68956a
commit
999b0b7ec3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/jira.yaml
vendored
2
.github/workflows/jira.yaml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
||||||
uses: atlassian/gajira-transition@v2.0.1
|
uses: atlassian/gajira-transition@v2.0.1
|
||||||
with:
|
with:
|
||||||
issue: ${{ steps.search.outputs.issue }}
|
issue: ${{ steps.search.outputs.issue }}
|
||||||
transition: Close
|
transition: Closed
|
||||||
|
|
||||||
- name: Reopen ticket
|
- name: Reopen ticket
|
||||||
if: github.event.action == 'reopened' && steps.search.outputs.issue
|
if: github.event.action == 'reopened' && steps.search.outputs.issue
|
||||||
|
|
Loading…
Reference in a new issue