Skip to content

Commit 5801c72

Browse files
authored
Merge pull request #353 from camptocamp/add-workflow-permissions
Add workflow-level permissions to GitHub Actions
2 parents ad7e828 + 2fb9d99 commit 5801c72

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pull-request-automation.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
types:
66
- opened
77
- reopened
8+
permissions:
9+
contents: read
10+
811
jobs:
912
auto-merge:
1013
name: Auto reviews pull requests from bots

0 commit comments

Comments
 (0)