Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement auto version bump #13

Open
regan-karlewicz opened this issue Jun 12, 2023 · 1 comment
Open

Implement auto version bump #13

regan-karlewicz opened this issue Jun 12, 2023 · 1 comment

Comments

@regan-karlewicz
Copy link
Contributor

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
Copy link
Contributor Author

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

@regan-karlewicz regan-karlewicz changed the title Support branch restrictions Implement auto version bump Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant