SchildiChat-android/.github/workflows/triage-incoming.yml
SpiritCroc 0eddb5ed75 [TMP] Automatic upstream merge preparation
Change-Id: I367672d6824d7e49f7393247372314c816d05ceb
2022-01-29 10:36:12 +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 }}