From aa04522d4126b99ab298d7e516e7992bf6e5073f Mon Sep 17 00:00:00 2001 From: Simon Templer Date: Wed, 17 Apr 2024 09:49:16 +0200 Subject: [PATCH] ci: add required check for PRs --- .wetf-repo.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .wetf-repo.yml diff --git a/.wetf-repo.yml b/.wetf-repo.yml new file mode 100644 index 0000000..b05bcde --- /dev/null +++ b/.wetf-repo.yml @@ -0,0 +1,10 @@ +--- +# Repository configuration for wetransform managed repositories + +# Reference presets that should apply to this repository +presets: [] + +# List of custom required checks +required_checks: + # check workflow is not managed, so we configure the required check manually + - check / check / run