mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18: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:
|
steps:
|
||||||
- name: Add new issue to the Backlog 🗂 project board
|
- name: Add new issue to the Backlog 🗂 project board
|
||||||
if: github.event_name == 'issues' && github.event.action == 'opened'
|
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:
|
env:
|
||||||
ISSUE: ${{github.event.issue.html_url}}
|
ISSUE: ${{github.event.issue.html_url}}
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user