SchildiChat-android/.github/workflows/triage-incoming.yml
SpiritCroc 0c3596af74 [TMP] Automatic upstream merge preparation
Change-Id: I6e081201eefb440c8c26a758e5d8e8304261ba3d
2023-01-25 18:22:59 +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 }}