Merge pull request #488 from zeroclaw-labs/fix/unify-contributor-tier-color

fix(labels): unify contributor-tier color to blue
This commit is contained in:
Chummy 2026-02-17 15:05:37 +08:00 committed by GitHub
commit a47c34e3ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ jobs:
{ label: "experienced contributor", minMergedPRs: 10 },
];
const contributorTierLabels = contributorTierRules.map((rule) => rule.label);
const contributorTierColor = "39FF14";
const contributorTierColor = "2ED9FF"; // Keep in sync with .github/workflows/labeler.yml
const managedContributorLabels = new Set([
legacyTrustedContributorLabel,
...contributorTierLabels,

View file

@ -57,7 +57,7 @@ jobs:
{ label: "experienced contributor", minMergedPRs: 10 },
];
const contributorTierLabels = contributorTierRules.map((rule) => rule.label);
const contributorTierColor = "2ED9FF";
const contributorTierColor = "2ED9FF"; // Keep in sync with .github/workflows/auto-response.yml
const managedPathLabels = [
"docs",