automation - move batchers tickets to triage (#23898)

This commit is contained in:
Malo Marrec 2021-08-13 14:47:41 +02:00 committed by GitHub
parent ea3d5297df
commit 8d8c809497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,3 +20,10 @@ jobs:
column-name: "To Triage"
label-name: "team/code-intelligence"
columns-to-ignore: "*"
- uses: konradpabjan/move-labeled-or-milestoned-issue@v2.0
with:
action-token: "${{ secrets.LABELER_GITHUB_TOKEN }}"
project-url: "https://github.com/orgs/sourcegraph/projects/119"
column-name: "Triage"
label-name: "team/batchers"
columns-to-ignore: "*"