From 19804bd94c876c459dabe8b2f2f4537772d8abd2 Mon Sep 17 00:00:00 2001 From: Illia Barkov Date: Thu, 18 Jan 2024 08:26:45 +0200 Subject: [PATCH] Update issue_creation.yml --- .github/workflows/issue_creation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/issue_creation.yml b/.github/workflows/issue_creation.yml index 7b48ab999..9d0353b0b 100644 --- a/.github/workflows/issue_creation.yml +++ b/.github/workflows/issue_creation.yml @@ -23,8 +23,9 @@ jobs: with: project: IOTGW issuetype: Task - summary: \[GH issue ${{ github.event.issue.number }}\] ${{ github.event.issue.label }} + summary: '[GH issue ${{ github.event.issue.number }}] ${{ github.event.issue.label }}' description: ${{ github.event.issue.body }} + fields: '{"labels":["IoT_Gateway"]}' - name: Log created issue run: echo "Issue ${{ steps.create.outputs.issue }} was created"