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
Non-Blocking Review Concern: Orphaned
issues: readpermission inclaude.ymlafter issues trigger removalSource: pre-push whole-codebase review
Location:
.github/workflows/claude.yml:19Date: 2026-05-18
What was flagged
The diff removes the
issuesevent trigger and theissuesevent condition from the job'sifblock, but leavesissues: readin thepermissionsblock. The permission is now unused — the workflow no longer handlesissuesevents. 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 removingissues: readto 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