Skip to content

Commit

Permalink
Merge pull request #82 from bobvanderlinden/bobvanderlinden-patch-1
Browse files Browse the repository at this point in the history
Clarify removal of sections in README
  • Loading branch information
probot-auto-merge[bot] committed Nov 4, 2018
2 parents 863caee + 49ecab9 commit a1b5008
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ blockingLabels:
- blocked
```

Note: remove the whole section when you're not using blocking labels.

### `requiredLabels` (condition, default: none)

Whenever required labels are configured, pull requests will only be automatically
Expand All @@ -118,6 +120,8 @@ requiredLabels:
- merge
```

Note: remove the whole section when you're not using required labels.

### `blockingTitleRegex` (condition, default: none)

Whenever a blocking title regular expression is configured, pull requests that have a title
Expand Down Expand Up @@ -209,6 +213,8 @@ rules:
- merge
```

Note: remove the whole rules section when you're not using any rules.

## Development

### Setup
Expand Down

0 comments on commit a1b5008

Please sign in to comment.