File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3939 if : github.event.action == 'opened'
4040 uses : tomhjp/gh-action-jira-create@3ed1789cad3521292e591a7cfa703215ec1348bf # v0.2.1
4141 with :
42- project : NET
42+ project : CSL
4343 issuetype : " ${{ steps.set-ticket-type.outputs.TYPE }}"
4444 summary : " ${{ github.event.repository.name }} [${{ steps.set-ticket-type.outputs.TYPE }} #${{ github.event.issue.number }}]: ${{ github.event.issue.title }}"
4545 description : " ${{ github.event.issue.body || github.event.pull_request.body }}\n\n _Created in GitHub by ${{ github.actor }}._"
Original file line number Diff line number Diff line change 5252 if : ( github.event.action == 'opened' && steps.is-team-member.outputs.MESSAGE == 'false' )
5353 uses : tomhjp/gh-action-jira-create@3ed1789cad3521292e591a7cfa703215ec1348bf # v0.2.1
5454 with :
55- project : NET
55+ project : CSL
5656 issuetype : " ${{ steps.set-ticket-type.outputs.TYPE }}"
5757 summary : " ${{ github.event.repository.name }} [${{ steps.set-ticket-type.outputs.TYPE }} #${{ github.event.pull_request.number }}]: ${{ github.event.pull_request.title }}"
5858 description : " ${{ github.event.issue.body || github.event.pull_request.body }}\n\n _Created in GitHub by ${{ github.actor }}._"
You can’t perform that action at this time.
0 commit comments