Created
April 7, 2024 18:02
-
-
Save pythoninthegrass/93c6c126dc07610665b566725b108467 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "1" | |
rules: | |
- base: main | |
upstream: somet-code:main | |
mergeMethod: hardreset # Optional, one of [none, merge, squash, rebase, hardreset], Default: none. | |
mergeUnstable: false # Optional, merge pull request even when the mergeable_state is not clean. Default: false | |
label: ":arrow_heading_down: pull" # Optional | |
conflictLabel: "merge-conflict" # Optional, on merge conflict assign a custom label, Default: merge-conflict |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment