Skip to content

Commit

Permalink
Merge pull request #11 from zmap/github-action-when-upstream-tagged
Browse files Browse the repository at this point in the history
Add workflow to check for new tagged version in miekg/dns and create PR into zmap/dns
  • Loading branch information
zakird authored Sep 28, 2024
2 parents dd1b978 + 96b20ba commit a3e3375
Showing 1 changed file with 9 additions and 0 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

0 comments on commit a3e3375

Please sign in to comment.