Noticed this most recently over at dc1c44f
Since a GitHub Actions bot (specifically our Pre-commit bot) doesn't have a CircleCI account (as expected), the CircleCI jobs will fail when the bot makes a commit.
It's not the end of the world and usually I'll just manually push an empty commit to re-trigger the CI's, but in some cases I have found this to be annoying (for example in #13558 I'm trying to help a new contributor work through the PR).
I wonder if there is some work around we can implement to do give the bot the necessary context to trigger the CircleCI jobs.
Noticed this most recently over at dc1c44f
Since a GitHub Actions bot (specifically our Pre-commit bot) doesn't have a CircleCI account (as expected), the CircleCI jobs will fail when the bot makes a commit.
It's not the end of the world and usually I'll just manually push an empty commit to re-trigger the CI's, but in some cases I have found this to be annoying (for example in #13558 I'm trying to help a new contributor work through the PR).
I wonder if there is some work around we can implement to do give the bot the necessary context to trigger the CircleCI jobs.