SpiritCroc 7d11e65d5c Automatic upstream merge postprocessing
Change-Id: I4c4223cf78f61cc610afc2f0d2e0b8f2b15108cf
2022-06-01 15:28:26 +02:00

18 lines
455 B
YAML

name: Move new issues onto Issue triage board
on:
issues:
types: [opened]
jobs:
automate-project-columns:
runs-on: ubuntu-latest
# Skip in forks
if: github.repository == 'vector-im/element-android'
steps:
- uses: alex-page/github-project-automation-plus@bb266ff4dde9242060e2d5418e120a133586d488
with:
project: Issue triage
column: Incoming
repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }}