Commit 037ebed
committed
check-restricted-files.yaml: check for allowed PRs
Check in the whether the PR is an intra-repo sync PR or release PR and report "ok" for these.
Conditions:
- PR's `head` and `base` repo is `OAI/OpenAPI-Specification` and
- `head` is `main` and `base` is `dev`, or
- `head` is `dev` and `base` matches `v?.?-dev`, or
- `head` matches `v?.?.?-rel` and `base` is `main`1 parent 249dcef commit 037ebed
1 file changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
21 | 43 | | |
22 | 44 | | |
0 commit comments