Skip to content

Commit

Permalink
Revert "triage-labelled: also set "Status" on ER issues"
Browse files Browse the repository at this point in the history
This reverts commit e4d365a.

This is better done through the project board automation, otherwise we risk
moving items out of "In Progress" back to "Qualification".
  • Loading branch information
richvdh committed Oct 19, 2023
1 parent e4d365a commit 6860714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/triage-labelled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
project-url: ${{ env.PROJECT_URL }}
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
item-id: ${{ steps.add_to_project.outputs.itemId }} # Use the item-id output of the previous step
field-keys: Workstream,module,Status
field-values: Element-R,web,Qualification
field-keys: Workstream,module
field-values: Element-R,web
env:
PROJECT_URL: https://github.com/orgs/vector-im/projects/76

0 comments on commit 6860714

Please sign in to comment.