SchildiChat-android/.github/workflows/triage-incoming.yml
SpiritCroc a61b7e91e6 [TMP] Automatic upstream merge preparation
Change-Id: I4b0e2b2ccbd1888920b14d0a4ff82b62f995d08d
2022-08-10 15:41:16 +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 }}