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:
Chris Pine 2021-10-04 10:26:15 -07:00 committed by GitHub
parent face8b1c0b
commit 792d4bdd0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"