Skip to content

Commit 68056db

Browse files
committed
Remove greenkeeper bot from list of authors
Fixes: standard/standard#1173
1 parent 0ed05eb commit 68056db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

AUTHORS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
- Pablo Varela (pablovarela182@gmail.com)
118118
- Luan Vicente (hi@idlua.me)
119119
- Tony Finn (tony@tonyfinn.com)
120-
- greenkeeper[bot] (greenkeeper[bot]@users.noreply.github.com)
121120
- tumobi (tumobi@163.com)
122121
- Maarten Ackermans (maarten.ackermans@gmail.com)
123122
- ★★ (งツ)ว ★★ (theaichholzer@gmail.com)
@@ -141,7 +140,7 @@
141140
- Amabel (luoweibinb@gmail.com)
142141
- Elad Chen (eladchen@gmail.com)
143142
- Dave Carlson (davecarlson@users.noreply.github.com)
144-
- greenkeeper[bot] (23040076+greenkeeper[bot]@users.noreply.github.com)
145143
- epixian (38962121+epixian@users.noreply.github.com)
144+
- Yuriy Dybskiy (yuriy@dybskiy.com)
146145

147146
#### Generated by tools/update-authors.sh.

tools/update-authors.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ while (<>) {
1010
1111
next if $seen{$_};
1212
next if /(support\@greenkeeper.io)/;
13+
next if /(greenkeeper\[bot\]\@users.noreply.github.com)/;
1314
next if /(nate\@ngoldman.me)/;
1415
next if /(ahmad\@codeinchaos.com)/;
1516
next if /(emanuele.stoppa\@baml.com)/;

0 commit comments

Comments
 (0)