3
Total Votes
3
Upvotes
0
Downvotes
3
Unique PRs
+3-0

Activity

โ—‘

Add Automatic Merge

Currently the merge is being done manually by the repo owner which is a bit silly. This makes it so we run a github action script that does this automatically.

[!CAUTION] This is actually pretty dangerous. We should probably have an environment with configured approval rules but this would need to be configured by @skridlevsky.

This currently mirrors the logic used in the lib/github.ts file. If you have any idea how to unify this logic in a single source of truth somehow please leave a comment. I am not too well versed in NextJS but is there a way to add like a CLI command or something?