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

Fixed failed check for duplicate pull request #61

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

gbrindisi
Copy link
Contributor

@gbrindisi gbrindisi commented Feb 26, 2024

Pull Request

Fixed failed check for duplicate pull request

Proposed Changes

Fixes #57
The check for duplicate PRs was comparing the title of the pull request to be against all current open pull request head ref's instead of their title.

Readiness Checklist

Author/Contributor

  • If documentation is needed for this change, has that been included in this pull request
  • run make lint and fix any issues that you have introduced
  • run make test and ensure you have test coverage for the lines you are introducing

Reviewer

  • Label as either bug, documentation, enhancement, infrastructure, or breaking

@zkoppert zkoppert added the bug Something isn't working label Feb 26, 2024
Copy link
Member

@zkoppert zkoppert left a comment

Choose a reason for hiding this comment

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

Thanks @gbrindisi for the bugfix!!

@zkoppert zkoppert merged commit b6e56d1 into github:main Feb 26, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Duplicate PRs filed against same eligible repository
2 participants