Skip to content

Commit f4e37fc

Browse files
committed
chore: rename bot reference mm-token-exchange-service -> metamask-ci
Tracks the GitHub App rename (App ID 3202397) to metamask-ci. Updates the CLA allowlist and the known-bots list used by the PR/issue template checker. DO NOT MERGE until the TechOps cutover renames the app - merging early will break CLA allowlist and known-bot detection for the old slug. Refs INFRA-3680, INFRA-3763
1 parent 24080df commit f4e37fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/check-template-and-add-labels.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import {
2828
upsertStickyComment,
2929
} from './shared/pr-template-comment';
3030

31-
const knownBots = ["metamaskbot", "metamaskbotv2", "dependabot", "github-actions", "sentry-io", "devin-ai-integration", "runway-github" , "cursor", "mm-token-exchange-service"];
31+
const knownBots = ["metamaskbot", "metamaskbotv2", "dependabot", "github-actions", "sentry-io", "devin-ai-integration", "runway-github" , "cursor", "metamask-ci"];
3232

3333
// GitHub App / bot logins that cannot be resolved as User in GraphQL (user(login:) returns null).
3434
// Issues/PRs from these actors still get full template and label checks; we only skip the org check.

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
url-to-cladocument: 'https://metamask.io/cla.html'
2525
# This branch can't have protections, commits are made directly to the specified branch.
2626
branch: 'cla-signatures'
27-
allowlist: 'dependabot[bot],metamaskbot,metamaskbotv2[bot],crowdin-bot,runway-github[bot],cursorbot,cursoragent,Copilot,cursor[bot],mm-token-exchange-service[bot]'
27+
allowlist: 'dependabot[bot],metamaskbot,metamaskbotv2[bot],crowdin-bot,runway-github[bot],cursorbot,cursoragent,Copilot,cursor[bot],metamask-ci[bot]'
2828
allow-organization-members: true
2929
blockchain-storage-flag: false

0 commit comments

Comments
 (0)