From 46c9779e13cc2e7f7a9c0c5cda4c7db5c78a6902 Mon Sep 17 00:00:00 2001 From: Darya Koval <72339940+daryakoval@users.noreply.github.com> Date: Thu, 9 Mar 2023 14:12:59 +0200 Subject: [PATCH] setting me first (#25172) --- Utils/github_workflow_scripts/handle_external_pr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils/github_workflow_scripts/handle_external_pr.py b/Utils/github_workflow_scripts/handle_external_pr.py index c093a95bdf73..30acbf1e5ccc 100755 --- a/Utils/github_workflow_scripts/handle_external_pr.py +++ b/Utils/github_workflow_scripts/handle_external_pr.py @@ -13,7 +13,7 @@ urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) print = timestamped_print -REVIEWERS = ['yucohen', 'dansterenson', 'daryakoval'] +REVIEWERS = ['daryakoval', 'yucohen', 'dansterenson'] MARKETPLACE_CONTRIBUTION_PR_AUTHOR = 'xsoar-bot' WELCOME_MSG = 'Thank you for your contribution. Your generosity and caring are unrivaled! Rest assured - our content ' \ 'wizard @{selected_reviewer} will very shortly look over your proposed changes.'