Skip to content

Commit 51336d8

Browse files
committed
Update excluded contributors list
Exclude pionbot account.
1 parent 5eea855 commit 51336d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/.github/assert-contributors.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616

1717
SCRIPT_PATH=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
1818

19-
EXCLUDED_CONTIBUTORS=('John R. Bradley' 'renovate[bot]' 'Renovate Bot')
19+
EXCLUDED_CONTIBUTORS=('John R. Bradley' 'renovate[bot]' 'Renovate Bot', 'Pion Bot')
2020
MISSING_CONTIBUTORS=()
2121

2222
shouldBeIncluded () {

0 commit comments

Comments
 (0)