cemberk/Fork Maintenance System

A GitHub Action to maintain forked repositories by checking for misspellings, resolving merge conflicts, running regression triage, and providing code suggestions.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Aug 23, 2024
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: cemberk/fork-maintenance-system@d10f4eeab8c70ef50a0f986222ad1b498af6cee8 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github_tokenGitHub token for authenticationyes
upstream_repoURL of the upstream repositoryyes
schedule_jsonSchedule JSON containing upstream and downstream release branchesyes
pr_branch_prefixPrefix for the PR branch nameyes
requirements_commandCommand to install needed packagesyes
unit_test_commandCommand to run unit testsyes
performance_test_commandCommand to run performance testsyes

no outputs