From 1f7e1430ad213ca19d03be86f05882f8262b3478 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sat, 1 Jul 2023 11:32:03 +0200 Subject: [PATCH] Change botpub email address for Git commits --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7797840..b8805a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ markdown = ["markdown"] [tool.autopub] project-name = "Share Post" git-username = "botpub" -git-email = "botpub@autopub.rocks" +git-email = "52496925+botpub@users.noreply.github.com" append-github-contributor = true [tool.isort]