mass-rebuild-filter: no longer trigger on edited descriptions

This commit is contained in:
Graham Christensen 2017-11-23 08:28:41 -05:00
parent 2150acacc6
commit bd10f6ed78
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -83,7 +83,6 @@ function runner($msg) {
$ok_events = [ $ok_events = [
'opened', 'opened',
'created', 'created',
'edited',
'synchronize', 'synchronize',
'reopened', 'reopened',
]; ];