mirror of
https://github.com/Unleash/unleash.git
synced 2024-10-28 19:06:12 +01:00
7 lines
179 B
YAML
7 lines
179 B
YAML
pull_request_rules:
|
|
- name: Automatic update of all PRs
|
|
conditions:
|
|
- base=main # Targeting the main branch
|
|
actions:
|
|
update: {} # Update PR with base branch
|