From ecd8716fe55c6d504d988933bb371d2d56d266d9 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 5 Apr 2017 13:38:57 +0200 Subject: [PATCH] add basic poule configuration Signed-off-by: Sebastiaan van Stijn --- poule.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 poule.yml diff --git a/poule.yml b/poule.yml new file mode 100644 index 000000000..4f8908ec3 --- /dev/null +++ b/poule.yml @@ -0,0 +1,13 @@ +# Add a "status/0-triage" to every newly opened pull request. +- triggers: + pull_request: [ opened ] + operations: + - type: label + filters: { + ~labels: [ "status/0-triage", "status/1-design-review", "status/2-code-review", "status/3-docs-review", "status/4-merge" ], + } + settings: { + patterns: { + status/0-triage: [ ".*" ], + } + }