-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add an option to disable the "recheck" part of the comment #158
Add an option to disable the "recheck" part of the comment #158
Conversation
Hmmm I have no idea why so much of dist/index.js is showing changes. Perhaps dev.github.com adjusted line endings? |
That seems to be what it is. If I choose “Hide white space” when viewing the diff then it appears as expected. I’ll look at pulling it into a real editor and fixing it. |
11afbd2
to
8ec614c
Compare
I don't seem to be able to revert whatever those white space changes were. The only changes I actually implemented were on line < 1100 When viewing the diff if you select hide white space or hide white space changes then it'll be focused on intended changes. |
c10bbfc
to
354057c
Compare
Hey crew, I understand you all have day jobs etc and that this isn't priority one for you. It's been a number of weeks, any chance I could get eyes on this? 😀 |
@ibakshay sorry to be pushy, I know ppl are busy with life. But, this would really help us and hopefully others too. |
@kingthorin, I apologise for a LATE response. i was on vacation during August and then life happened. Tip:
|
Thanks I'll get those adjusted too! |
Hopefully that's it 😀 |
You should also add the input to this |
No problem, thanks for your help |
Addressed. |
thanks a lot. Could you please do |
Yup I'll have to setup a Linux image, I was doing this all via GitHub.dev |
I was able to do it in a CodeSpace 😀 Hopefully that looks as you expected? |
It works great. Thanks so much for your contribution! I really appreciate it very much 🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Thanks for helping move this along. Sadly a colleague pointed out this may have broken things because the bot “signature” is left off but used as a condition elsewhere. github-action/src/pullrequest/pullRequestComment.ts Lines 64 to 67 in 0fb6942
I’ll get a fix PR in today. |
We've found that due to the suggestion in the action's comment that users' comment "recheck" we've ended up with everyone commenting their agreement immediately followed by commenting recheck. Or, commenting both in the same comment. Therefore we'd like the option to disable the "recheck" suggestion.
Note: I have very little experience with GitHub action creation/contribution, if I've edited something I shouldn't have then please let me know, or conversely missed editing something I should have.
Prepared via: dev.github.com
Modeled mainly based on
lock-pullrequest-aftermerge
handling.