SchildiChat-android/.github/workflows/triage-incoming.yml
SpiritCroc 22f30a4410 [TMP] Automatic upstream merge preparation
Change-Id: I237b769b60f222f9abd425dda3445c49b1c1d3a9
2023-06-27 15:19:36 +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@7ffb872c64bd809d23563a130a0a97d01dfa8f43
with:
project: Issue triage
column: Incoming
repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }}