Skip to content

Orphaned issues: read permission in claude.yml after issues trigger removal #84

Description

@twistedmelonman

Non-Blocking Review Concern: Orphaned issues: read permission in claude.yml after issues trigger removal

Source: pre-push whole-codebase review
Location: .github/workflows/claude.yml:19
Date: 2026-05-18

What was flagged

The diff removes the issues event trigger and the issues event condition from the job's if block, but leaves issues: read in the permissions block. The permission is now unused — the workflow no longer handles issues events. This is harmless (excess read permissions don't cause failures or security exposure), but it's misleading to readers of the workflow and leaves the file in a slightly inconsistent state. Consider removing issues: read to keep the permissions block accurate to what the workflow actually needs.

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