@@ -31,7 +31,7 @@ pull_request_rules:
3131 - merged
3232 actions :
3333 delete_head_branch :
34-
34+
3535 - name : ask to resolve conflict
3636 conditions :
3737 - conflict
@@ -48,7 +48,7 @@ pull_request_rules:
4848 actions :
4949 comment :
5050 message : |
51- @{{author}}, all pull requests must be targeted towards the `main` development branch.
51+ @{{author}}, all pull requests must be targeted towards the `main` development branch.
5252 Once merged into `main`, it is possible to backport to @{{base}}, but it must be in `main`
5353 to have these changes reflected into new distributions.
5454
@@ -61,19 +61,19 @@ pull_request_rules:
6161 actions :
6262 comment :
6363 message : |
64- @{{author}}, your PR has failed to build. Please check CI outputs and resolve issues.
64+ @{{author}}, your PR has failed to build. Please check CI outputs and resolve issues.
6565 You may need to rebase or pull in `main` due to API changes (or your contribution genuinely fails).
6666
6767 - name : Removed maintainer checklist
6868 conditions :
6969 - and :
70- - " - body~=(?m)^ For Maintainers: "
70+ - body-raw~=^#### For Maintainers
7171 - author!=SteveMacenski
7272 - author!=mergify
7373 actions :
7474 comment :
7575 message : |
76- @{{author}}, please properly fill in PR template in the future. @stevemacenski, use this instead.
76+ @{{author}}, please properly fill in PR template in the future. @stevemacenski, use this instead.
7777 - [ ] Check that any new parameters added are updated in navigation.ros.org
7878 - [ ] Check that any significant change is added to the migration guide
7979 - [ ] Check that any new features **OR** changes to existing behaviors are reflected in the tuning guide
0 commit comments