We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69fc9aa commit 4f93694Copy full SHA for 4f93694
.github/mergify.yml
@@ -1,8 +1,8 @@
1
misc:
2
- &source_code_files files~=^(?=.*((\.(go|h|cpp)|go.sum|go.mod|CMakeLists.txt|conanfile\.*))).*$
3
- &no_source_code_files -files~=^(?=.*((\.(go|h|cpp)|go.sum|go.mod|CMakeLists.txt|conanfile\.*))).*$
4
- - &only_go_unittest_files files~=^(?!(client|internal|pkg|tests)\/.*_test\.go).*$
5
- - &morethan_go_unittest_files -files~=^(?!(client|internal|pkg|tests)\/.*_test\.go).*$
+ - &only_go_unittest_files -files~=^(?!(client|internal|pkg|tests)\/.*_test\.go).*$
+ - &morethan_go_unittest_files files~=^(?!(client|internal|pkg|tests)\/.*_test\.go).*$
6
- when_build_and_test_status_successs: &Build_AND_TEST_STATUS_SUCESS_ON_UBUNTU_20_OR_UBUNTU_22
7
- 'status-success=Build and test AMD64 Ubuntu 20.04'
8
- 'status-success=Build and test AMD64 Ubuntu 22.04'
0 commit comments