brandonchinn178 / brandonchinn178/mergit
Initialize merge bot on all PRs upon installation
Open
- Dominant language
- Haskell
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
When installing the merge bot to a repository for the first time, it should initialize the check runs on all the open PRs.
Not high priority, since there’s a workaround
```
git commit --amend --date now -C HEAD
git push -f
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the installation handling and the code that creates GitHub check runs for pull requests. Verify how open PRs are discovered during first-time installation, then confirm that every existing open PR receives its check runs without requiring the documented commit-amend workaround.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, haskell
- Domain
- ci-cd, devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100