File tree 2 files changed +11
-0
lines changed
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
18
18
(To reduce friction for new contributors,
19
19
as the default is "Require approval for first-time contributors")
20
20
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
+
21
26
## Branch protections
22
27
23
28
The order of branch protection rules
Original file line number Diff line number Diff line change 8
8
# because repository write permission is needed to assign reviewers
9
9
pull_request_target :
10
10
11
+ permissions :
12
+ contents : read
13
+
11
14
jobs :
12
15
assign-reviewers :
16
+ permissions :
17
+ contents : read
18
+ pull-requests : write
13
19
runs-on : ubuntu-latest
14
20
steps :
15
21
- uses : trask/component-owners@02dfde3c03025c064cc6961975e28a42e81c394a # main
You can’t perform that action at this time.
0 commit comments