Skip to content

Commit 2f59c59

Browse files
committed
ci(mr-templates): update MR templates to auto-assign the MR author
1 parent b5aef58 commit 2f59c59

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitlab/merge_request_templates/Minimal_Template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ Test Case Filters:
2727
# This example will include all tests containing 'test_hello_world' in the name,
2828
# and include all tests containing 'test_sdm' but not 'sdmmc' in the name.
2929
``` --><!-- Optional -->
30+
31+
<!-- Don't remove the next line - assigns the MR author as the assignee -->
32+
/assign me

.gitlab/merge_request_templates/Mixed Template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ _If there are any breaking changes, please mention it here. Talking about (1) wh
6060
_Please strictly follow the breaking change restriction, which means, if there is a breaking change but you are merging to non-major versions, you have to separate the breaking part out to another MR for a major version. The breaking change subsection is only accepted in MRs merging to major versions._
6161

6262
* [VFS/UART] Now vfs_uart_set_rts_cts accept one more instance argument, to support configuration to different ports.
63+
64+
<!-- Don't remove the next line - assigns the MR author as the assignee -->
65+
/assign me

0 commit comments

Comments
 (0)