mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 03:50:58 +00:00
ci: fix adding issues to project
This commit is contained in:
parent
5814e39895
commit
7bb360c4cc
2
.github/workflows/project_automation.yml
vendored
2
.github/workflows/project_automation.yml
vendored
@ -14,7 +14,7 @@ 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 🗂"
|
||||||
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