Skip to content

Commit ce5c718

Browse files
Update cla.yml
Add permission to CLA
1 parent 9ad15f5 commit ce5c718

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/cla.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ on:
88
jobs:
99
cla-assistant:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
actions: read
13+
checks: read|write
14+
contents: read|write
15+
issues: read|write
16+
pull-requests: read|write
17+
security-events: write
18+
1119
steps:
1220
- name: 'CLA Signature Check'
1321
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
@@ -19,4 +27,4 @@ jobs:
1927
branch: main
2028
path-to-signatures: '.github/signatures/cla.json'
2129
path-to-document: 'https://github.com/dotnet/aspnet-api-versioning/blob/main/docs/CLA.md'
22-
allowlist: bot*
30+
allowlist: bot*

0 commit comments

Comments
 (0)