Skip to content

Commit

Permalink
Fix assert-contributors script
Browse files Browse the repository at this point in the history
This file is automatically copied. Do not edit.
  • Loading branch information
at-wat committed Jul 5, 2020
1 parent d656d47 commit 5b4c373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/.ci.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
EXCLUDED_CONTRIBUTORS=('Josh Bleecher Snyder')
2 changes: 1 addition & 1 deletion .github/assert-contributors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 5b4c373

Please sign in to comment.