Skip to content

Commit

Permalink
Update issue_creation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imbeacon authored Jan 18, 2024
1 parent a8124ce commit 19804bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/issue_creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 19804bd

Please sign in to comment.