element-web/.github/workflows/triage-incoming.yml

15 lines
382 B
YAML
Raw Permalink Normal View History

name: Move new issues into Issue triage board
on:
2022-12-09 13:28:29 +01:00
issues:
types: [opened]
jobs:
2022-12-09 13:28:29 +01:00
automate-project-columns:
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
2024-02-21 11:30:19 +01:00
project-url: https://github.com/orgs/element-hq/projects/120
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}