2021-08-09 22:12:01 +08:00
|
|
|
name: Move new issues into Issue triage board
|
|
|
|
|
|
|
|
on:
|
|
|
|
issues:
|
2022-05-16 22:23:44 +08:00
|
|
|
types: [opened]
|
2021-08-09 22:12:01 +08:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
automate-project-columns:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2024-01-11 19:03:16 +08:00
|
|
|
- uses: alex-page/github-project-automation-plus@303f24a24c67ce7adf565a07e96720faf126fe36
|
2021-08-09 22:12:01 +08:00
|
|
|
with:
|
|
|
|
project: Issue triage
|
|
|
|
column: Incoming
|
2021-08-10 16:48:27 +08:00
|
|
|
repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
2024-02-21 19:35:58 +08:00
|
|
|
|
2024-02-21 18:22:05 +08:00
|
|
|
automate-project-columns-next:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/add-to-project@main
|
|
|
|
with:
|
2024-02-21 18:30:19 +08:00
|
|
|
project-url: https://github.com/orgs/element-hq/projects/120
|
|
|
|
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|