Skip to content
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

Try out github.com/christophebedard/dco-check #5010

Merged
merged 4 commits into from
Mar 28, 2024
Merged

Conversation

rturner3
Copy link
Collaborator

@rturner3 rturner3 commented Mar 22, 2024

The DCO app currently used in the repository doesn't support GitHub merge queues. Try out this other DCO check script which will run as our own managed job that we can configure to run for PRs added to the merge queue.

We can try running this check in parallel to the existing check to ensure it's stable before trying to rely on it.

Tested on my fork with a couple sample PRs targeted towards this branch:

Success on DCO present: rturner3#218
Fail on missing DCO: rturner3#216

The DCO app currently used in the repository doesn't support GitHub
merge queues. Try out this other DCO check script which will run as our
own managed job that we can configure to run for PRs added to the merge
queue.

We can try running this check in parallel to the existing check to
ensure it's stable before trying to rely on it.

Signed-off-by: Ryan Turner <[email protected]>
Ryan Turner added 2 commits March 22, 2024 13:03
Signed-off-by: Ryan Turner <[email protected]>
@azdagron azdagron self-assigned this Mar 26, 2024
Copy link
Member

@azdagron azdagron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@azdagron azdagron merged commit 0f1310b into spiffe:main Mar 28, 2024
33 checks passed
rushi47 pushed a commit to rushi47/spire that referenced this pull request Apr 11, 2024
* Try out github.com/christophebedard/dco-check

The DCO app currently used in the repository doesn't support GitHub
merge queues. Try out this other DCO check script which will run as our
own managed job that we can configure to run for PRs added to the merge
queue.

We can try running this check in parallel to the existing check to
ensure it's stable before trying to rely on it.

Signed-off-by: Ryan Turner <[email protected]>

* Fix YAML syntax

Signed-off-by: Ryan Turner <[email protected]>

* Allow to run on workflow_dispatch

Signed-off-by: Ryan Turner <[email protected]>

---------

Signed-off-by: Ryan Turner <[email protected]>
Co-authored-by: Andrew Harding <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants