Commit c8e56ff
fix(ci): Update validate-pr action to remove draft enforcement (#20035)
The validate-pr composite action's draft enforcement step was failing
with:
```
API call failed: GraphQL: Resource not accessible by integration (convertPullRequestToDraft)
```
The SDK Maintainer Bot app lacks the permissions needed for the
`convertPullRequestToDraft` GraphQL mutation. Rather than expanding the
app's permissions, draft enforcement has been removed from the shared
action in getsentry/github-workflows#159.
This bumps the pinned SHA to pick up that fix.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4747355 commit c8e56ff
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
0 commit comments