about summary refs log tree commit diff
path: root/maintainers/scripts
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2022-03-25 20:28:37 +0200
committerGitHub <noreply@github.com>2022-03-25 20:28:37 +0200
commit4152377b668f2161f1b6c546c4f2f22aaf24e775 (patch)
tree86be43cb7d239ffad73d39e3be890c3517beab9d /maintainers/scripts
parentf76dd8bd24b3e3017980afa63fa07f9162f681d7 (diff)
parent6ebf051cc036b0b864e43e532bf434895a7dae38 (diff)
Merge pull request #162511 from Artturin/add-alias-keep-feature
Diffstat (limited to 'maintainers/scripts')
-rwxr-xr-xmaintainers/scripts/remove-old-aliases.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainers/scripts/remove-old-aliases.py b/maintainers/scripts/remove-old-aliases.py
index 5d9398feaa25e..8ed326cbc2049 100755
--- a/maintainers/scripts/remove-old-aliases.py
+++ b/maintainers/scripts/remove-old-aliases.py
@@ -57,7 +57,7 @@ def get_date_lists(
                 except ValueError:
                     continue
 
-        if my_date is None or my_date > cutoffdate:
+        if my_date is None or my_date > cutoffdate or "preserve, reason:" in line.lower():
             continue
 
         if "=" not in line: