mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-16 20:36:55 +00:00
fix(release): exclude RoboClaw from contributor credit (#124526)
This commit is contained in:
parent
15a01bcc5e
commit
0c546979b2
2 changed files with 2 additions and 0 deletions
|
|
@ -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", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue