Bump golangci/golangci-lint-action from 3 to 6 #488
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: backport patches to v1.0.x branch | |
conditions: | |
- base=master | |
- label=backport/v1.0.x | |
actions: | |
backport: | |
branches: | |
- release/v1.0.x | |
- name: backport patches to v2.0.x branch | |
conditions: | |
- base=master | |
- label=backport/v2.0.x | |
actions: | |
backport: | |
branches: | |
- release/v2.0.x |