diff --git a/docs/rules/blacklist.md b/docs/rules/blacklist.md index 285ac1d..d781810 100644 --- a/docs/rules/blacklist.md +++ b/docs/rules/blacklist.md @@ -5,6 +5,9 @@ This rule uses the following patterns: It has a default check level of: `warning` +## Alternatives +* `exclude list` +* `deny list` ## Configuration diff --git a/docs/rules/grandfathered.md b/docs/rules/grandfathered.md index f64227e..fd519ac 100644 --- a/docs/rules/grandfathered.md +++ b/docs/rules/grandfathered.md @@ -5,6 +5,9 @@ This rule uses the following patterns: It has a default check level of: `warning` +## Alternatives +* `legacied` +* `exempted` ## Configuration diff --git a/docs/rules/man_hours.md b/docs/rules/man_hours.md index d226a2f..428d0e6 100644 --- a/docs/rules/man_hours.md +++ b/docs/rules/man_hours.md @@ -5,6 +5,9 @@ This rule uses the following patterns: It has a default check level of: `warning` +## Alternatives +* `person-hours` +* `human-hours` ## Configuration diff --git a/docs/rules/sanity_check.md b/docs/rules/sanity_check.md index a26a141..bbfab08 100644 --- a/docs/rules/sanity_check.md +++ b/docs/rules/sanity_check.md @@ -5,6 +5,9 @@ This rule uses the following patterns: It has a default check level of: `warning` +## Alternatives +* `smoke test` +* `confidence check` ## Configuration diff --git a/docs/rules/slave.md b/docs/rules/slave.md index f6e4092..5e5f176 100644 --- a/docs/rules/slave.md +++ b/docs/rules/slave.md @@ -5,6 +5,12 @@ This rule uses the following patterns: It has a default check level of: `warning` +## Alternatives +* `secondary` +* `node` +* `worker` +* `replica` +* `passive` ## Configuration diff --git a/docs/rules/whitelist.md b/docs/rules/whitelist.md index 0d30b81..0cae9b0 100644 --- a/docs/rules/whitelist.md +++ b/docs/rules/whitelist.md @@ -5,6 +5,9 @@ This rule uses the following patterns: It has a default check level of: `warning` +## Alternatives +* `include list` +* `allow list` ## Configuration diff --git a/package-lock.json b/package-lock.json index 134dc31..ec0b54f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "in-solidarity-bot", - "version": "1.6.7", + "version": "1.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b204842..54d2ece 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "in-solidarity-bot", - "version": "1.6.7", + "version": "1.7.0", "description": "A Probot app", "keywords": [ "probot",