Skip to content
Next Next commit
add autolabeler rules
  • Loading branch information
nchammas committed Apr 3, 2020
commit bf064f14ee6e4c9b87894e99a91583eb3e9fdd12
52 changes: 52 additions & 0 deletions .github/autolabeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
#
# 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.
#

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, I pushed some more changes. I double checked manually by eyes but I didn't really run this plugin by myself. @nchammas can you double check the list please?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, the tags here are same as JIRA components. There's one exception Documentation which should be usually DOCS per the contribution guide (the tag in the PR title).

# Bot page: https://github.com/apps/probot-autolabeler
# The matching patterns follow the .gitignore spec.
# See: https://git-scm.com/docs/gitignore#_pattern_format

infra:
- ".github/"
- "appveyor.yml"
- "/tools/"
build:
- "/dev/"
- "/build/"
- "/project/"
release:
- "/dev/create-release/"
docs:
- "docs/"
- "examples/"
- "/README.md"
- "/CONTRIBUTING.md"
core:
- "/core/"
sql:
- "/sql/"
ml:
- "/mllib/"
- "/mllib-local/"
streaming:
- "/streaing/"
python:
- "/python/"
java:
- "/common/"
- "java/"
R:
- "/R/"