Non-Blocking Review Concern: zizmor: ignore[bot-conditions] suppression comment dropped from updated if: condition
Source: pre-push whole-codebase review
Location: .github/workflows/dependabot-auto-merge.yml:111
Date: 2026-08-11
What was flagged
The v1 if: github.actor == 'dependabot[bot]' line carried # zizmor: ignore[bot-conditions] to suppress a zizmor lint warning. The v2 replacement uses github.event.pull_request.user.login == 'dependabot[bot]' without the suppression comment. If your zizmor config flags any bot-conditions pattern (not just github.actor), CI will surface a new lint warning on this file. Low risk since the header comment explicitly explains why user.login is the correct field here, but worth confirming zizmor's behavior against the new expression before the tag is cut.
Context
This issue was automatically created from a non-blocking concern identified
during pre-push whole-codebase review. It was flagged for tracking.
Created by lib-review-issues.sh
Non-Blocking Review Concern:
zizmor: ignore[bot-conditions]suppression comment dropped from updatedif:conditionSource: pre-push whole-codebase review
Location:
.github/workflows/dependabot-auto-merge.yml:111Date: 2026-08-11
What was flagged
The v1
if: github.actor == 'dependabot[bot]'line carried# zizmor: ignore[bot-conditions]to suppress a zizmor lint warning. The v2 replacement usesgithub.event.pull_request.user.login == 'dependabot[bot]'without the suppression comment. If your zizmor config flags anybot-conditionspattern (not justgithub.actor), CI will surface a new lint warning on this file. Low risk since the header comment explicitly explains whyuser.loginis the correct field here, but worth confirming zizmor's behavior against the new expression before the tag is cut.Context
This issue was automatically created from a non-blocking concern identified
during pre-push whole-codebase review. It was flagged for tracking.
Created by lib-review-issues.sh