You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,9 @@ Possible options are:
43
43
44
44
For more details on how semantic version difference is calculated please see [semver](https://www.npmjs.com/package/semver) package.
45
45
46
+
If you set a value other than `any`, PRs that are not semantic version compliant are skipped.
47
+
An example of a non-semantic version is a commit hash when using git submodules.
48
+
46
49
### `pr-number`
47
50
48
51
_Optional_ A pull request number, only required if triggered from a workflow_dispatch event. Typically this would be triggered by a script running in a seperate CI provider. See [Trigger action from workflow_dispatch event](#trigger-action-from-workflow_dispatch-event)
0 commit comments