This is an automated email from the ASF dual-hosted git repository.

skrawcz pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/burr.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new a80bc1dd add asf site yaml
a80bc1dd is described below

commit a80bc1dd27b4b3ead614d6d1c17ebc6c878be7ff
Author: Stefan Krawczyk <[email protected]>
AuthorDate: Thu Oct 2 23:41:48 2025 -0700

    add asf site yaml
    
    so that it can build
---
 .asy.yaml | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 67 insertions(+)

diff --git a/.asy.yaml b/.asy.yaml
new file mode 100644
index 00000000..1c8359c0
--- /dev/null
+++ b/.asy.yaml
@@ -0,0 +1,67 @@
+# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
+
+github:
+  description: "Build applications that make decisions (chatbots, agents, 
simulations, etc...). Monitor, trace, persist, and execute on your own 
infrastructure."
+  homepage: https://burr.apache.org/
+  labels:
+    - state-management
+    - ai
+    - state-machine
+    - graphs
+    - visibility
+    - persistent-data-structure
+    - hacktoberfest
+    - chatbot-framework
+    - dags
+    - burr
+    - mlops
+    - llms
+    - generative-ai
+    - llmops
+
+  protected_tags:
+    - "v*.*.*"
+
+  dependabot_alerts:  true
+  dependabot_updates: true
+
+  features:
+    # Enable wiki for documentation
+    wiki: true
+    # Enable issue management
+    issues: true
+    # Enable projects for project management boards
+    projects: true
+    # Enable github discussions
+    discussions: true
+
+  enabled_merge_buttons:
+    squash:  true
+    merge:   false
+    rebase:  true
+
+  protected_branches:
+    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:
+      required_pull_request_reviews:
+        dismiss_stale_reviews: false
+        require_code_owner_reviews: false
+        required_approving_review_count: 1
+
+notifications:
+  commits:              [email protected]
+  issues:               [email protected]
+  pullrequests:         [email protected]
+  discussions:          [email protected]
+  jobs:                 [email protected]
+
+staging:
+  profile: ~
+  whoami: asf-staging
+
+publish:
+  whoami: asf-site

Reply via email to