From ffe3e3c4e1555e906f2e0e595587de328751d38b Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sat, 28 Jan 2023 19:48:02 -0800 Subject: [PATCH] CI: Work around a labeler bug that removes labels --- .github/workflows/label.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 146c69dcde..baab1e42a3 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -24,3 +24,5 @@ jobs: - uses: actions/labeler@v4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" + # Workaround for actions/labeler#112 + sync-labels: ''