this post was submitted on 20 Jul 2025
374 points (94.5% liked)

Programmer Humor

25448 readers
956 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] qaz@lemmy.world 27 points 2 weeks ago (8 children)

The real problem is merging before waiting for that one slow CI pipeline to complete

[–] nous@programming.dev 10 points 2 weeks ago (6 children)

One problem is GHs auto-merge when ready button. It will merge when there are still tests running unless they are required. It would be much better if the auto merges took into account all checks and not just required ones.

[–] voytrekk@sopuli.xyz 12 points 1 week ago (5 children)

It tests passing is a requirement of merging, then you should set the tests as required.

[–] BatmanAoD@programming.dev 2 points 1 week ago

Exactly; the OP image is saying that there's no point to doing that.

load more comments (4 replies)
load more comments (4 replies)
load more comments (5 replies)