mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
2cff2b5a86
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
14 lines
381 B
YAML
14 lines
381 B
YAML
name: Move new issues into Issue triage board
|
|
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
automate-project-columns:
|
|
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 }}
|