ci: add issues to a new project

pull/2201/head
vdovhanych 2 years ago committed by matejcik
parent 0407e78e8c
commit 5ea3071c86

@ -14,7 +14,9 @@ jobs:
steps:
- name: Add new issue to the Backlog 🗂 project board
if: github.event_name == 'issues' && github.event.action == 'opened'
run: gh issue edit $ISSUE --add-project "Backlog 🗂"
run: |
gh issue edit $ISSUE --add-project "Backlog 🗂"
gh issue edit $ISSUE --add-project "Issues Firmware"
env:
ISSUE: ${{github.event.issue.html_url}}
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}

Loading…
Cancel
Save