Specifying a refspec on this scm config causes no merge job to be
triggered on a push action.
Change-Id: I46066dc6e371f49ed58dcc4f439cb0fae63808db
Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
scm:
- lf-infra-github-scm:
url: '{git-clone-url}{github-org}/{project}'
- refspec: '+refs/pull/*:refs/remotes/origin/pr/*'
- branch: '{branch}'
+ refspec: ''
+ branch: 'refs/heads/{branch}'
submodule-recursive: '{submodule-recursive}'
submodule-timeout: '{submodule-timeout}'
choosing-strategy: default
--- /dev/null
+---
+fixes:
+ - |
+ Specify refspec to be blank for SCM config on github-maven-merge job. Setting the
+ refspec to `+refs/pull/*:refs/remotes/origin/pr/*` causes there to be no merge job triggered.