From bf5b890773402d4fc14a9664191b7207e9f36897 Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Sat, 25 Apr 2026 16:25:29 -0400 Subject: [PATCH] ci/github-script/merge: clarify maintainership is based on target branch --- ci/github-script/merge.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/github-script/merge.js b/ci/github-script/merge.js index bf6b25b52759..fe4f90ff3baa 100644 --- a/ci/github-script/merge.js +++ b/ci/github-script/merge.js @@ -66,8 +66,9 @@ function runChecklist({ if (allByName) { // We can only determine the below, if all packages are in by-name, since // we can't reliably relate changed files to packages outside by-name. - checklist[`${user.login} is a maintainer of all touched packages.`] = - eligible.has(user.id) + checklist[ + `${user.login} is a maintainer of all touched packages on the ${pull_request.base.ref} branch.` + ] = eligible.has(user.id) } } else { // This is only used when no user is passed, i.e. for labeling.