File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8282 - name : Jira Add comment on issue
8383 if : env.JIRA_CREATE_COMMENT_AUTO == 'true' && env.GITHUB_ISSUE_TYPE == 'issue' && env.GITHUB_ISSUE_HAS_JIRA_ISSUE_LABEL == 'true'
8484 id : add_comment_jira_issue
85- uses : atlassian/gajira-comment@v2.0.0
85+ uses : atlassian/gajira-comment@v2.0.2
8686 env :
8787 GITHUB_ISSUE_TYPE : ${{ steps.github_issue_type.outputs.result }}
8888 GITHUB_ISSUE_HAS_JIRA_ISSUE_LABEL : ${{ steps.github_issue_has_jira_issue_label.outputs.result }}
Original file line number Diff line number Diff line change 2727 - name : Jira Create issue
2828 if : env.JIRA_CREATE_ISSUE_AUTO == 'true'
2929 id : create_jira_issue
30- uses : atlassian/gajira-create@v2.0.0
30+ uses : atlassian/gajira-create@v2.0.1
3131 with :
3232 project : ${{ secrets.JIRA_PROJECT }}
3333 issuetype : ${{ secrets.JIRA_ISSUE_TYPE }}
Original file line number Diff line number Diff line change 2727 - name : Jira Create issue
2828 if : github.event.label.name == env.JIRA_ISSUE_LABEL
2929 id : create_jira_issue
30- uses : atlassian/gajira-create@v2.0.0
30+ uses : atlassian/gajira-create@v2.0.1
3131 with :
3232 project : ${{ secrets.JIRA_PROJECT }}
3333 issuetype : ${{ secrets.JIRA_ISSUE_TYPE }}
You can’t perform that action at this time.
0 commit comments