-
Notifications
You must be signed in to change notification settings - Fork 880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DCO Check GitHub workflow #7179
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the dco workflow failed because its not in the list of "allowed" workflow actions. https://github.com/hyperledger/besu/actions/runs/9378991548
How can we request to allow the action? |
DCO App not working and needed to be disabled the check. Introducing DCO GitHub action workflow to validate the commit signatures. Closes #7175 Signed-off-by: Chaminda Divitotawela <cdivitotawela@gmail.com> Signed-off-by: Ry Jones <ry@linux.com>
DCO is working now. |
See hyperledger/besu#7179 Signed-off-by: Sean Young <sean@mess.org>
DCO App not working and needed to be disabled the check. Introducing DCO GitHub action workflow to validate the commit signatures. Closes hyperledger#7175 Signed-off-by: Chaminda Divitotawela <cdivitotawela@gmail.com> Signed-off-by: Ry Jones <ry@linux.com> Signed-off-by: George Tebrean <george@web3labs.com>
PR description
DCO App not working and needed to be disabled the check. Introducing DCO GitHub action workflow to validate the commit signatures.
Fixed Issue(s)
fixes #7175
Thanks for sending a pull request! Have you done the following?
doc-change-required
label to this PR if updates are required.Locally, you can run these tests to catch failures early:
./gradlew build
./gradlew acceptanceTest
./gradlew integrationTest
./gradlew ethereum:referenceTests:referenceTests