Require branch to be up to date before merging
diff --git a/.asf.yaml b/.asf.yaml
index 8fe2357..a04fb90 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -24,3 +24,7 @@
     - tools
     - license
     - licensing
+  protected_branches:
+    main:
+      required_status_checks:
+        strict: true