2021-08-26 00:17:02 +08:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
|
|
|
|
github:
|
2023-04-25 09:35:49 +08:00
|
|
|
description: Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
|
2021-08-26 00:17:02 +08:00
|
|
|
homepage: https://dolphinscheduler.apache.org/
|
|
|
|
labels:
|
2022-10-23 23:14:08 +08:00
|
|
|
- cloud-native
|
|
|
|
- orchestration
|
2021-08-26 00:17:02 +08:00
|
|
|
- airflow
|
2022-10-23 23:14:08 +08:00
|
|
|
- workflow
|
2021-08-26 00:17:02 +08:00
|
|
|
- job-scheduler
|
|
|
|
- task-scheduler
|
|
|
|
- azkaban
|
2022-10-23 23:14:08 +08:00
|
|
|
- workflow-orchestration
|
2021-08-26 00:17:02 +08:00
|
|
|
- workflow-schedule
|
2022-10-23 23:14:08 +08:00
|
|
|
- powerful-data-pipelines
|
|
|
|
- data-pipelines
|
2023-07-20 14:00:09 +08:00
|
|
|
dependabot_updates: false
|
2021-08-26 00:17:02 +08:00
|
|
|
enabled_merge_buttons:
|
|
|
|
squash: true
|
2021-09-20 12:25:14 +08:00
|
|
|
merge: false
|
2021-08-26 00:17:02 +08:00
|
|
|
rebase: false
|
|
|
|
protected_branches:
|
|
|
|
dev:
|
|
|
|
required_status_checks:
|
2023-07-13 14:30:28 +08:00
|
|
|
# strict means "Require branches to be up to date before merging".
|
|
|
|
strict: true
|
2021-11-11 08:45:35 +08:00
|
|
|
contexts:
|
|
|
|
- Build
|
|
|
|
- Unit Test
|
2021-12-24 17:02:42 +08:00
|
|
|
- E2E
|
2022-11-23 18:26:05 +08:00
|
|
|
- Docs
|
2024-03-19 10:26:20 +08:00
|
|
|
- Frontend Build
|
2024-05-09 11:01:05 +08:00
|
|
|
# - "Mergeable: milestone-label-check"
|
2021-09-09 09:55:39 +08:00
|
|
|
required_pull_request_reviews:
|
|
|
|
dismiss_stale_reviews: true
|
2024-04-25 19:39:56 +08:00
|
|
|
required_approving_review_count: 2
|