Skip to content

Commit

Permalink
Merge pull request apache#11613 from [BEAM-9833] Fix .asf.yaml issues…
Browse files Browse the repository at this point in the history
…, sort labels and disable rebase button

[BEAM-9833] Fix .asf.yaml issues, sort labels and disable rebase button
  • Loading branch information
pabloem authored May 14, 2020
2 parents aba1db8 + ef6496f commit 8d13b4f
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 20 deletions.
45 changes: 25 additions & 20 deletions .asf.yaml
Original file line number Diff line number Diff line change
@@ -1,36 +1,41 @@
# 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
# 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
# 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.
# 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://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
# This file configures github and jira notifications based on
# https://s.apache.org/asfyaml-notify

github:
description: "Apache Beam is a unified programming model for Batch and Streaming"
homepage: https://beam.apache.org/
labels:
- python
- java
- big-data
- batch
- beam
- big-data
- golang
- java
- python
- sql
- streaming

enabled_merge_buttons:
squash: true
merge: true
rebase: true
merge: true
rebase: false

notifications:
commits: [email protected]
issues: [email protected]
commits: [email protected]
issues: [email protected]
pullrequests: [email protected]
jira_options: link worklog
25 changes: 25 additions & 0 deletions .yamllint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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
#
# 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.

extends: default

rules:
# Change line length from error to warning
line-length:
level: warning

# Disabling the document-start error messages
document-start:
present: false

0 comments on commit 8d13b4f

Please sign in to comment.