From 26b6d2fc6948b5a36c798065440c189884063b91 Mon Sep 17 00:00:00 2001 From: Justin Poehnelt <3392975+jpoehnelt@users.noreply.github.com> Date: Fri, 11 Dec 2020 16:07:19 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] # [1.7.0](https://github.com/jpoehnelt/in-solidarity-bot/compare/v1.6.7...v1.7.0) (2020-12-11) ### Features * add rule alternatives ([#157](https://github.com/jpoehnelt/in-solidarity-bot/issues/157)) ([c3db71c](https://github.com/jpoehnelt/in-solidarity-bot/commit/c3db71c84e27d98200863597b97a491902381341)) --- docs/rules/blacklist.md | 3 +++ docs/rules/grandfathered.md | 3 +++ docs/rules/man_hours.md | 3 +++ docs/rules/sanity_check.md | 3 +++ docs/rules/slave.md | 6 ++++++ docs/rules/whitelist.md | 3 +++ package-lock.json | 2 +- package.json | 2 +- 8 files changed, 23 insertions(+), 2 deletions(-) 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",