SchildiChat-android/upstream_.github/workflows/triage-incoming.yml
SpiritCroc 60acebdc1e Automatic upstream merge postprocessing
Change-Id: I42fd8cf05076e68cd11615c7c02c016f0e27d6e7
2023-05-22 14:23:49 +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 }}