Skip to content

Commit

Permalink
doc: Fix table
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Jung <[email protected]>
  • Loading branch information
nderjung committed Oct 17, 2021
1 parent bbc4591 commit 00527ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit 00527ce

Please sign in to comment.