graphql-request-profiler icon indicating copy to clipboard operation
graphql-request-profiler copied to clipboard

Implement auto version bump

Open regan-karlewicz opened this issue 2 years ago • 1 comments

graphql-request-profiler should restrict our main branch. We want main to only accept commits from

  1. Merged PRs (contributions)
  2. 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.

regan-karlewicz avatar Jun 12 '23 21:06 regan-karlewicz

I've enabled branch protections for now, will investigate later

regan-karlewicz avatar Jul 07 '23 04:07 regan-karlewicz