This is an automated email from the ASF dual-hosted git repository.
jdanek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
The following commit(s) were added to refs/heads/main by this push:
new d20d945d NO-JIRA: update .asf.yaml to add rebase button, enforce
linear history, and to explicitly enable dependabot (#1724)
d20d945d is described below
commit d20d945d52526006342cbc05485097c1421f202b
Author: Jiri Daněk <[email protected]>
AuthorDate: Tue Dec 31 21:36:05 2024 +0100
NO-JIRA: update .asf.yaml to add rebase button, enforce linear history, and
to explicitly enable dependabot (#1724)
---
.asf.yaml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 6aa972ef..8d197048 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,6 +17,8 @@
# under the License.
#
+# https://infra.apache.org/asf-yaml.html
+
github:
description: "Mirror of Apache Qpid Dispatch"
homepage: https://qpid.apache.org/components/dispatch-router
@@ -41,12 +43,18 @@ github:
issues: false
projects: false
+ protected_branches:
+ main:
+ strict: true
+ required_linear_history: true
+
enabled_merge_buttons:
squash: true
merge: false
rebase: true
dependabot_alerts: true
+ dependabot_updates: true
autolink_jira:
- INFRA
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]