Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Apr 3, 2023
1 parent d627eb3 commit 8ce5016
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 @@ -24,7 +24,7 @@ This Action is customizable so you can use it for your own purposes and it doesn
| `review_required` | Whether or not reviews should be passing to combine the PR - can be `"true"` or `"false"` | `"false"` | `false` |
| `ignore_label` | The label to ignore when combining PRs | `"nocombine"` | `true` |
| `select_label` | The label which marks PRs that should be combined. Leave empty to consider all PRs. | `""` | `false` |
| `labels` | A comma seperated list of labels to add to the combined PR | `""` | `false` |
| `labels` | A comma seperated list of labels to add to the combined PR - Example: `dependencies,combined-pr,etc` | `""` | `false` |

## Outputs 📤

Expand Down

0 comments on commit 8ce5016

Please sign in to comment.