SchildiChat-android/.github/workflows/triage-incoming.yml
SpiritCroc bcf7e069f1 [TMP] Automatic upstream merge preparation
Change-Id: Icbdfae25a816938d002a288ab96e2d2f9d410026
2022-09-10 09:31:51 +02:00

17 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 }}