Remove require-pr-checklist.yaml workflow#11823
Conversation
Agent-Logs-Url: https://github.com/radius-project/radius/sessions/a6bacc52-08af-48c0-9e06-2aaaab3065d0 Co-authored-by: sk593 <42750942+sk593@users.noreply.github.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned Files
|
There was a problem hiding this comment.
Pull request overview
Removes the GitHub Actions workflow that enforced PR checklist completion as a required check, keeping the checklist only as guidance in the PR template (per issue #11811).
Changes:
- Delete
.github/workflows/require-pr-checklist.yamlto stop enforcing checklist completion on PR events.
brooke-hamilton
left a comment
There was a problem hiding this comment.
I think we should also remove the checklist from the PR template.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11823 +/- ##
=======================================
Coverage 51.20% 51.20%
=======================================
Files 715 715
Lines 45074 45074
=======================================
Hits 23079 23079
Misses 19798 19798
Partials 2197 2197 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
Description
Remove the
require-pr-checklist.yamlworkflow so PRs can be merged without needing checklist validation. The checklist remains in the PR template for guidance but is no longer a merge gate.Type of change
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: