From 71de33d7ddc00780f8af864c96b31d97bf61f788 Mon Sep 17 00:00:00 2001 From: Duck <31627079+duckboycool@users.noreply.github.com> Date: Sat, 13 Sep 2025 18:02:03 -0600 Subject: [PATCH] CI: Fix peer review tag on undrafting a PR (#5282) * Move ready for review condition out of non-draft check * Remove condition on labeler * Revert condition --- .github/workflows/label-pull-requests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/label-pull-requests.yml b/.github/workflows/label-pull-requests.yml index 4a7d4034..1675c942 100644 --- a/.github/workflows/label-pull-requests.yml +++ b/.github/workflows/label-pull-requests.yml @@ -12,7 +12,6 @@ env: jobs: labeler: name: 'Apply content-based labels' - if: github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'synchronize' runs-on: ubuntu-latest steps: - uses: actions/labeler@v5