This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 828c716c3 Publish built docs triggered by
c4336a83d93209591c31e180294e37d0b8de5fc5
828c716c3 is described below
commit 828c716c3190f092836d2325d2087534cd7e8a3a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun May 17 07:29:46 2026 +0000
Publish built docs triggered by c4336a83d93209591c31e180294e37d0b8de5fc5
---
.asf.yaml | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index dae11d120..d3cb7cb97 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,8 +16,8 @@
# under the License.
notifications:
- commits: [email protected]
- issues: [email protected]
+ commits: [email protected]
+ issues: [email protected]
pullrequests: [email protected]
jira_options: link label worklog
github:
@@ -36,11 +36,24 @@ github:
enabled_merge_buttons:
squash: true
merge: false
- rebase: false
+ rebase: false
features:
- issues: true
+ issues: true
# publishes the content of the `asf-site` branch to
# https://datafusion.apache.org/ballista/
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "release/*"
+ - "rel/*"
+ excludes: []
+ bypass_teams:
+ - root
+ restrict_deletion: true
+ restrict_force_push: true
publish:
whoami: asf-site
- subdir: ballista
\ No newline at end of file
+ subdir: ballista
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]