mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 02:17:16 +02:00
chore: gitpod prebuilds definition added
This commit is contained in:
17
.gitpod.yml
17
.gitpod.yml
@ -67,3 +67,20 @@ vscode:
|
|||||||
- vivaxy.vscode-conventional-commits
|
- vivaxy.vscode-conventional-commits
|
||||||
- github.vscode-pull-request-github
|
- github.vscode-pull-request-github
|
||||||
- lextudio.restructuredtext
|
- lextudio.restructuredtext
|
||||||
|
|
||||||
|
github:
|
||||||
|
prebuilds:
|
||||||
|
# enable for the default branch (defaults to true)
|
||||||
|
master: true
|
||||||
|
# enable for all branches in this repo (defaults to false)
|
||||||
|
branches: true
|
||||||
|
# enable for pull requests coming from this repo (defaults to true)
|
||||||
|
pullRequests: true
|
||||||
|
# enable for pull requests coming from forks (defaults to false)
|
||||||
|
pullRequestsFromForks: true
|
||||||
|
# add a check to pull requests (defaults to true)
|
||||||
|
addCheck: true
|
||||||
|
# add a "Review in Gitpod" button as a comment to pull requests (defaults to false)
|
||||||
|
addComment: true
|
||||||
|
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
|
||||||
|
addBadge: false
|
||||||
|
Reference in New Issue
Block a user