Fix event name for update-reviewers

This commit is contained in:
TSR Berry 2023-10-10 19:47:40 +02:00
parent aa4fe2746d
commit b6bf96b3e2
No known key found for this signature in database
GPG Key ID: 52353C0A4CCA15E2

View File

@ -80,7 +80,7 @@ class ExecRyujinxTasks(GithubSubcommand):
with open(args.event_path, "r") as file:
self._event = json.load(file)
if args.event_name == "pull_request":
if args.event_name == "pull_request_target":
self.update_reviewers()
self.logger.info("Finished executing Ryujinx tasks!")