From 400552f879061396fc9902d112456d316179caac Mon Sep 17 00:00:00 2001 From: Mark McCulloh Date: Thu, 17 Aug 2023 20:26:49 -0400 Subject: [PATCH] chore(repo): typo in mergify queue message (#3876) idk why I thought the `@` was part of the interpolation syntax *By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*. --- .mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 6f1c666c7c7..913b0e5349e 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -16,7 +16,7 @@ pull_request_rules: actions: comment: message: | - Thanks for contributing, @{{author}}! This PR will now be added to the [merge queue](https://mergify.com/merge-queue), or immediately merged if @{{head}} is up-to-date with @{{base}} and the queue is empty. + Thanks for contributing, @{{author}}! This PR will now be added to the [merge queue](https://mergify.com/merge-queue), or immediately merged if `{{head}}` is up-to-date with `{{base}}` and the queue is empty. queue: name: default method: squash