Solvro / Solvro/devops-automerge

bug: PRs get merged with failing checks on private repos

Open
#4 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.