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
Add ignore_drafts option to skip draft pull requests (#225)
Co-authored-by: Gary Liu <[email protected]>
Co-authored-by: Maria Shaldybin <[email protected]>
[#174851535] Update TAS4K8s TKGi pipeline to use Nimbus (Toolsmith deprecating Nov 1st)
Co-authored-by: Gary Liu <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ Make sure to check out [#migrating](#migrating) to learn more.
30
30
|`disable_ci_skip`| No |`true`| Disable ability to skip builds with `[ci skip]` and `[skip ci]` in commit message or pull request title. |
31
31
|`skip_ssl_verification`| No |`true`| Disable SSL/TLS certificate validation on git and API clients. Use with care! |
32
32
|`disable_forks`| No |`true`| Disable triggering of the resource if the pull request's fork repository is different to the configured repository. |
33
+
|`ignore_drafts`| No |`false`| Disable triggering of the resource if the pull request is in Draft status. |
33
34
|`required_review_approvals`| No |`2`| Disable triggering of the resource if the pull request does not have at least `X` approved review(s). |
34
35
|`git_crypt_key`| No |`AEdJVENSWVBUS0VZAAAAA...`| Base64 encoded git-crypt key. Setting this will unlock / decrypt the repository with git-crypt. To get the key simply execute `git-crypt export-key -- - | base64` in an encrypted repository. |
35
36
|`base_branch`| No |`master`| Name of a branch. The pipeline will only trigger on pull requests against the specified branch. |
0 commit comments