deuzu/Democracy Enforcer
Enforce democracy on a repository by merging pull requests by voting score.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| githubToken | The Github token that give permission on the repository. | yes | — |
| voters | The Github usernames (separated by coma) of allowed voters. | yes | — |
| dryRun | When `dryRun: true` the Github democrat won't merge any pull requests | no | false |
| prMinimumReviewScore | The minimum pull request review score needed to be eligible for merge (approves +1, request changes -1) | no | 1 |
| prVotingTimeHours | The delay (in hours and since the last commit) needed before a pull request is eligible for merge | no | 24 |
| prMarkAsMegeableLabel | The pull request label needed to be eligible for merge | no | ready |
| prTargetBranch | The pull request target branch | no | main |
Outputs
no outputs