Skip to content

Commit e482b0a

Browse files
Merge branch 'master' into staging
Signed-off-by: Amitkanswal <amit.kanswal@contentstack.com>
2 parents f11572d + e005cee commit e482b0a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/jira.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ jobs:
2626
PR: ${{ github.event.pull_request.html_url }}
2727
2828
fields: "${{ secrets.JIRA_FIELDS }}"
29+
- name: Transition issue
30+
uses: atlassian/gajira-transition@v3
31+
with:
32+
issue: ${{ steps.create.outputs.issue }}
33+
transition: ${{ secrets.JIRA_TRANSITION }}

0 commit comments

Comments
 (0)