summaryrefslogtreecommitdiffstats
path: root/libexec/filter-github-emails
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/filter-github-emails')
-rwxr-xr-xlibexec/filter-github-emails1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/filter-github-emails b/libexec/filter-github-emails
index 95a4141..7a05a05 100755
--- a/libexec/filter-github-emails
+++ b/libexec/filter-github-emails
@@ -200,6 +200,7 @@ sub is_github_status_change {
200 200
201 if ($body =~ tr/\n// == 5) { 201 if ($body =~ tr/\n// == 5) {
202 return 1 if $body =~ /^(?:Closed|Reopened) #\d+\.$/m; 202 return 1 if $body =~ /^(?:Closed|Reopened) #\d+\.$/m;
203 return 1 if $body =~ /^Closed #\d+ via [0-9a-f]{40}\.$/m;
203 } 204 }
204 return 0; 205 return 0;
205} 206}