Add top-level permissions block to dispatch-review.yaml mirror - #324
Merged
Conversation
This is a documentation-only mirror of nsheaps/.github's canonical dispatch-review.yaml template (not wired into sync-files.yml), kept per that repo's sync-dispatch-workflows skill instructions. Applying the same top-level permissions fix as the canonical template (checkov CKV2_GHA_1) without touching this copy's already-diverged gate logic -- that's a separate, pre-existing drift issue out of scope here.
Owner
Author
|
Generated by Claude Code |
nsheaps
marked this pull request as ready for review
August 11, 2026 03:18
nsheaps
pushed a commit
that referenced
this pull request
Aug 11, 2026
It wasn't covered by nsheaps/.github's sync-files.yml, so it silently went stale relative to the canonical template multiple times (most recently #324). Point docs directly at the nsheaps/.github source instead of maintaining a second copy. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016wPHfMEiz9Bjau7twwZybf
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
nsheaps/.github#206. Applies the same top-levelpermissions:fix (checkovCKV2_GHA_1) to this repo's documentation-only mirror ofdispatch-review.yaml.templates/dispatch-review.yamlhere isn't wired intonsheaps/.github'ssync-files.yml— it's a manually-kept copy per that repo'ssync-dispatch-workflowsskill instructions ("Also update the convenience mirror... this copy is documentation-only and will silently drift if you forget it").on.types, theif:condition, unpinneduses: ...@main) has already diverged from the canonical template innsheaps/.github. That's a separate, pre-existing drift issue and out of scope for this change.Test plan
nsheaps/.github's canonical template confirms only the permissions block was added, no other changesGenerated by Claude Code