Skip to content

zizmor: ignore[bot-conditions] suppression comment dropped from updated if: condition #111

Description

@twistedmelonman

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    tech-debtTechnical debt to address

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions