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