Live data from Hacker News

GitHub Merge Queue Silently Reverted Code

githubstatus.com

11–20 of 52 posts

Re: GitHub Merge Queue Silently Reverted Code

#11

This has caused a morning of fun for our team, how do you break one of the most fundamental bits of your system? Time to look at alternatives...

Self-hosting has been wonders. I thought I needed the social part of GH (i still kind of do, I like seeing what people are working on or liking) but overall its the same experience.

Re: GitHub Merge Queue Silently Reverted Code

#19
I experienced a weird bug, where the github ci environment was checking out code that was throwing an error on build... the version tag definitely didn't have the code the error was coming from... I messed with the CI workflow yaml and finally cat'd the file in question... the error code was definitely there (2 lines repeated in the file) that was not in the repository.

I nuked the release tag and re-created it, and it started working... was just a really weird bug/experience.

Post reply on HN