Commit 9a74b58
authored
docs(qa-gate): use -F for typed boolean strict=false (MCP-1227) (#619)
gh api -f sends all values as strings, so -f strict=false fails the branch
protection PATCH with HTTP 422 ("false" is not a boolean). Use uppercase -F
for the typed boolean; contexts[] entries correctly stay on -f (strings).1 parent aa3794f commit 9a74b58
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments