We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbbb25 commit 15f9f76Copy full SHA for 15f9f76
README.md
@@ -81,12 +81,12 @@ marked with that specific label. It is case insensitive.
81
82
* `ignore_paths`: *Optional.* The inverse of `paths`; changes to the specified
83
files are ignored.
84
-
+
85
* `ci_skip`: *Optional.* Filters out PRs that have `[ci skip]` message. Default
86
is `false`.
87
88
* `skip_ssl_verification`: *Optional.* Skips git ssl verification by exporting
89
- `GIT_SSL_NO_VERIFY=true` and applying it to the Github API client.
+ `GIT_SSL_NO_VERIFY=true` and applying it to the Github API client.
90
91
* `git_config`: *Optional*. If specified as (list of pairs `name` and `value`)
92
it will configure git global options, setting each name with each value.
0 commit comments