Skip to content

Commit

Permalink
chore(repo): typo in mergify queue message (#3876)
Browse files Browse the repository at this point in the history
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)*.
  • Loading branch information
MarkMcCulloh authored Aug 18, 2023
1 parent 02c5969 commit 400552f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 400552f

Please sign in to comment.