Skip to content

Commit

Permalink
Create pull.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Dec 12, 2023
1 parent 46173d2 commit c2d0267
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/pull.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: "1"
rules:
- base: master
upstream: statping-ng:dev
mergeMethod: merge # default value if this file does not exist is `hardreset`, effectively overwriting any downstream changes!
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

0 comments on commit c2d0267

Please sign in to comment.