element-android/.github/workflows/triage-incoming.yml

18 lines
455 B
YAML
Raw Normal View History

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