mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 10:45:51 +03:00
Merge pull request #18758 from vector-im/fix-priority-bugs-workflow
Fix workflow column name as we renamed it
This commit is contained in:
commit
7a1c3b85b6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/triage-priority-bugs.yml
vendored
2
.github/workflows/triage-priority-bugs.yml
vendored
|
@ -20,6 +20,6 @@ jobs:
|
||||||
- uses: alex-page/github-project-automation-plus@v0.8.1
|
- uses: alex-page/github-project-automation-plus@v0.8.1
|
||||||
with:
|
with:
|
||||||
project: Web App Team
|
project: Web App Team
|
||||||
column: Priority bugs
|
column: P1
|
||||||
repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue