.asf.yaml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # Licensed to the Apache Software Foundation (ASF) under one or more
  2. # contributor license agreements. See the NOTICE file distributed with
  3. # this work for additional information regarding copyright ownership.
  4. # The ASF licenses this file to You under the Apache License, Version 2.0
  5. # (the "License"); you may not use this file except in compliance with
  6. # the License. You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. #
  16. github:
  17. description: SeaTunnel is a distributed, high-performance data integration platform for the synchronization and transformation of massive data (offline & real-time).
  18. homepage: https://seatunnel.apache.org/
  19. labels:
  20. - data-integration
  21. - high-performance
  22. - offline
  23. - real-time
  24. - data-pipeline
  25. - sql-engine
  26. - apache
  27. - seatunnel
  28. - etl-framework
  29. enabled_merge_buttons:
  30. squash: true
  31. merge: false
  32. rebase: false
  33. protected_branches:
  34. dev:
  35. required_status_checks:
  36. strict: true
  37. required_pull_request_reviews:
  38. dismiss_stale_reviews: true
  39. required_approving_review_count: 2
  40. notifications:
  41. commits: commits@seatunnel.apache.org
  42. issues: commits@seatunnel.apache.org
  43. pullrequests: commits@seatunnel.apache.org
  44. pullrequests_status: commits@seatunnel.apache.org
  45. pullrequests_comment: commits@seatunnel.apache.org