From 008ba3564272b3ef3a4b50ca9db4c59b29b0fc89 Mon Sep 17 00:00:00 2001 From: Zhang Yunjun Date: Tue, 20 Feb 2024 11:08:11 +0800 Subject: [PATCH] ignore contributions by bots in release notes ref: https://github.com/isce-framework/snaphu-py/pull/29 --- .github/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 000000000..c64a58fdb --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,7 @@ +# .github/release.yml + +changelog: + exclude: + authors: + - dependabot + - pre-commit-ci