blob: 577510739c74cec14fe5c4c61461d5551ff2ac98 [file] [log] [blame]
# 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.
# document for this: https://github.com/apache/skywalking/blob/master/.asf.yaml
github:
description: "Apache DevLake is an open-source dev data platform to ingest, analyze, and visualize the fragmented data from DevOps tools, extracting insights for engineering excellence, developer experience, and community growth."
homepage: https://devlake.apache.org/
features:
issues: true
projects: false
wiki: false
labels:
- user-friendly
- open-source
- data
- hacktoberfest
- integration
- data-analysis
- data-integration
- data-engineering
- dora
- etl
- data-transfers
- domain-layer
- dashboard-friendly
- golang
- jira
- devops
enabled_merge_buttons:
# only allow squash merge
squash: true
merge: false
rebase: false
# delete origin branch after merged
del_branch_on_merge: true
protected_branches:
main:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: true
# contexts are the names of checks that must pass
#contexts:
# - gh-infra/jenkins
# - another/build-that-must-pass
required_pull_request_reviews:
dismiss_stale_reviews: true
require_code_owner_reviews: false
required_approving_review_count: 1
release-v0.11:
whatever: Just a placehold to make it in protection
release-v0.12:
whatever: Just a placehold to make it in protection
release-v0.13:
whatever: Just a placehold to make it in protection
release-v0.14:
whatever: Just a placehold to make it in protection
release-v0.15:
whatever: Just a placehold to make it in protection
# The triage role allows people to assign, edit, and close issues and pull requests,
# without giving them write access to the code.
collaborators:
- mintsweet
- keon94
- CamilleTeruel
notifications:
commits: commits@devlake.apache.org
issues: commits@devlake.apache.org
pullrequests: commits@devlake.apache.org