mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 05:28:40 +00:00
ci: auto add new issues to backlog project
This commit is contained in:
parent
f664734060
commit
973f471bf5
13
.github/workflows/project_automation.yml
vendored
Normal file
13
.github/workflows/project_automation.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: Add to GitHub Project
|
||||||
|
on: [issues]
|
||||||
|
jobs:
|
||||||
|
github-actions-automate-projects:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: add-new-issues-to-repository-based-project-column
|
||||||
|
uses: docker://takanabe/github-actions-automate-projects:v0.0.1
|
||||||
|
if: github.event_name == 'issues' && github.event.action == 'opened'
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
GITHUB_PROJECT_URL: https://github.com/trezor/trezor-firmware/projects/1
|
||||||
|
GITHUB_PROJECT_COLUMN_NAME: 📥 Inbox
|
Loading…
Reference in New Issue
Block a user