Skip to content

Commit

Permalink
readme: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan  Monnet <jmonnet@baylibre.com>
  • Loading branch information
Baylibrejmonnet committed May 7, 2022
1 parent b6dbbfd commit c548153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resources:
* `uri`: (required) The location of the repository (required)
* `private_token`: (required) Your GitLab user's private token (required, can be found in your profile settings)
* `insecure`: When set to `true`, SSL verification is turned off
* `skip_draft`: when set to `true`merge requests mark as draft will be skipped Default `false`
* `skip_drafts`: when set to `true`merge requests mark as draft will be skipped Default `false`
* `skip_work_in_progress`: When set to `true`, merge requests mark as work in progress (WIP) will be skipped. Default `false`
* `skip_not_mergeable`: When set to `true`, merge requests not marked as mergeable will be skipped. Default `false`
* `skip_trigger_comment`: When set to `true`, the resource will not look up for `[trigger ci]` merge request comments to manually trigger builds. Default `false`
Expand Down

0 comments on commit c548153

Please sign in to comment.