Revert "Reset .asf.yaml notifications after repository rename" This reverts commit 639710d83a3056fd765e1f0d0586655f842ad1b3. After the repository was renamed, the project reverted to the default notification schemes. This commit is the second of two, creating non-trivial changes to .asf.yaml to first set the notification address to the default (commits@), followed by a change to set it back to the preferred address (notifications@).
diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..40fefb1 --- /dev/null +++ b/.asf.yaml
@@ -0,0 +1,55 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + +# https://github.com/apache/infrastructure-asfyaml/blob/main/README.md + +notifications: + commits: commits@accumulo.apache.org + issues: notifications@accumulo.apache.org + pullrequests: notifications@accumulo.apache.org + jira_options: worklog + +github: + description: "Apache Fluo Bytes" + homepage: https://fluo.apache.org + labels: + - fluo + - accumulo + - big-data + - hacktoberfest + features: + wiki: false + issues: true + projects: true + dependabot_alerts: true + dependabot_updates: false + + rulesets: + - name: "Default Branch Protection" + type: branch + branches: + includes: + - "~DEFAULT_BRANCH" + - "release/*" + - "rel/*" + excludes: [] + bypass_teams: + - root + restrict_deletion: true + restrict_force_push: true