chore: update spelling bot to v0.0.26 and refine GitHub Actions permissions#450
Conversation
|
Greptile SummaryThis PR updates the
Confidence Score: 4/5Safe to merge — the changes harden permissions and update a dev-tooling action with no impact on production code. All four jobs already had explicit No files require special attention. Important Files Changed
Sequence DiagramsequenceDiagram
participant GH as GitHub Event
participant S as spelling (job)
participant CP as comment-push (job)
participant CPR as comment-pr (job)
participant U as update (job)
GH->>S: push / pull_request_target
note over S: permissions: contents:read, pull-requests:read, actions:read, security-events:write
S-->>CP: followup output (if push)
S-->>CPR: followup output (if pull_request)
CP->>CP: "check-spelling@v0.0.26"
note over CP: permissions: actions:read NEW, contents:write
CPR->>CPR: "check-spelling@v0.0.26"
note over CPR: permissions: actions:read NEW, contents:read, pull-requests:write
GH->>U: "issue_comment (@check-spelling-bot apply)"
note over U: permissions: contents:write, pull-requests:write, actions:read
U->>U: "check-spelling@v0.0.26 (apply changes via ssh_key)"
Reviews (1): Last reviewed commit: "chore: update spelling bot to v0.0.26 an..." | Re-trigger Greptile |
No description provided.