From b4c847a76b2fdfe6caf23fc3d00127e2c3c85a2d Mon Sep 17 00:00:00 2001 From: "Pey Lian Lim (Github)" <2090236+pllim@users.noreply.github.com> Date: Mon, 29 Aug 2022 18:57:44 -0400 Subject: [PATCH] BOT: Labeler to not remove labels --- .github/workflows/open_actions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/open_actions.yml b/.github/workflows/open_actions.yml index b40148b620..f3723e522a 100644 --- a/.github/workflows/open_actions.yml +++ b/.github/workflows/open_actions.yml @@ -9,7 +9,9 @@ jobs: triage: runs-on: ubuntu-latest steps: + # NOTE: sync-labels due to https://github.com/actions/labeler/issues/112 - name: Label PR uses: actions/labeler@v4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" + sync-labels: ''