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 d976438 commit d17761c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 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,8 +110,8 @@ pull_request_rules:
label:
remove:
- source
# --- #

# --- #

- name: Add Test label
conditions:
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 d17761c

Please sign in to comment.