ci: only lint commit messages in the PR (#35035)

PR Close #35035
This commit is contained in:
Joey Perrott
2020-01-29 09:47:54 -08:00
committed by Miško Hevery
parent f83be86f9d
commit 3f7be7d608
3 changed files with 21 additions and 29 deletions

View File

@ -107,4 +107,3 @@ async function _main(repository, prNumber) {
await exec(`git rebase origin/${target.base.ref}`);
console.log('Rebase successful.');
}