Skip to content

Commit

Permalink
try using Pull app
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-stephens committed Jun 11, 2024
1 parent 11ee250 commit 96b20ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 46 deletions.
9 changes: 9 additions & 0 deletions .github/pull.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Config for https://github.com/wei/pull Pull app
version: "1"
rules: # Array of rules
- base: master # Required. Target branch
upstream: miekg/dns:master # Required. Must be in the same fork network.
mergeMethod: none # 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
46 changes: 0 additions & 46 deletions .github/workflows/upstream-tag-check.yml

This file was deleted.

0 comments on commit 96b20ba

Please sign in to comment.