From 6a6cc91dadc2f32dd5881563b4e8ac5f96df4b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Sat, 6 Sep 2025 19:26:20 -0700 Subject: [PATCH 1/2] Ignore bots in changelog --- .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 0000000..561af44 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,7 @@ +changelog: + exclude: + authors: + - dependabot + - dependabot[bot[ + - pre-commit-ci + - pre-commit-ci[bot] From 0281377aff45469e2722f8c1143b7901d452e746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Sat, 6 Sep 2025 19:58:13 -0700 Subject: [PATCH 2/2] fix typo Co-authored-by: Chris Markiewicz --- .github/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release.yml b/.github/release.yml index 561af44..e6d02b5 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -2,6 +2,6 @@ changelog: exclude: authors: - dependabot - - dependabot[bot[ + - dependabot[bot] - pre-commit-ci - pre-commit-ci[bot]