From 910d0df5ad1aa142ac2aef2e110d566148a3eb8e Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Mon, 12 Feb 2024 03:56:34 +0000 Subject: [PATCH] chore(template): sync with hutchic-org/template-dockerhub-release --- .github/workflows/labeller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeller.yml b/.github/workflows/labeller.yml index f5ad284..dc709e2 100644 --- a/.github/workflows/labeller.yml +++ b/.github/workflows/labeller.yml @@ -12,7 +12,7 @@ jobs: continue-on-error: true with: repo-token: ${{ secrets.AUTO_MERGE_TOKEN }} - - uses: TimonVS/pr-labeler-action@v4.1.1 + - uses: TimonVS/pr-labeler-action@v5.0.0 continue-on-error: true env: GITHUB_TOKEN: ${{ secrets.AUTO_MERGE_TOKEN }}