mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 04:47:03 -06:00
fix(release): exclude RoboClaw from contributor credit (#124526)
This commit is contained in:
committed by
GitHub
parent
15a01bcc5e
commit
0c546979b2
@@ -55,6 +55,7 @@ describe("release-note verification", () => {
|
||||
expect(isEligibleHandle("steipete")).toBe(false);
|
||||
expect(isEligibleHandle("steipete-oai")).toBe(false);
|
||||
expect(isEligibleHandle("hugin-bot")).toBe(false);
|
||||
expect(isEligibleHandle("roboclaw-bot")).toBe(false);
|
||||
});
|
||||
|
||||
it("accepts only canonical commit PR suffixes", () => {
|
||||
|
||||
Reference in New Issue
Block a user