SchildiChat-android/upstream_.github/workflows/triage-incoming.yml
SpiritCroc 54fba60046 Automatic upstream merge postprocessing
Change-Id: I53832e007d7c439a60c9e38e8c736aec6631b6ba
2021-11-17 20:20:45 +01:00

15 lines
378 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@bb266ff4dde9242060e2d5418e120a133586d488
with:
project: Issue triage
column: Incoming
repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }}