From 5cc72fe3ccc50d8231ee8f8a1a2e9dc9db715e23 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 29 Feb 2024 14:25:26 -0500 Subject: [PATCH] Fix labeler [ci skip] --- .github/workflows/open_actions.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/open_actions.yml b/.github/workflows/open_actions.yml index 5456370..6dc0f0e 100644 --- a/.github/workflows/open_actions.yml +++ b/.github/workflows/open_actions.yml @@ -21,7 +21,6 @@ jobs: if: github.event_name == 'pull_request_target' || github.event_name == 'pull_request' with: repo-token: "${{ secrets.GITHUB_TOKEN }}" - sync-labels: '' - name: 'Comment Draft PR' uses: actions/github-script@v7 if: github.event.pull_request.draft == true