Skip to content

Commit

Permalink
Merge pull request #13 from zmap/phillip/update-pull-app
Browse files Browse the repository at this point in the history
update merge method for pull github action
  • Loading branch information
zakird authored Oct 2, 2024
2 parents a3e3375 + 44ee8a9 commit 0ee4d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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.
mergeMethod: merge # 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 0ee4d0c

Please sign in to comment.