Commit c428db4
fix: exclude release branches from stale branch cleanup
Release branches are protected by repository rules and cannot be deleted
by the action, causing RequestError 422. Remove release/* from the
restrict-branches-regex to prevent the action from targeting them.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 74349d5 commit c428db4
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
0 commit comments