Skip to content

Commit

Permalink
ci(mergify): remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed May 16, 2023
1 parent db53a53 commit de413e2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,61 +38,61 @@ pull_request_rules:
actions:
merge:
method: rebase

# --- --- Labels --- --- #

- name: Add Fedora label
conditions:
- base=main
actions:
label:
add:
- Fedora

- name: Remove Fedora label
conditions:
- base!=main
actions:
label:
remove:
- Fedora

# --- #

- name: Add RHEL8 label
conditions:
- base=rhel8
actions:
label:
add:
- RHEL 8

- name: Remove RHEL8 label
conditions:
- base!=rhel8
actions:
label:
remove:
- RHEL 8

# --- #

- name: Add RHEL9 label
conditions:
- base=rhel9
actions:
label:
add:
- RHEL 9

- name: Remove RHEL9 label
conditions:
- base!=rhel9
actions:
label:
remove:
- RHEL 9

# --- #

- name: Add source label
Expand All @@ -110,7 +110,7 @@ pull_request_rules:
label:
remove:
- source

# --- #

- name: Add Test label
Expand All @@ -128,7 +128,7 @@ pull_request_rules:
label:
remove:
- tests

# --- #

- name: Add configuration label
Expand All @@ -152,7 +152,7 @@ pull_request_rules:
label:
remove:
- configuration

# --- #

- name: Add documentation label
Expand Down

0 comments on commit de413e2

Please sign in to comment.