From 5b4c3735c2c64d60f096a824450292367c39f7fe Mon Sep 17 00:00:00 2001 From: Atsushi Watanabe Date: Sun, 5 Jul 2020 15:55:22 +0900 Subject: [PATCH] Fix assert-contributors script This file is automatically copied. Do not edit. --- .github/.ci.conf | 1 + .github/assert-contributors.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .github/.ci.conf diff --git a/.github/.ci.conf b/.github/.ci.conf new file mode 100644 index 0000000..e652b2a --- /dev/null +++ b/.github/.ci.conf @@ -0,0 +1 @@ +EXCLUDED_CONTRIBUTORS=('Josh Bleecher Snyder') diff --git a/.github/assert-contributors.sh b/.github/assert-contributors.sh index 1b6e6c3..470d817 100755 --- a/.github/assert-contributors.sh +++ b/.github/assert-contributors.sh @@ -21,7 +21,7 @@ then . ${SCRIPT_PATH}/.ci.conf fi -EXCLUDED_CONTRIBUTORS+=('John R. Bradley' 'renovate[bot]' 'Renovate Bot' 'Pion Bot' 'Josh Bleecher Snyder') +EXCLUDED_CONTRIBUTORS+=('John R. Bradley' 'renovate[bot]' 'Renovate Bot' 'Pion Bot') MISSING_CONTRIBUTORS=() shouldBeIncluded () {