Skip to content

Commit c13f9ae

Browse files
Ensure pemissions are restrictive
1 parent c795613 commit c13f9ae

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/label-merge-conflicts.yml

+14
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ on:
88
pull_request_target:
99
types: [synchronize]
1010

11+
permissions:
12+
contents: read
13+
pull-requests: write
14+
# Enforce other not needed permissions are off
15+
actions: none
16+
checks: none
17+
deployments: none
18+
issues: none
19+
#metadata: read
20+
packages: none
21+
repository-projects: none
22+
security-events: none
23+
statuses: none
24+
1125
jobs:
1226
main:
1327
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)