From 901761886ba452ac5a4d25fe52ada54e9bce9af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Pelay?= <45865185+jpelay@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:10:55 -0400 Subject: [PATCH] add queue name to pull_request_rules (#5741) --- .mergify.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index ee6325d7862..17396206d2b 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -20,4 +20,5 @@ pull_request_rules: actions: comment: message: Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to [allow changes to be pushed to your fork](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork)). - + queue: + name: default_queue \ No newline at end of file