From e97af2b5338774d2958fdabad2978901034b1f81 Mon Sep 17 00:00:00 2001 From: Robert Snow Date: Sat, 26 Jul 2025 11:01:27 +1000 Subject: [PATCH] fix: remove github label when translation no longer needed (#8640) * test labeler * add commit with change to intl files * check if label is removed * add sync labels so they get removed * revert code change --- .github/workflows/labeler.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index e57cd86e2b3..0bcc420d343 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -10,3 +10,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/labeler@v5 + with: + sync-labels: true