This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch refactoring/UIMA-6438-Add-asf.yaml-files-to-UIMA-repos in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
commit 85301afa8f0c7656a94276a8d0771f74574e654b Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Fri May 13 10:43:16 2022 +0200 [UIMA-6438] Add asf.yaml files to UIMA repos - Align with files in other repos - Add explicit configuration for notifications, dependabot, features, etc. etc. - Add branch protection (unfortunately, wildcards are currently not supported in asf.yaml...) --- .asf.yaml | 63 +++++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 49 insertions(+), 14 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 6e2e72b04..db9bdaf89 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -1,19 +1,54 @@ -# 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 # -# http://www.apache.org/licenses/LICENSE-2.0 +# 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 # -# 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. +# http://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. +# + github: description: "UIMA Java SDK, version 3 (in main), 2 (in main-v2)" homepage: https://uima.apache.org + dependabot_alerts: true + dependabot_updates: false + notifications: + commits: [email protected] + issues: [email protected] + pullrequests: [email protected] + jobs: [email protected] + jira_options: link label + labels: + - apache + - uima + - text-analysis + features: + wiki: false + issues: false + projects: false + enabled_merge_buttons: + squash: true + merge: true + rebase: false + del_branch_on_merge: true + protected_branches: + main: + required_status_checks: + strict: true + contexts: + - continuous-integration/jenkins/pr-merge + main-v2: + required_status_checks: + strict: true + contexts: + - continuous-integration/jenkins/pr-merge + + \ No newline at end of file
