From 578fe5c70688537a06a2839452e5af2db6f862df Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Wed, 13 May 2020 18:11:32 +0200 Subject: [PATCH] Propose the zuul config - project pipelines to run ansible-review-diff Co-Authored-By: Nils Philippsen Co-Authored-By: Pierre-Yves Chibon The ansible-review-diff is defined in https://pagure.io/fedora-zuul-jobs This commit tells Zuul to run ansible-review-diff on all new and updated Pull Requests. This change was initially fedora-infra/ansible/pull-request/54 --- .zuul.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000000..40042cedf3 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,5 @@ +--- +- project: + check: + jobs: + - ansible-review-diff