mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-22 17:10:43 +03:00
4cdc4f1341
Change-Id: Id97218e185f871ca5936f8773ce5f5b34d432e50
17 lines
455 B
YAML
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 }}
|