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

github-merge: omit ACKs in quoted comments or with markdown indentation #154

Conversation

jonatack
Copy link
Contributor

Avoid counting an ACK if it is in a quoted comment or with markdown indentation, when present in a review before the actual ACK. See bitcoin/bitcoin#27334 (comment) for an example.

@maflcko
Copy link
Contributor

maflcko commented Jul 18, 2023

review ACK 9333d5f

if "ACK" in l
and head_abbrev in l
and not l.startswith("> ") # omit if quoted comment
and not l.startswith(" ") # omit if markdown indentation
Copy link
Contributor

Choose a reason for hiding this comment

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

suspicious eyes
can't stop feeling like this line gonna hit someone eventually

@katesalazar
Copy link
Contributor

Concept ACK 9333d5f

Copy link
Member

@laanwj laanwj left a comment

Choose a reason for hiding this comment

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

Code review ACK 9333d5f

@achow101
Copy link
Member

achow101 commented Mar 12, 2024

ACK 9333d5f

@achow101 achow101 merged commit 9e350dc into bitcoin-core:main Mar 12, 2024
@jonatack jonatack deleted the 2023-06-omit-acks-in-quoted-comments-and-markdown-indentation branch March 12, 2024 12:42
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.

None yet

6 participants