fix(ci): Update validate-pr action to remove draft enforcement#5085
Merged
stephanie-anderson merged 1 commit intomainfrom Mar 30, 2026
Merged
fix(ci): Update validate-pr action to remove draft enforcement#5085stephanie-anderson merged 1 commit intomainfrom
stephanie-anderson merged 1 commit intomainfrom
Conversation
Contributor
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog. This PR will not appear in the changelog. 🤖 This preview updates automatically when you update the PR. |
Flash0ver
approved these changes
Mar 30, 2026
The draft enforcement step was failing due to insufficient app permissions. It has been removed from the shared action. Refs getsentry/github-workflows#159 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
456a1f6 to
55c220e
Compare
Flash0ver
reviewed
Mar 30, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5085 +/- ##
=======================================
Coverage 73.99% 73.99%
=======================================
Files 499 499
Lines 18067 18067
Branches 3519 3519
=======================================
+ Hits 13368 13369 +1
+ Misses 3839 3838 -1
Partials 860 860 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The validate-pr action's draft enforcement step was failing with:
Draft enforcement has been removed from the shared action in getsentry/github-workflows#159. This bumps the pinned SHA.
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com