client_golang icon indicating copy to clipboard operation
client_golang copied to clipboard

Do not block Changelog CI if the PR's author is a known bot.

Open ArthurSens opened this issue 1 year ago • 0 comments

Bots such as dependabot, github-actions and prombot are constantly opening new PRs in this repository. Their PR description does not have the appropriate /kind string in the PR description, causing a required CI to fail.

It's seems easier to always succeed the workflow for known bots than to find a way to include the required string in their PRs

ArthurSens avatar Jun 28 '24 20:06 ArthurSens