From c2fa05dde0165618aa2aee44ff0c4d6dbb5cb15f Mon Sep 17 00:00:00 2001 From: Davi Koscianski Vidal Date: Tue, 24 Dec 2024 13:55:19 +0100 Subject: [PATCH] Adds label --- .github/workflows/PullRequestCreated.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/PullRequestCreated.yml b/.github/workflows/PullRequestCreated.yml index 45fc3f097..a7d3a8a94 100644 --- a/.github/workflows/PullRequestCreated.yml +++ b/.github/workflows/PullRequestCreated.yml @@ -27,3 +27,4 @@ jobs: jira-user: ${{ fromJSON(steps.secrets.outputs.vault).JIRA_USER }} jira-token: ${{ fromJSON(steps.secrets.outputs.vault).JIRA_TOKEN }} jira-project: SONAR + additional-fields: '{ "labels": ["sq-platform"] }'