Commit cf4c3bb
authored
[chore][ci]: restrict permissions to /rerun only to PR authors (#45078)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
As discussed on the [core
side](open-telemetry/opentelemetry-collector#14314 (comment)),
it is safer to allow only PR authors to use the `/rerun` command.
This does not change the feature, only filters by who can execute it in
each PR.
Signed-off-by: Paulo Dias <[email protected]>1 parent 74672e2 commit cf4c3bb
File tree
2 files changed
+11
-3
lines changed- .github/workflows
- scripts
2 files changed
+11
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
20 | 27 | | |
21 | 28 | | |
22 | 29 | | |
| |||
0 commit comments