summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2023-01-06 10:39:52 +0100
committerJan Lehnardt <jan@apache.org>2023-01-06 10:39:52 +0100
commit5e6979e27324b3f4b36f8cc878dab12802173b79 (patch)
tree59fb70a33a7f8f0396d45f5c9359f49cd586d89a
parent1a2a26a4b9c5088514f8eff8535e81b5bef14c9f (diff)
downloadcouchdb-5e6979e27324b3f4b36f8cc878dab12802173b79.tar.gz
chore: protect 3.3.x and 3.2.x branches
-rw-r--r--.asf.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.asf.yaml b/.asf.yaml
index 2e7f1c7ff..5ecb8c5fe 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -32,6 +32,12 @@ github:
strict: true
contexts:
- continuous-integration/jenkins/pr-merge
+ 3.3.x:
+ required_status_checks:
+ strict: true
+ 3.2.x:
+ required_status_checks:
+ strict: true
3.1.x:
required_status_checks:
strict: true