1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-17 21:22:10 +00:00

ci: add issues to a new project

This commit is contained in:
vdovhanych 2022-03-30 00:19:17 +02:00 committed by matejcik
parent 0407e78e8c
commit 5ea3071c86

View File

@ -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 }}