Skip to content

Commit

Permalink
feat: add pull.yml configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
jqshuv committed Oct 20, 2024
1 parent 853f431 commit a9abbe0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/pull.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Copyright (c) 2024 Joshua Schmitt
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT

version: "1"
rules:
- base: production
upstream: jqshuv:production # change `wei` to the owner of upstream repo
mergeMethod: hardreset
mergeUnstable: true

0 comments on commit a9abbe0

Please sign in to comment.