mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 15:34:59 +01:00
17 lines
428 B
YAML
17 lines
428 B
YAML
name: Move new issues into Issue triage board
|
|
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
|
|
permissions: {} # Uses ELEMENT_BOT_TOKEN
|
|
|
|
jobs:
|
|
automate-project-columns-next:
|
|
runs-on: ubuntu-24.04
|
|
steps:
|
|
- uses: actions/add-to-project@main
|
|
with:
|
|
project-url: https://github.com/orgs/element-hq/projects/120
|
|
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|