2021-10-14 20:44:19 +08:00
|
|
|
name: Move new issues onto Issue triage board
|
|
|
|
|
|
|
|
on:
|
|
|
|
issues:
|
2022-01-04 18:19:30 +08:00
|
|
|
types: [opened]
|
2021-10-14 20:44:19 +08:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
automate-project-columns:
|
|
|
|
runs-on: ubuntu-latest
|
2022-01-04 18:19:30 +08:00
|
|
|
# Skip in forks
|
|
|
|
if: github.repository == 'vector-im/element-android'
|
2021-10-14 20:44:19 +08:00
|
|
|
steps:
|
2022-10-25 07:03:12 +08:00
|
|
|
- uses: alex-page/github-project-automation-plus@1f8873e97e3c8f58161a323b7c568c1f623a1c4d
|
2021-10-14 20:44:19 +08:00
|
|
|
with:
|
|
|
|
project: Issue triage
|
|
|
|
column: Incoming
|
|
|
|
repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|