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