diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-08 08:28:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-08 08:28:45 +0200 |
commit | 6d9f9aadb263a6876861b847f05609230846a999 (patch) | |
tree | 72aac932f0e72f53f71e718084ca4b8386e4ca18 | |
parent | local/update-03-filename: add .mailmap (diff) | |
download | githooks-6d9f9aadb263a6876861b847f05609230846a999.tar.gz githooks-6d9f9aadb263a6876861b847f05609230846a999.tar.bz2 githooks-6d9f9aadb263a6876861b847f05609230846a999.zip |
update-03-filename: Allow .github/pull_request_template.mdgithooks-20240508T062845Z
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rwxr-xr-x | local/update-03-filename | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/local/update-03-filename b/local/update-03-filename index 462e5ec..adbbc5f 100755 --- a/local/update-03-filename +++ b/local/update-03-filename @@ -27,6 +27,7 @@ regex='^([A-Za-z0-9_][A-Za-z0-9._+-]*/)*[A-Za-z0-9_][A-Za-z0-9._+-]*$' exceptions=( .editorconfig .mailmap + .github/pull_request_template.md .gitignore metadata/.gitignore ) |