From e9d5ae4141209d17175f784be499af09aab95eed Mon Sep 17 00:00:00 2001 From: Owen Shepherd <owen@owen.cafe> Date: Fri, 17 Nov 2023 12:43:25 +0100 Subject: [PATCH] chore: Correct typo in the gitlab MR template [skip ci] --- .gitlab/merge_request_templates/Default.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md index cd2dac2ac24d..7a5752d8f82e 100644 --- a/.gitlab/merge_request_templates/Default.md +++ b/.gitlab/merge_request_templates/Default.md @@ -30,7 +30,7 @@ label can be applied to perform additional validation checks if your MR affects unusual configuration. Once your change is ready please remove the `WIP:` tag and wait for review. If -no one has offerred review in a few days then please leave a comment mentioning +no one has offered a review in a few days then please leave a comment mentioning @triagers and apply the ~"Blocked on Review" label. [notes]: https://gitlab.haskell.org/ghc/ghc/wikis/commentary/coding-style#comments-in-the-source-code -- GitLab