ci(mr-templates): update MR templates to auto-assign the MR author

This commit is contained in:
Tomas Sebestik 2025-02-18 15:54:01 +01:00
parent b5aef58afe
commit 2f59c59350
No known key found for this signature in database
GPG Key ID: DDDD44B613F1BE3B
2 changed files with 6 additions and 0 deletions

View File

@ -27,3 +27,6 @@ Test Case Filters:
# This example will include all tests containing 'test_hello_world' in the name, # This example will include all tests containing 'test_hello_world' in the name,
# and include all tests containing 'test_sdm' but not 'sdmmc' in the name. # and include all tests containing 'test_sdm' but not 'sdmmc' in the name.
``` --><!-- Optional --> ``` --><!-- Optional -->
<!-- Don't remove the next line - assigns the MR author as the assignee -->
/assign me

View File

@ -60,3 +60,6 @@ _If there are any breaking changes, please mention it here. Talking about (1) wh
_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._ _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._
* [VFS/UART] Now vfs_uart_set_rts_cts accept one more instance argument, to support configuration to different ports. * [VFS/UART] Now vfs_uart_set_rts_cts accept one more instance argument, to support configuration to different ports.
<!-- Don't remove the next line - assigns the MR author as the assignee -->
/assign me