Revert "triage-labelled: also set "Status" on ER issues"
This reverts commit e4d365a1ab
.
This is better done through the project board automation, otherwise we risk
moving items out of "In Progress" back to "Qualification".
This commit is contained in:
parent
e4d365a1ab
commit
6860714572
1 changed files with 2 additions and 2 deletions
4
.github/workflows/triage-labelled.yml
vendored
4
.github/workflows/triage-labelled.yml
vendored
|
@ -156,7 +156,7 @@ jobs:
|
||||||
project-url: ${{ env.PROJECT_URL }}
|
project-url: ${{ env.PROJECT_URL }}
|
||||||
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||||
item-id: ${{ steps.add_to_project.outputs.itemId }} # Use the item-id output of the previous step
|
item-id: ${{ steps.add_to_project.outputs.itemId }} # Use the item-id output of the previous step
|
||||||
field-keys: Workstream,module,Status
|
field-keys: Workstream,module
|
||||||
field-values: Element-R,web,Qualification
|
field-values: Element-R,web
|
||||||
env:
|
env:
|
||||||
PROJECT_URL: https://github.com/orgs/vector-im/projects/76
|
PROJECT_URL: https://github.com/orgs/vector-im/projects/76
|
||||||
|
|
Loading…
Reference in a new issue