Commit 3dec42d
authored
Add GitHub action to disallow direct PRs to main (ESCOMP#285)
Originator(s): jimmielin
Description (include issue title and the keyword ['closes', 'fixes',
'resolves'] and issue number):
- adds a GitHub action to disallow branches other than `development` to
have a PR to `main`
List all namelist files that were added or changed: N/A
List all files eliminated and why: N/A
List all files added and what they do:
```
.github/workflows/no-direct-pr-to-main.yaml
- add GitHub workflow
```
List all existing files that have been modified, and describe the
changes:
(Helpful git command: `git diff --name-status
development...<your_branch_name>`)
N/A
List all automated tests that failed, as well as an explanation for why
they weren't fixed:
N/A
Is this an answer-changing PR? If so, is it a new physics package,
algorithm change, tuning change, etc? N/A - GitHub actions only, no code
If yes to the above question, describe how this code was validated with
the new/modified features:1 parent bddf85a commit 3dec42d
1 file changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments