Allow github.prebuilds.defaultBranch configuration in .gitpod.yml
Open
Nobody has claimed this yet.
meta: never-stale
team: webapp
- Dominant language
- TypeScript
- Stars
- 13.8k
- Forks
- 1.4k
- Avg merge
- 17h 58m
- Merged PRs (30d)
- 5
Description
Let's make defaultBranch synonymous with master.
The currently supported GitHub prebuild configuration settings are (with defaults)
github:
prebuilds:
master: true
branches: false
pullRequests: true
pullRequestsFromForks: false
addCheck: true
addComment: false
addBadge: false
See also #7426
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 with the GitHub prebuild settings represented in .gitpod.yml and review the related discussion in #7426. Trace how the existing master setting is recognized; done means defaultBranch is accepted as its synonym while the documented defaults remain consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100