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"