This is an automated email from the ASF dual-hosted git repository.
dehowef pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age-website.git
The following commit(s) were added to refs/heads/master by this push:
new 3390010c Enable rebase and merge button in Github (#129)
3390010c is described below
commit 3390010c5157d83129d2d4b8e513fa59a94bfddf
Author: Pieterjan De Potter <[email protected]>
AuthorDate: Tue Sep 26 16:27:38 2023 +0200
Enable rebase and merge button in Github (#129)
---
.asf.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 00000000..044a2f8e
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,6 @@
+github:
+ homepage: https://age.apache.org
+ enabled_merge_buttons:
+ squash: true
+ merge: false
+ rebase: true
\ No newline at end of file