From dc69076bb1c4c116cb257553abc5eb232f4b4277 Mon Sep 17 00:00:00 2001 From: Marko Kosmerl Date: Fri, 10 Jan 2025 10:55:00 -0300 Subject: [PATCH] Update reusable_workflows/repo_policies/bot_checks/check_bot_approved_files.py Co-authored-by: Nicolas Mattia --- .../repo_policies/bot_checks/check_bot_approved_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reusable_workflows/repo_policies/bot_checks/check_bot_approved_files.py b/reusable_workflows/repo_policies/bot_checks/check_bot_approved_files.py index 5fbff47..dea3541 100644 --- a/reusable_workflows/repo_policies/bot_checks/check_bot_approved_files.py +++ b/reusable_workflows/repo_policies/bot_checks/check_bot_approved_files.py @@ -49,7 +49,7 @@ def get_approved_files_config(repo: github3.github.repo) -> str: return config_file except github3.exceptions.NotFoundError: raise Exception( - f"No config file found. Make sure you have a file saved at {BOT_APPROVED_FILES_PATH} on default branch" + f"No config file found. Make sure you have a file saved at {BOT_APPROVED_FILES_PATH} in the default branch" )