diff options
author | Jan Macku <jamacku@redhat.com> | 2022-08-22 15:54:54 +0200 |
---|---|---|
committer | Jan Macku <jamacku@redhat.com> | 2022-08-22 16:05:55 +0200 |
commit | 6437152ea4c63ff99bdbe694bbdcdd8fa639e76e (patch) | |
tree | c30167d50247f93507dd011b01eb8e469f526a71 | |
parent | d1536220959963b02b9a713b3c16466815b97fe2 (diff) | |
download | initscripts-6437152ea4c63ff99bdbe694bbdcdd8fa639e76e.tar initscripts-6437152ea4c63ff99bdbe694bbdcdd8fa639e76e.tar.gz initscripts-6437152ea4c63ff99bdbe694bbdcdd8fa639e76e.tar.bz2 initscripts-6437152ea4c63ff99bdbe694bbdcdd8fa639e76e.tar.xz initscripts-6437152ea4c63ff99bdbe694bbdcdd8fa639e76e.zip |
ci(Mergify): configuration update
Signed-off-by: Jan Macku <null>
-rw-r--r-- | .mergify.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.mergify.yml b/.mergify.yml index 2e6cb884..571edb29 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -13,7 +13,7 @@ pull_request_rules: - -draft - label!=dont-merge - -title~=(?i)wip - - base=master + - base=main actions: merge: method: rebase @@ -23,7 +23,7 @@ pull_request_rules: - name: Add Fedora label conditions: - - base=master + - base=main actions: label: add: @@ -31,7 +31,7 @@ pull_request_rules: - name: Remove Fedora label conditions: - - base!=master + - base!=main actions: label: remove: |