Skip to content

Commit

Permalink
Update reusable_workflows/repo_policies/bot_checks/check_bot_approved…
Browse files Browse the repository at this point in the history
…_files.py

Co-authored-by: Nicolas Mattia <[email protected]>
  • Loading branch information
marko-k0 and nmattia authored Jan 10, 2025
1 parent 8b6cce5 commit dc69076
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)


Expand Down

0 comments on commit dc69076

Please sign in to comment.