Skip to content

Commit fabd0e9

Browse files
authored
update: JIRA project to CSL in workflows (#752)
1 parent 56d1852 commit fabd0e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/jira-issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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 }}._"

.github/workflows/jira-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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 }}._"

0 commit comments

Comments
 (0)