sindresorhus/refined-github

After merge, automatically post comment #1024

fregante posted onGitHub

Sometimes I want to merge and leave a comment after. Should that be handled automatically too?

How about we show more checkboxes when tests are running:

  • wait for tests to pass
    • automatically post the comment
    • automatically delete branch (-> #2186)

Perhaps we can find a more refined UI

More context in


automatically delete branch

This one should be checked by default.

posted by sindresorhus about 7 years ago

I forgot that I had already opened an issue for branch deletion: #908

@hkdobrev brought up a good point though:

However, here's a case where you don't want to delete - e.g. you have a long-running branch like the git-flow

Having it pre-selected is a bit dangerous in those cases.

posted by bfred-it about 7 years ago

Having it pre-selected is a bit dangerous in those cases.

Users can just uncheck it then, and you can easily restore deleted branches from the GitHub UI.

posted by sindresorhus about 7 years ago

Imagine doing that on every PR though. Also this happens when you’re probably not looking at the tab, should you forget to uncheck it, so the branch might stay deleted for a while.

I never use long-lived branches so this doesn’t affect me in the end.

posted by bfred-it about 7 years ago

They could disable the feature then. We should optimize for the 95%.

posted by sindresorhus about 7 years ago

I would put a one time pop-up so that users don't get upset

posted by yakov116 about 7 years ago

I assume this would only be displayed for PR's that have their corresponding branch in a repo you have write access to?

So if somebody merges a external PR he won't see it?

Otherwise a really great addition!

posted by tooomm about 7 years ago

Yep, the branch deletion would only be useful when merging your own PRs from or PRs from other collaborators. However we can't detect the permission so the checkbox will be shown for everyone (+ an info icon to give more info, like in #1072 )

posted by bfred-it about 7 years ago

automatically delete branch (-> )

đź‘Ť on this

posted by iwiznia almost 7 years ago

automatically delete branch (-> ) ^^^^^^^ on this

posted by jiang-wei almost 7 years ago

If a PR is accidentally deleted it can always be restored. Deleting would be a great benefit to those using trunk-based development; those using long lived branches (like develop) might be able to lock down protected branches.

posted by endtoend over 6 years ago

those using long lived branches (like develop) might be able to lock down protected branches.

@endtoend that's a great point

posted by bfred-it over 6 years ago

@issuehunt has funded $53.97 to this issue.


posted by IssueHuntBot almost 6 years ago
  • UI: Add a new Wait for successful checks checkbox by the green Comment button
  • Automatically press the "Delete branch" after successful merge, BUT only right then, not "whenever the page loads and the button is there"
posted by bfred-it almost 6 years ago

FYI, we're now using GitHub Actions and https://github.com/jessfraz/branch-cleanup-action to delete branches automatically after merge. There are a few cases that this action takes care of like skipping protected branches, default branch, base branches of another PR and forks.

posted by hkdobrev almost 6 years ago

That's a good one. The issue with bots is that you have to set them up in each repo

posted by bfred-it almost 6 years ago

It could be used as a reference to use cases and APIs used.

posted by hkdobrev almost 6 years ago

I just added the pr-branch-auto-delete feature. It's smaller and does not have a checkbox since:

  • the branch can be restored
  • the feature can be wholly disabled
  • those using long lived branches (like develop) might be able to lock down protected branches.

As said by @sindresorhus and @endtoend

This thread now is about "Automatically post comment after merge"

For discussion about pr-branch-auto-delete, comment here: https://github.com/sindresorhus/refined-github/pull/2186 or open a new issue.

Most of the comments here were about that the feature, so I hid them.

posted by bfred-it over 5 years ago

@bfred-it Back on the topic of auto-deleting branches, could you please add to the readme? As I had different automation to delete branches in different repos, I was wondering whether it was the RG extension and checked the readme and didn't find it there. Took me a while to be sure it's that.

posted by hkdobrev over 5 years ago

@hkdobrev:

For discussion about pr-branch-auto-delete, comment here: #2186 or open a new issue.

posted by bfred-it over 5 years ago

@fregante I’m a little curious what is actually asked for/what value it brings.

As a user, I check Wait for merge. Then what?

I click Comment which enters waiting state until Merge is pressed and then posts the comment? If yes, what’s the benefit over first merging and then commenting?

If we want to reduce the amount of clicks it sounds like a Merge and Comment button (similar to Close and Comment Issue) addresses the issue better?

But maybe I’m totally missing something here. If you could just clear up what you’re after, I’d be happy to give it a go. Thanks!

posted by ulken over 5 years ago

/cc @sindresorhus Thoughts?

posted by ulken over 5 years ago

You're not wrong, it's mostly about the expectation that after the merge, the merger leaves a thank you note or something like that. But you're right in that it doesn't necessarily have to happen after.

posted by fregante over 5 years ago

Thanks for replying. I’m sorry if my communication was unclear, but I wasn’t referring to the order of merging/commenting. I get that you want to leave a comment after closing, makes perfect sense.

My concern was around what problem is actually solved by the current solution suggestion? What do you gain? As I see it, all the extra checkbox does is increase the amount of clicks.

If still not clear (and I’m missing out on the obvious), could you help me out with an example scenario? I.e. walk me through the process from a user’s POV.

The way I interpret the current suggestion in the eyes of the user:

  1. Enter comment
  2. Check Wait for merge
  3. Click Comment 3a. Waiting...
  4. Click Merge 4a. Merge completes
  5. Post comment

How is this better than:

  1. Click Merge
  2. Enter comment
  3. Click Comment

Having a Merge and Comment button on the other hand would reduce the above to two steps.

Like I said, I must be missing something here. I just need to understand what in order to attempt this.

And if you feel like it’s not worth the time explaining, that’s fine. Thank you :)

posted by ulken over 5 years ago

Right, we agree on that, it’s not necessarily better, it’s just seemed like the right order of operations.

As for the amount of clicks: it’s unchanged. Both checkboxes (one for the merge, one for the comment) would be automatically checked and only appear if necessary, so:

  1. Click merge (wait for checks already checked
  2. Click comment (wait for merge already checked)

If we change the merge button to Merge and comment, such button would submit the content of the comment box BELOW it. No fields should be under a submit button, it’s bad UX. We can’t do that.

In short: I think we can close this issue as the order of operations might not be worth the feature complexity.

posted by fregante over 5 years ago

@fregante 🙏 Thank you for bearing with me! Finally the penny dropped. Then I’m all aboard. If you don’t strongly disagree (i.e. won’t accept a PR no matter what), I’d like to try it out.

Just for the record:

  1. I wasn’t suggesting replacing any button, but add another one (again similar to the extra Close and comment on Issues).
  2. I wasn’t suggesting adding it to the Merge section, but the Comment section (like Close and comment).

PS. To my defense, I still don't find it obvious what is requested from the initial specification/description as it stands. Maybe I haven’t used RGH enough to read in all the patterns used, but if possible I would very much appreciate a little more details around problem statement and solution suggestions in upcoming issues. Feel free to ignore, just trying to give my POV as a newcomer. Thank you! ❤️

posted by ulken over 5 years ago

@sindresorhus has rewarded $48.57 to @fregante. See it on IssueHunt

  • :moneybag: Total deposit: $53.97
  • :tada: Repository reward(0%): $0.00
  • :wrench: Service fee(10%): $5.40
posted by issuehunt-app[bot] about 5 years ago

Fund this Issue

$53.97
Rewarded

Rewarded pull request

Recent activities

fregante was rewarded by sindresorhus for sindresorhus/refined-github# 1024
about 5 years ago
fregante submitted an output to  sindresorhus/ refined-github# 1024
over 5 years ago