SchildiChat-android/.github/workflows/triage-incoming.yml
SpiritCroc cd2021d5ec [TMP] Automatic upstream merge preparation
Change-Id: Id9ef970ed0d0c41e8b78677352c43cb25e0fe0da
2021-12-05 13:23:05 +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 }}