Commit 2fc37a7
fix: remove duplicate bypass_pull_request_allowances from suborgs
safe-settings deepMerge concatenates arrays, so having nbrieussel in
both settings.yml and each suborg file produced ["nbrieussel","nbrieussel"]
after merge. The NOP diff showed this as a deletion — meaning the next
real sync would have removed the bypass entirely.
Keeping bypass_pull_request_allowances only in settings.yml (org level).
The deepMerge carries it through to suborg repos since the suborg files
no longer override that key.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7369ccc commit 2fc37a7
3 files changed
Lines changed: 3 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 35 | + | |
40 | 36 | | |
41 | 37 | | |
42 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 33 | + | |
38 | 34 | | |
39 | 35 | | |
40 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 34 | + | |
39 | 35 | | |
40 | 36 | | |
41 | 37 | | |
| |||
0 commit comments