mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
60d28ca3d8
while we work out why 24 fails
15 lines
386 B
YAML
15 lines
386 B
YAML
name: Move new issues into Issue triage board
|
|
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
automate-project-columns-next:
|
|
runs-on: ubuntu-22.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 }}
|