Skip to content

Commit b3b7f3c

Browse files
authored
ci: add pr.yml permissions (#717)
1 parent 456a611 commit b3b7f3c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pr.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "PR"
1+
name: 'PR'
22

33
on:
44
pull_request_target:
@@ -7,8 +7,11 @@ on:
77
- edited
88
- synchronize
99

10+
permissions:
11+
pull-requests: read
12+
1013
jobs:
1114
semantic-title:
12-
name: "Semantic title"
15+
name: 'Semantic title'
1316
uses: technology-studio/github-workflows/.github/workflows/_semantic-title.yml@main
1417
secrets: inherit

0 commit comments

Comments
 (0)