File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ settings](https://github.com/open-telemetry/community/blob/main/docs/how-to-conf
1818 (To reduce friction for new contributors,
1919 as the default is "Require approval for first-time contributors")
2020
21+ - Workflow permissions
22+ - Default permissions granted to the ` GITHUB_TOKEN ` when running workflows in this repository:
23+ Read repository contents and packages permissions
24+ - Allow GitHub Actions to create and approve pull requests: UNCHECKED
25+
2126## Branch protections
2227
2328The order of branch protection rules
Original file line number Diff line number Diff line change 88 # because repository write permission is needed to assign reviewers
99 pull_request_target :
1010
11+ permissions :
12+ contents : read
13+
1114jobs :
1215 assign-reviewers :
16+ permissions :
17+ contents : read
18+ pull-requests : write
1319 runs-on : ubuntu-latest
1420 steps :
1521 - uses : trask/component-owners@02dfde3c03025c064cc6961975e28a42e81c394a # main
You can’t perform that action at this time.
0 commit comments