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
This commit is contained in:
Duck
2025-09-13 18:02:03 -06:00
committed by GitHub
parent 9c00eb91d6
commit 71de33d7dd

View File

@@ -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