mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
c55d1117e5
It's better to reference commits because the tags can be moved to reference other commits. Signed-off-by: Ekaterina Gerasimova <ekaterinag@element.io>
16 lines
378 B
YAML
16 lines
378 B
YAML
name: Move new issues onto Issue triage board
|
|
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
automate-project-columns:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: alex-page/github-project-automation-plus@bb266ff4dde9242060e2d5418e120a133586d488
|
|
with:
|
|
project: Issue triage
|
|
column: Incoming
|
|
repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|