You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Using scopes not in this list will cause the PR Title Check to fail
94
-
- If unsure, omit the scope entirely (e.g., `test: add new tests` instead of `test(security): add new tests`)
93
+
- Using scopes not in this list will cause the PR Title Check to fail with an error like:
94
+
`Error: Unknown scope "security" found in pull request title. Scope must match one of: cli, docker, squid, proxy, ci, deps.`
95
+
- Common invalid scopes: `security`, `test`, `docs`, `core` - these are NOT allowed as scopes
96
+
- If unsure, omit the scope entirely (e.g., `fix: replace .* regex with safer patterns` instead of `fix(security): replace .* regex with safer patterns`)
95
97
96
98
**Common types:**
97
99
- `feat`: New feature
@@ -107,9 +109,11 @@ This downloads artifacts to `./artifacts-run-$RUN_ID` for local examination. Req
107
109
- ✅ `docs(template): fix duplicate heading in release template`
0 commit comments