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:
parent
0407e78e8c
commit
5ea3071c86
4
.github/workflows/project_automation.yml
vendored
4
.github/workflows/project_automation.yml
vendored
@ -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…
Reference in New Issue
Block a user