modular / modular/stack-pr

Auto land script

Open
#78 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
569
Forks
43
PR merge metrics
No merged PRs in 30d

Description

We have some restrictions in our github that the PR has to be on top of latest in main branch. Sometimes, we rebase and submit the stack and before our PR checks complete or before we realize to land the PR, another commit is added to main and we have to repeat the loop of rebase and submit the whole stack for pr check. Wish there was a command line invocation which checks every few minutes if the PR is ready to land and lands it immediately on the checks passing.

stack-pr auto-land --timeout=30m --check-interval=1m

Contributor guide

Open the contributing guide

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

Start by locating the stack-pr CLI entry point and the existing logic for checking PR readiness and landing PRs. Add the requested auto-land invocation with its timeout and check interval, and verify that it stops when the timeout expires or lands the PR as soon as checks pass.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.