We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1fcbf commit 02a0b8dCopy full SHA for 02a0b8d
.github/workflows/ci.yml
@@ -209,7 +209,7 @@ jobs:
209
fetch-depth: ${{github.event.pull_request.commits}}
210
ref: ${{github.event.pull_request.head.sha}}
211
- run: git config user.name "github-runner" && git config user.email "<>"
212
- - run: git rebase --exec 'git log -1 --pretty=format:%B | grep -q "^Signed-off-by:"' --root
+ - run: git rebase --exec 'git log --no-merges -1 --pretty=format:%B | grep -q "^Signed-off-by:"' --root
213
apply:
214
runs-on: ubuntu-latest
215
steps:
0 commit comments