From cd2d4bf1e66c03038f4d1ac890343008e2716273 Mon Sep 17 00:00:00 2001 From: thezaeemaanwar Date: Tue, 29 Aug 2023 16:08:44 +0500 Subject: [PATCH] feat: set success notifications false --- .github/workflows/upgrade-python-requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index 1f820ab88..a045ec073 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -20,7 +20,7 @@ jobs: # user_reviewers: "" team_reviewers: "axim-aximprovements" email_address: "aximimprovements@axim.org" - # send_success_notification: false + send_success_notification: false secrets: requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }} requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }}