diff --git a/.github/workflows/label-move.yml b/.github/workflows/label-move.yml index 14b358c9a17..3ee08a45e23 100644 --- a/.github/workflows/label-move.yml +++ b/.github/workflows/label-move.yml @@ -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: "*"