This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-sbt-paradox.git
The following commit(s) were added to refs/heads/main by this push:
new 9e386c0 Add strict check that code is formatted
9e386c0 is described below
commit 9e386c05574ab4d2062407179823e456cce1073e
Author: Matthew de Detrich <[email protected]>
AuthorDate: Thu Feb 2 22:07:13 2023 +0100
Add strict check that code is formatted
---
.asf.yaml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 6f5512c..2733263 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,7 +18,13 @@ github:
rebase: true
protected_branches:
- main: { }
+ main:
+ required_status_checks:
+ # strict means "Require branches to be up to date before merging".
+ strict: false
+ # contexts are the names of checks that must pass
+ contexts:
+ - Scalafmt / Code is formatted
notifications:
commits: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]