SchildiChat-android/upstream_.github/workflows/triage-incoming.yml
SpiritCroc b9d18a94fc Automatic upstream merge postprocessing
Change-Id: I2512edeb09524f862eff2c0f287556d99e85aae8
2022-12-15 11:02:20 +01: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@1f8873e97e3c8f58161a323b7c568c1f623a1c4d
with:
project: Issue triage
column: Incoming
repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }}