Skip to content

Instantly share code, notes, and snippets.

@pythoninthegrass
Created April 7, 2024 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pythoninthegrass/93c6c126dc07610665b566725b108467 to your computer and use it in GitHub Desktop.
Save pythoninthegrass/93c6c126dc07610665b566725b108467 to your computer and use it in GitHub Desktop.
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