This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-releases-client.git
The following commit(s) were added to refs/heads/main by this push:
new 836b18d Create .asf.yaml for client
836b18d is described below
commit 836b18d6091e3c080b8b186ca77bc005be62ad92
Author: Dave Fisher <[email protected]>
AuthorDate: Tue Jul 15 13:35:30 2025 -0700
Create .asf.yaml for client
---
.asf.yaml | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..e259aaa
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,25 @@
+github:
+ description: "Apache Trusted Releases Client"
+ homepage: https://tooling.apache.org/
+ del_branch_on_merge: true
+ features:
+ issues: true
+ enabled_merge_buttons:
+ squash: true
+ squash_commit_message: DEFAULT
+ merge: false
+ rebase: true
+ custom_subjects:
+ new_pr: "[PR] {title} ({repository})"
+ close_pr: "Re: [PR] {title} ({repository})"
+ comment_pr: "Re: [PR] {title} ({repository})"
+ merge_pr: "Re: [PR] {title} ({repository})"
+ new_issue: "[I] {title} ({repository})"
+ comment_issue: "Re: [I] {title} ({repository})"
+ close_issue: "Re: [I] {title} ({repository})"
+ catchall: "[GH] {title} ({repository})"
+
+notifications:
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]