This is an automated email from the ASF dual-hosted git repository.
steveloughran pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hadoop-cloudstore.git
The following commit(s) were added to refs/heads/main by this push:
new 54858c6 HADOOP-19880. Roll back dependabot alerts
54858c6 is described below
commit 54858c66e86039c40f5824c00cb1bc4b2871e201
Author: Steve Loughran <[email protected]>
AuthorDate: Wed Jun 3 11:22:14 2026 +0100
HADOOP-19880. Roll back dependabot alerts
---
.asf.yaml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index d1d7182..946a26e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -26,14 +26,14 @@ github:
rebase: true
# default commit message when merging with a squash commit
# can either be: DEFAULT | PR_TITLE | PR_TITLE_AND_COMMIT_DETAILS |
PR_TITLE_AND_DESC
- squash_commit_message: PR_TITLE_AND_COMMIT_DETAILS
+ squash_commit_message: PR_TITLE
autolink_jira:
- HADOOP
# Projects can enable and disable Dependabot alerts and automatic security
update pull requests:
# this is on experimentally, we don't want to update hadoop because we want
# to pin versions down
- dependabot_alerts: true
- dependabot_updates: true
+ dependabot_alerts: false
+ dependabot_updates: false
copilot_code_review:
enabled: true
review_drafts: false
@@ -60,7 +60,7 @@ github:
required_linear_history: true
# gh merge signs; manual commits need committers to set up git commit
signing.
- required_signatures: true
+ required_signatures: false
# requires all conversations to be resolved before merging is possible
required_conversation_resolution: false
@@ -73,7 +73,7 @@ notifications:
features:
wiki: false
- issues: false
+ issues: true
projects: false
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]