The herdstat workflow is failing because the main branch recently got protected (I think, cc @Bisaloo). It worked before because main was unprotected at that time.
I will shortly submit a pull request that updates the workflow to create a pull request to update the contribution graph instead. This helps circumvent the branch protection without having to remove it (because it's there for good reason).
The
herdstat
workflow is failing because themain
branch recently got protected (I think, cc @Bisaloo). It worked before becausemain
was unprotected at that time.I will shortly submit a pull request that updates the workflow to create a pull request to update the contribution graph instead. This helps circumvent the branch protection without having to remove it (because it's there for good reason).