From 00527cedfe925a8ecdf7c9037551fc339daaf77a Mon Sep 17 00:00:00 2001 From: Alexander Jung Date: Sun, 17 Oct 2021 23:53:14 +0200 Subject: [PATCH] doc: Fix table Signed-off-by: Alexander Jung --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index db84738..0c2a1c9 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,7 @@ The following parameters are used for the resource's `source` configuration: | `skip_ssl` | No | `true` | `false` | Whether to skip SSL verification of the Github API. | | `only_mergeable` | No | `true` | `false` | Whether to react to (non-)mergeable pull requests. | | `states` | No | `["closed"]` | `["open"]` | The state of the pull request to react on. | -| `ignore_drafts` | No | `true` | `false` | Disable triggering of the resource if the pull request is in Draft status. - +| `ignore_drafts` | No | `true` | `false` | Disable triggering of the resource if the pull request is in Draft status. | | `ignore_states` | No | `["open"]` | `[]` | The state of the pull request to not react on. | | `labels` | No | `["bug"]` | `[]` | The labels of the pull request to react on. | | `ignore_labels` | No | `["lifecycle/stale"]` | `[]` | The labels of the pull request not to react on. |