Perfil de Github David Mijares #263
This file contains 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
pull_request_rules: | |
- name: automatic merge for main when CI passes and 1 review | |
conditions: | |
- "#approved-reviews-by>=1" | |
- check-success=test | |
- base=main | |
actions: | |
merge: | |
method: merge |