[None][fix] Disable mandatory PR checklist enforcement (#7325)

This commit is contained in:
Venky 2025-08-27 20:06:56 -07:00 committed by GitHub
parent 39c9ffda5a
commit 7f4adca8b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,5 +69,5 @@ jobs:
- name: Validate PR Checklist
env:
PR_BODY: ${{ github.event.pull_request.body }}
ENFORCE_PR_HAS_CHECKLIST: true
ENFORCE_PR_HAS_CHECKLIST: false
run: python .github/scripts/pr_checklist_check.py