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
Copy file name to clipboardExpand all lines: AGENTS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,6 +212,7 @@ The repository enforces semantic PR titles via [.github/workflows/pr-title.yaml]
212
212
- Bad: `fix: E2E nightly ...`(capital E fails the regex and blocks the PR immediately).
213
213
- The check runs on PR open/edit/synchronize and validates the PR title (and frequently the head commit message).
214
214
- Dependabot PRs are automatically exempted by the workflow.
215
+
- Always commit with `-s` (`git commit -s` or `git commit --amend -s`) so DCO passes. Never leave unexpanded shell like `$(git config user.name)` in the `Signed-off-by` line.
215
216
216
217
When creating branches, commits, or PRs, make the first line a valid semantic title so the gate passes on the first attempt. This avoids immediate CI failures and repeated title edits.
0 commit comments