2021-08-09 16:12:01 +02:00
|
|
|
name: Move new issues into Issue triage board
|
|
|
|
|
|
|
|
on:
|
|
|
|
issues:
|
2022-05-16 16:23:44 +02:00
|
|
|
types: [ opened ]
|
2021-08-09 16:12:01 +02:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
automate-project-columns:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2022-09-10 05:03:46 +02:00
|
|
|
- uses: alex-page/github-project-automation-plus@be108970955040d35dd6d053c3aff3faaf678026
|
2021-08-09 16:12:01 +02:00
|
|
|
with:
|
|
|
|
project: Issue triage
|
|
|
|
column: Incoming
|
2021-08-10 10:48:27 +02:00
|
|
|
repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|