2021-08-09 16:12:01 +02:00
|
|
|
name: Move new issues into Issue triage board
|
|
|
|
|
|
|
|
on:
|
|
|
|
issues:
|
|
|
|
types: [opened]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
automate-project-columns:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2021-11-03 13:42:46 +01:00
|
|
|
- uses: alex-page/github-project-automation-plus@bb266ff4dde9242060e2d5418e120a133586d488
|
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 }}
|