Skip to content

Commit 41e9974

Browse files
authored
Merge pull request #80 from contentstack/fix/master-synk-fix
Fix/master synk fix
2 parents f11572d + e482b0a commit 41e9974

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/jira.yml

+5
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)