mirror of
https://github.com/Unleash/unleash.git
synced 2024-11-01 19:07:38 +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
|