diff options
author | Jan Macku <jamacku@redhat.com> | 2021-09-29 21:49:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 21:49:11 +0200 |
commit | 88022a66c5f15311101bf9a50267087acff35f1b (patch) | |
tree | 16ac5f84b958758a77ad05f99aa0825ccb879402 | |
parent | eabf4010bf1eb709365f00a90d46c29dd995dddf (diff) | |
download | initscripts-88022a66c5f15311101bf9a50267087acff35f1b.tar initscripts-88022a66c5f15311101bf9a50267087acff35f1b.tar.gz initscripts-88022a66c5f15311101bf9a50267087acff35f1b.tar.bz2 initscripts-88022a66c5f15311101bf9a50267087acff35f1b.tar.xz initscripts-88022a66c5f15311101bf9a50267087acff35f1b.zip |
ci(Mergify): configuration update (#394)
-rw-r--r-- | .mergify.yml | 14 | ||||
-rw-r--r-- | README.md | 7 |
2 files changed, 20 insertions, 1 deletions
diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 00000000..76eff393 --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,14 @@ +pull_request_rules: + - name: Automatic merge on approval & CI pass + # Don't merge when the title does contain “WIP” (ignoring case) or when label dont-merge is set + conditions: + - "#approved-reviews-by>=1" + - check-success=buildCheck + - check-success=shellCheck + - -draft + - label!=dont-merge + - -title~=(?i)wip + - base=master + actions: + merge: + method: merge @@ -1,4 +1,9 @@ -# initscripts | [![Build Status](https://github.com/fedora-sysv/initscripts/workflows/Integration%20test/badge.svg)](https://github.com/fedora-sysv/initscripts/actions?query=workflow%3AIntegration+test) [![Shellcheck Status](https://github.com/fedora-sysv/initscripts/workflows/Shellcheck%20test/badge.svg)](https://github.com/fedora-sysv/initscripts/actions?query=workflow%3AShellcheck+test) +# initscripts | [![Build Status](https://github.com/fedora-sysv/initscripts/workflows/Integration%20test/badge.svg)](https://github.com/fedora-sysv/initscripts/actions?query=workflow%3AIntegration+test) [![Shellcheck Status](https://github.com/fedora-sysv/initscripts/workflows/Shellcheck%20test/badge.svg)](https://github.com/fedora-sysv/initscripts/actions?query=workflow%3AShellcheck+test) [![Mergify Status][mergify-status]][mergify] + +[mergify]: https://mergify.io +[mergify-status]: https://img.shields.io/endpoint.svg?url=https://dashboard.mergify.io/badges/fedora-sysv/initscripts&style=flat + + This repository contains source code for **legacy** *System V [initscripts](https://en.wikipedia.org/wiki/Init)*, which are primarily used in *[Linux](https://en.wikipedia.org/wiki/Linux) distributions like e.g.*: * [Fedora](https://en.wikipedia.org/wiki/Fedora_(operating_system)) |