Commit 6fe3742
fix(ci): allow the scope release-please uses in its own PR title
release-please opens 'chore(main): release X.Y.Z'. The PR title check has
an allowlist of scopes and 'main' was not on it, so that title failed. With
conventional-commit now a required status check in the branch ruleset, the
release PR would have been permanently unmergeable — a trap that only
appears once enforcement is on.
Adds 'main' with a comment saying why it is there, since it is a branch
name rather than a component and looks out of place next to sync/auth/logs.
Adds 'types' too, which was missed when that command landed.
Removes docs/main-ruleset.json; the rule is configured and the checklist
lists the settings inline.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 74758d7 commit 6fe3742
3 files changed
Lines changed: 10 additions & 45 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
35 | 41 | | |
36 | 42 | | |
37 | 43 | | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
| 47 | + | |
41 | 48 | | |
42 | 49 | | |
43 | 50 | | |
| 51 | + | |
44 | 52 | | |
45 | 53 | | |
46 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
130 | 128 | | |
131 | 129 | | |
132 | 130 | | |
| |||
This file was deleted.
0 commit comments