fix(labels): unify contributor-tier color to blue across workflows
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user