Commit 637c999
authored
Stop
The behavior of `peter-evans/create-pull-request` is to check if either
the base or target branches have changed and either keep creating new
PRs or update an open PR (default), force-pushing and editing its
description.
Prevent the action from running on open PRs entirely, because API spec
updates will often require manual changes to be pushed, and the workflow
shouldn't force-push over them.update-api-spec from editing open PRs (#80)1 parent cddc266 commit 637c999
1 file changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
36 | 45 | | |
37 | | - | |
| 46 | + | |
38 | 47 | | |
39 | 48 | | |
40 | | - | |
| 49 | + | |
41 | 50 | | |
42 | 51 | | |
43 | 52 | | |
44 | 53 | | |
45 | 54 | | |
46 | 55 | | |
| 56 | + | |
0 commit comments