Commit 802053c
committed
github actions: Allow fork checkout for commit validation
Since we have external contributors we need process each of the commits
for faster reviews, validation that header information is correct and to
check the state of our tickets so that is actually tracked correctly
internally, on behalf of some external contributors.
In addition the order of steps was reordered so the clone and checkout
of the base repo and base branch was done first then the PR's were
fetched and checked out next. This to ensure that our repo is the base
of everything rather than the PR's repo which could be an external
contributor.1 parent c4f6b9e commit 802053c
1 file changed
+11
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
26 | 33 | | |
27 | 34 | | |
28 | 35 | | |
| |||
0 commit comments