Last active
April 20, 2020 13:27
-
-
Save favoyang/d321439c1d0ec4218300711dea636f59 to your computer and use it in GitHub Desktop.
The example configuration file of wei/pull. https://medium.com/openupm/how-to-maintain-upm-package-part-3-2d08294269ad#399f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "1" | |
rules: | |
# hardreset local master with upstream | |
- base: master | |
upstream: yasirkula:master | |
mergeMethod: hardreset | |
# create pull request when local master is updated | |
- base: upm-convert | |
upstream: master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment