Skip to content

Commit

Permalink
chore(release): 1.8.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.2](v1.8.1...v1.8.2) (2021-08-26)

### Bug Fixes

* disable some rules ([#261](#261)) ([7863879](7863879))
  • Loading branch information
jpoehnelt committed Aug 26, 2021
1 parent 7863879 commit 2173d3b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ The following are the default rules.
|[slave](rules/slave.md) | `warning` |
|[whitelist](rules/whitelist.md) | `warning` |
|[blacklist](rules/blacklist.md) | `warning` |
|[grandfathered](rules/grandfathered.md) | `warning` |
|[sanity_check](rules/sanity_check.md) | `warning` |
|[man_hours](rules/man_hours.md) | `warning` |
|[grandfathered](rules/grandfathered.md) | `off` |
|[sanity_check](rules/sanity_check.md) | `off` |
|[man_hours](rules/man_hours.md) | `off` |

> **Note**: Additional rules are welcome and can be added in [src/rules.ts](https://github.com/jpoehnelt/in-solidarity-bot/blob/main/src/rules.ts).
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/grandfathered.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This rule uses the following patterns:
* `/grandfathered/gi`

It has a default check level of: `warning`
It has a default check level of: `off`

## Alternatives
* `legacied`
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/man_hours.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This rule uses the following patterns:
* `/man[_-]*hours/gi`

It has a default check level of: `warning`
It has a default check level of: `off`

## Alternatives
* `person-hours`
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/sanity_check.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This rule uses the following patterns:
* `/sanity[_-]*check/gi`

It has a default check level of: `warning`
It has a default check level of: `off`

## Alternatives
* `smoke test`
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "in-solidarity-bot",
"version": "1.8.1",
"version": "1.8.2",
"description": "A Probot app",
"keywords": [
"probot",
Expand Down

0 comments on commit 2173d3b

Please sign in to comment.