What's something you've gotten into your CICD pipeline recently that you like?

I recently automated a little bot for our GitHub CICD. It runs a few tests that we care about, but don't want to block deployment, and posts them on the PR. It uses gh pr comment --edit-last so it isn't spammint the channel. It's been pretty helpful in automating some of the more annoying parts of code review.

  • karlhungus@lemmy.ca
    ·
    11 months ago

    We use build kite, I like it better as an end user than other things I've used (circle ci, Travis, bamboo). I haven't been on devops setup end of it much so can't really talk to that end. I've liked what I've used of gh actions as well.