Solvro / Solvro/devops-automerge
bug: PRs get merged with failing checks on private repos
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1
- Forks
- 0
- Avg merge
- 14m
- Merged PRs (30d)
- 3
Description
private repositories cannot have branch rulesets preventing merge without specific GitHub Actions workflows passing, but these are oftentimes crucial before having a Dependabot PR merge.
example: https://github.com/Solvro/web-solvro.pwr.edu.pl/pull/203
expected solution: the configuration file should take an array of required CI jobs which need to pass before merging the PR. this will require also listening to job updates as we will need to wait until the jobs pass/fail.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named in the issue. Start by locating the configuration parsing and GitHub event handling, then trace how pull request merge decisions are made. Done means an array of required CI jobs can be configured and merging waits for each job to pass or fail.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, rust
- Domain
- ci-cd, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100