mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
Send new issues to new triage board (#8567)
Issues should go to the V2 triage board
This commit is contained in:
parent
2b4b5f05eb
commit
bbcea97120
1 changed files with 8 additions and 0 deletions
8
.github/workflows/triage-incoming.yml
vendored
8
.github/workflows/triage-incoming.yml
vendored
|
@ -15,3 +15,11 @@ jobs:
|
|||
project: Issue triage
|
||||
column: Incoming
|
||||
repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||
|
||||
triage-new-issues:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/add-to-project@main
|
||||
with:
|
||||
project-url: https://github.com/orgs/vector-im/projects/91
|
||||
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue