Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workflow to check for new tagged version in miekg/dns and create PR into zmap/dns #11

Merged
merged 13 commits into from
Sep 28, 2024
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
Loading