2021-08-09 16:12:01 +02:00
|
|
|
name: Move new issues into Issue triage board
|
|
|
|
|
|
|
|
on:
|
2022-12-09 13:28:29 +01:00
|
|
|
issues:
|
|
|
|
types: [opened]
|
2021-08-09 16:12:01 +02:00
|
|
|
|
|
|
|
jobs:
|
2022-12-09 13:28:29 +01:00
|
|
|
automate-project-columns:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2024-01-11 12:03:16 +01:00
|
|
|
- uses: alex-page/github-project-automation-plus@303f24a24c67ce7adf565a07e96720faf126fe36
|
2022-12-09 13:28:29 +01:00
|
|
|
with:
|
|
|
|
project: Issue triage
|
|
|
|
column: Incoming
|
|
|
|
repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|