mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
Fix: team label no longer adds to project board (#25646)
Adding the team label should add the issue to our project board.
This commit is contained in:
parent
face8b1c0b
commit
792d4bdd0d
2
.github/workflows/label-move.yml
vendored
2
.github/workflows/label-move.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
columns-to-ignore: "*"
|
||||
- uses: konradpabjan/move-labeled-or-milestoned-issue@v2.0
|
||||
with:
|
||||
action-token: "${{ secrets.LABELER_GITHUB_TOKEN }}"
|
||||
action-token: ${{ secrets.LABELER_GITHUB_TOKEN }}
|
||||
project-url: "https://github.com/orgs/sourcegraph/projects/216"
|
||||
column-name: "Triage"
|
||||
label-name: "team/batchers"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user