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

#11721: Ignore .hypothesis #11722

Merged
merged 3 commits into from Oct 25, 2022
Merged

#11721: Ignore .hypothesis #11722

merged 3 commits into from Oct 25, 2022

Conversation

twm
Copy link
Contributor

@twm twm commented Oct 24, 2022

Scope and purpose

Fixes #11721. See there for an exhaustive discussion.

@twm
Copy link
Contributor Author

twm commented Oct 24, 2022

please review

Copy link
Member

@adiroiban adiroiban left a comment

Choose a reason for hiding this comment

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

Thanks. All good.
Only a small change regarding the drive-by change.

@@ -41,7 +41,7 @@ def fail(message):
if not pr_body:
fail("Body for the PR not found. " "Maybe missing PR_BODY env var.")

title_search = re.search(r"^(#\d+) .+", pr_title)
title_search = re.search(r"^(#\d+):? .+", pr_title)
Copy link
Member

Choose a reason for hiding this comment

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

I think that we should also update the PR template to document that multiple title formats are allowed.

AFAIK, the PR template is the only documenting for our PR naming convention.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

🤷 I think that a bot should be maintaining this invariant, not human beings.

@twm twm enabled auto-merge October 25, 2022 04:41
@twm twm merged commit fb493b4 into trunk Oct 25, 2022
@twm twm deleted the 11721-dothypothesis branch October 25, 2022 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.hypothesis should be in .gitignore
3 participants