This commit is contained in:
tituspijean 2022-01-18 21:39:24 +01:00 committed by GitHub
parent ac8ee25297
commit 3a6f0d8066
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
run.py
View file

@ -1125,7 +1125,7 @@ async def github(request):
abort(204, "Nothing to do")
if not app.config.ANSWER_TO_AUTO_UPDATER:
# Unauthorized
abort(204, "Nothing to do, I am configured not to answer to the auto-updater")
abort(204, "Nothing to do, I am configured to ignore the auto-updater")
# Fetch the PR infos (yeah they ain't in the initial infos we get @_@)
pr_infos_url = hook_infos["pull_request"]["url"]