From 27610c5f8327d3b1779d27145da612a7a0c44ac5 Mon Sep 17 00:00:00 2001 From: Alex Barnsley <8069294+alexbarnsley@users.noreply.github.com> Date: Tue, 10 Oct 2023 12:59:28 +0100 Subject: [PATCH] workflow enforce labeller version --- .github/workflows/label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 5fb806c31..408f19225 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -14,6 +14,6 @@ jobs: with: ref: ${{ github.head_ref }} - - uses: srvaroa/labeler@master + - uses: srvaroa/labeler@v1.6.1 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"