Skip to content

Commit b093edb

Browse files
committed
update
1 parent 39e8d4e commit b093edb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/jira-issue.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
1919
with:
2020
config: ${{ vars.PERMISSIONS_CONFIG }}
21-
21+
2222
- name: Create JIRA ticket
2323
uses: mongodb/apix-action/create-jira@v8
2424
id: create
@@ -29,20 +29,20 @@ jobs:
2929
project-key: MCP
3030
summary: "HELP: GitHub Issue n. ${{ github.event.issue.number }}"
3131
issuetype: Task
32-
32+
3333
- name: Show result
3434
run: |
3535
echo "JIRA action result: ${{ steps.create.outputs.issue-key || 'FAILED' }}"
3636
echo "Exit code: ${{ steps.create.outcome }}"
37-
37+
3838
- name: Add comment
3939
if: steps.create.outputs.issue-key
4040
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
4141
with:
4242
issue-number: ${{ github.event.issue.number }}
4343
body: |
4444
Thanks for opening this issue. The ticket [${{ steps.create.outputs.issue-key }}](https://jira.mongodb.org/browse/${{ steps.create.outputs.issue-key }}) was created for internal tracking.
45-
45+
4646
- name: Remove create-jira label
4747
if: github.event.action == 'labeled' && github.event.label.name == 'create-jira'
4848
uses: actions/github-script@v7

0 commit comments

Comments
 (0)