b6a172c01a
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
17 lines
478 B
YAML
17 lines
478 B
YAML
name: Move new issues into Issue triage board
|
|
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
|
|
permissions: {} # We use ELEMENT_BOT_TOKEN instead
|
|
|
|
jobs:
|
|
automate-project-columns:
|
|
runs-on: ubuntu-24.04
|
|
steps:
|
|
- uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0
|
|
with:
|
|
project-url: https://github.com/orgs/element-hq/projects/120
|
|
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|