Avoid creating PRs
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 372
- Forks
- 107
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 5
Description
Is your feature request related to a problem? Please describe.
Currently FrogBot will always create PRs - https://github.com/jfrog/frogbot/blob/aecbbb6b4a463f515676163369347a3f4b20aaf7/scanrepository/scanrepository.go#L153
This is not always desirable - we only want it to tell us, hey - you have an issue. I dont want it to try to fix it for me - yet.
Describe the solution you'd like to see
Provide an option to opt out of PR creation.
Contributor guide
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
Start in scanrepository/scanrepository.go at the linked code near line 153, where FrogBot currently creates pull requests. Trace how configuration options reach that path and identify where an opt-out can be checked. Done means users can disable PR creation while scans still report the detected issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100