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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 23, 2024
- License
- None
Pinned Snippet
uses: cemberk/fork-maintenance-system@d10f4eeab8c70ef50a0f986222ad1b498af6cee8 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for authentication | yes | — |
| upstream_repo | URL of the upstream repository | yes | — |
| schedule_json | Schedule JSON containing upstream and downstream release branches | yes | — |
| pr_branch_prefix | Prefix for the PR branch name | yes | — |
| requirements_command | Command to install needed packages | yes | — |
| unit_test_command | Command to run unit tests | yes | — |
| performance_test_command | Command to run performance tests | yes | — |
Outputs
no outputs