SpiritCroc 5d83211995 Automatic upstream merge postprocessing
Change-Id: Iae698de2ab9d37e10f4ad845d3e28f047bc69df3
2021-10-21 17:42:29 +02:00

16 lines
344 B
YAML

name: Move new issues onto Issue triage board
on:
issues:
types: [opened]
jobs:
automate-project-columns:
runs-on: ubuntu-latest
steps:
- uses: alex-page/github-project-automation-plus@v0.8.1
with:
project: Issue triage
column: Incoming
repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }}