2021-08-09 17:12:01 +03:00
|
|
|
name: Move new issues into Issue triage board
|
|
|
|
|
|
|
|
on:
|
2022-12-09 15:28:29 +03:00
|
|
|
issues:
|
|
|
|
types: [opened]
|
2021-08-09 17:12:01 +03:00
|
|
|
|
2024-11-20 18:44:02 +03:00
|
|
|
permissions: {} # We use ELEMENT_BOT_TOKEN instead
|
|
|
|
|
2021-08-09 17:12:01 +03:00
|
|
|
jobs:
|
2022-12-09 15:28:29 +03:00
|
|
|
automate-project-columns:
|
2024-10-17 13:10:32 +03:00
|
|
|
runs-on: ubuntu-24.04
|
2024-02-21 13:22:05 +03:00
|
|
|
steps:
|
|
|
|
- uses: actions/add-to-project@main
|
|
|
|
with:
|
2024-02-21 13:30:19 +03:00
|
|
|
project-url: https://github.com/orgs/element-hq/projects/120
|
|
|
|
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|