fix: skip pre-commit hooks when merging a branch to a PR WIP DO NOT MERGE - #244
Open
ian-leggett wants to merge 14 commits into
Open
fix: skip pre-commit hooks when merging a branch to a PR WIP DO NOT MERGE#244ian-leggett wants to merge 14 commits into
ian-leggett wants to merge 14 commits into
Conversation
Dependency Review✅ No vulnerabilities or OpenSSF Scorecard issues found.Scanned FilesNone |
ian-leggett
force-pushed
the
fix/csf-21-skip-pre-commit-on-merge-pr
branch
6 times, most recently
from
August 26, 2026 14:10
89aceba to
1257352
Compare
ian-leggett
force-pushed
the
fix/csf-21-skip-pre-commit-on-merge-pr
branch
from
August 26, 2026 14:15
1257352 to
9517f12
Compare
ian-leggett
force-pushed
the
fix/csf-21-skip-pre-commit-on-merge-pr
branch
3 times, most recently
from
August 26, 2026 14:28
80e2081 to
693b146
Compare
ian-leggett
force-pushed
the
fix/csf-21-skip-pre-commit-on-merge-pr
branch
from
August 27, 2026 09:53
e2a4a6b to
c3299f7
Compare
Signed-off-by: DBT pre-commit check
ian-leggett
force-pushed
the
fix/csf-21-skip-pre-commit-on-merge-pr
branch
from
August 27, 2026 14:57
df98a16 to
f62ef9e
Compare
Signed-off-by: DBT pre-commit check
Signed-off-by: DBT pre-commit check
Signed-off-by: DBT pre-commit check
Signed-off-by: DBT pre-commit check
Signed-off-by: DBT pre-commit check
Signed-off-by: DBT pre-commit check
Signed-off-by: DBT pre-commit check
Signed-off-by: DBT pre-commit check
Signed-off-by: DBT pre-commit check
Signed-off-by: DBT pre-commit check
Signed-off-by: DBT pre-commit check
Signed-off-by: DBT pre-commit check
|
Your PR has commits that are missing the Signed-off-by trailer. This is likely due to the pre-commit hook not being configured on your local machine. The usual fix for this issue is to run |
| fi | ||
| echo "We need to check this for the trailers" | ||
| git log ${{ github.event.pull_request.head.sha }} --format=%B -1 | git interpret-trailers --parse | grep '${{ env.SIGNED_OFF_MESSAGE }}' | ||
| git checkout ${{ github.event.pull_request.head.ref }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: DBT pre-commit check
Description
Please include a summary of the changes and the related issue including relevant motivation and context. Please also include a link to the corresponding JIRA ticket this merge request addresses.
Contributors
Let's acknowledge the people who contributed to the work.
Type of change
How this has been tested
Please describe the tests that you ran to verify your changes.
If they are not automated tests please explain why and provide screenshots and/or instructions so they can reproduced.
Checklist
Reviewer Checklist