Skip to content

Commit bb6fbfe

Browse files
ncipollinaclaude
andcommitted
fix(ci): add missing permissions to pr-title-check caller workflow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7fab134 commit bb6fbfe

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pr-title-check.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
types: [opened, edited, synchronize, reopened]
66

7+
permissions:
8+
pull-requests: read
9+
statuses: write
10+
711
jobs:
812
validate:
913
uses: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml@v8.0

0 commit comments

Comments
 (0)