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:
|
2024-02-21 11:22:05 +01:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/add-to-project@main
|
|
|
|
with:
|
2024-02-21 11:30:19 +01:00
|
|
|
project-url: https://github.com/orgs/element-hq/projects/120
|
|
|
|
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|