This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new c1e5ade90 Update Git config
c1e5ade90 is described below
commit c1e5ade905b68d7bc782571f1c6117ad435b13a9
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Sep 20 15:37:10 2026 -0400
Update Git config
- Match ASF format
- Add allow_auto_merge: false
- Add allow_update_branch: true
- Add del_branch_on_merge: true
---
.asf.yaml | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index c54ad74ef..6d8de6386 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -13,9 +13,23 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+notifications:
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]
+ jira_options: link label
+ jobs: [email protected]
+ # commits_bot_dependabot: [email protected]
+ issues_bot_dependabot: [email protected]
+ pullrequests_bot_dependabot: [email protected]
+ issues_bot_codecov-commenter: [email protected]
+ pullrequests_bot_codecov-commenter: [email protected]
+
github:
description: "Apache Commons Lang"
homepage: https://commons.apache.org/lang/
+
+pull_requests:
# allow auto-merge
allow_auto_merge: false
# enable updating head branches of pull requests
@@ -35,15 +49,3 @@ github:
- root
restrict_deletion: true
restrict_force_push: true
-
-notifications:
- commits: [email protected]
- issues: [email protected]
- pullrequests: [email protected]
- jira_options: link label
- jobs: [email protected]
- # commits_bot_dependabot: [email protected]
- issues_bot_dependabot: [email protected]
- pullrequests_bot_dependabot: [email protected]
- issues_bot_codecov-commenter: [email protected]
- pullrequests_bot_codecov-commenter: [email protected]