You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
graphql-request-profiler should restrict our main branch. We want main to only accept commits from
Merged PRs (contributions)
Github action bot (updates package.json version)
The existing problem was that adding branch protections to main prevented the Github Actions bot from committing version updates to package.json. Github recently introduced a new feature called rulesets that promise to allow more granular configuration for branch protections. Investigate this ruleset feature to see if we can add the Github Actions bot to a special group that is allowed to push commits to main, but prevent everyone else from pushing commits to main.
The text was updated successfully, but these errors were encountered:
graphql-request-profiler
should restrict our main branch. We wantmain
to only accept commits fromThe existing problem was that adding branch protections to
main
prevented the Github Actions bot from committing version updates to package.json. Github recently introduced a new feature calledrulesets
that promise to allow more granular configuration for branch protections. Investigate thisruleset
feature to see if we can add the Github Actions bot to a special group that is allowed to push commits to main, but prevent everyone else from pushing commits to main.The text was updated successfully, but these errors were encountered: