sanitizers / sanitizers/patchback-github-app
[FR] Allow having static target/stable branch suffixes
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 14
- Forks
- 10
- Avg merge
- 4m
- Merged PRs (30d)
- 3
Description
Apparently, some projects have the stable version encoded at the beginning of their branch names and not the end. This means that the bot needs another config toggle to facilitate static suffixes. Branches like 3.8 and stable-3.8, or stable/3.8 work but 3.8-stable don't.
This use case was brought up by @ekohl.
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
Start by locating the configuration and branch-name matching entry points in the Python GitHub App. Check how branches such as 3.8, stable-3.8, and stable/3.8 are currently recognized; done means a configuration option supports static suffixes and 3.8-stable is handled without breaking the existing forms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, python
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100