mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-24 03:15:46 -06:00
fix(release): exclude RoboClaw from contributor credit (#124526)
This commit is contained in:
committed by
GitHub
parent
15a01bcc5e
commit
0c546979b2
@@ -32,6 +32,7 @@ const excludedHandles = new Set([
|
||||
"claude",
|
||||
"codex",
|
||||
"hugin-bot",
|
||||
"roboclaw-bot",
|
||||
"steipete",
|
||||
"steipete-oai",
|
||||
]);
|
||||
|
||||
@@ -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