x/build/cmd/gerritbot: update CLA check mechanism #49696
Labels
Builders
x/build issues (builders, bots, dashboards)
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Soon
This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)
Milestone
gerritbot
currently checks whether each PR has a "cla: yes" label (using the maintner corpus, so it doesn't contribute to GitHub API rate limit use) to determine that CLA checks have passed before importing the PR into Gerrit:(Source.)
The "cla: yes" and "cla: no" labels have been applied by @googlebot, but are in the process of being deprecated in favor of PR checks (see example). At some point, the "cla: yes" labels will stop being applied, and then
gerritbot
won't keep importing new PRs automatically, even when the CLAs have been signed.This issue tracks the work to update
gerritbot
to use the new mechanism to check that a PR meets the CLA criteria before importing it.CC @golang/release.
The text was updated successfully, but these errors were encountered: