Skip to content

Commit a585a82

Browse files
ci: remove 'HELP:' prefix from JIRA issue summary (#770)
1 parent 64c562c commit a585a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jira-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
token: ${{ secrets.JIRA_API_TOKEN }}
3434
project-key: MCP
35-
summary: "HELP: GitHub Issue n. ${{ github.event.issue.number }}"
35+
summary: "GitHub Issue n. ${{ github.event.issue.number }}"
3636
issuetype: Bug
3737
description: "This ticket tracks the following GitHub issue: ${{ github.event.issue.html_url }}."
3838
extra-data: |

0 commit comments

Comments
 (0)