Add new issues to the triage backlog
This commit is contained in:
committed by
Stefan Ceriu
parent
23ce41ec11
commit
af85c01d0d
15
.github/workflows/triage_incoming.yml
vendored
Normal file
15
.github/workflows/triage_incoming.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Move new issues onto Issue triage board
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
automate-project-columns:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: alex-page/github-project-automation-plus@bb266ff4dde9242060e2d5418e120a133586d488
|
||||
with:
|
||||
project: Issue triage
|
||||
column: Incoming
|
||||
repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||
Reference in New Issue
Block a user