-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
bb acting too fast on no/wontfix
#4
Comments
🤔 Maybe. |
Generally it's fast, but in this case I envision the flow to be 1) label, 2) post human comment. Although i think your flow, the inverse, is working already! |
Line 130 in d904b1a
Recent comment defaults to 1m; so if you comment first and then label within 30 seconds, bb won't comment |
I was thinking something along the lines of
|
That’s almost the case: Lines 128 to 133 in d904b1a
Except for the last step, bb removes own comment (as bb’s not yet user comments — and a maintainer can hide it for now manually) |
So I was thinking of upping it to 10m or so. You’re suggesting to remove the sleep completely? |
BB hiding the comment could be a good alternative to removing it.
Yes, that's my current thinking. |
Hiding it isn‘t hard, but: |
I usually do this inverse, add a comment if need be, then tag.
🤷♂️ Maybe. |
While true, I image the ratio of comments to labeled w/ Maybe this works, allowing both our flows, basically what you envisioned, but still using sleep: - remove-labels:no/{duplicate,external,invalid,question}
- comment:no,no-wontfix
- sleep:5m
- if: recent-comment:team
then:
- minimize-comments:no
- forget-comments:no Or even: - remove-labels:no/{duplicate,external,invalid,question}
- ifNot: recent-comment:team
- comment:no,no-wontfix
- sleep:5m
- if: recent-comment:team
then:
- minimize-comments:no
- forget-comments:no |
Very possible, |
How would you feel about my last suggestion for now, and a new issue to discuss what comment flows would be useful? |
I'm open to it. |
Initial checklist
Affected packages and versions: n/a
Steps to reproduce
Close a PR. Write a comment. BB interferes too fast.
Expected behavior
10m delay?
Actual behavior
syntax-tree/unist-util-visit#23
The text was updated successfully, but these errors were encountered: