pekko/.asf.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

106 lines
3.2 KiB
YAML
Raw Normal View History

2023-04-17 10:22:01 +02:00
# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
2022-10-31 12:54:33 +00:00
github:
2022-11-03 11:12:59 +01:00
description: "Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala"
2022-10-31 12:54:33 +00:00
homepage: https://pekko.apache.org/
labels:
- pekko
- streaming
- reactive
- actor-model
- concurrency
- cloud-native
- distributed-actors
- distributed-systems
- high-performance
2023-06-02 14:05:42 +02:00
protected_tags:
- "v*.*.*"
dependabot_alerts: true
2024-01-22 21:17:19 +11:00
dependabot_updates: false
2022-10-31 12:54:33 +00:00
features:
# Enable wiki for documentation
2023-07-06 11:42:15 +02:00
wiki: true
2022-10-31 12:54:33 +00:00
# Enable issue management
issues: true
# Enable projects for project management boards
2023-02-02 20:39:41 +01:00
projects: true
2025-03-22 17:29:26 +01:00
# Enable github discussions
discussions: true
enabled_merge_buttons:
squash: true
merge: false
rebase: true
2022-11-07 19:53:55 +01:00
protected_branches:
main:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: false
# contexts are the names of checks that must pass
contexts:
- Code is formatted
- Check headers
2023-04-17 10:22:01 +02:00
required_pull_request_reviews:
dismiss_stale_reviews: false
require_code_owner_reviews: false
required_approving_review_count: 1
2023-07-30 15:46:09 +01:00
1.0.x:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: false
# contexts are the names of checks that must pass
contexts:
- Code is formatted
- Check headers
required_pull_request_reviews:
dismiss_stale_reviews: false
require_code_owner_reviews: false
required_approving_review_count: 1
2024-12-28 11:01:26 +01:00
1.1.x:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: false
# contexts are the names of checks that must pass
contexts:
- Code is formatted
- Check headers
required_pull_request_reviews:
dismiss_stale_reviews: false
require_code_owner_reviews: false
required_approving_review_count: 1
2025-07-27 11:16:23 +01:00
1.2.x:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: false
# contexts are the names of checks that must pass
contexts:
- Code is formatted
- Check headers
required_pull_request_reviews:
dismiss_stale_reviews: false
require_code_owner_reviews: false
required_approving_review_count: 1
2025-09-24 14:10:42 +01:00
1.3.x:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: false
# contexts are the names of checks that must pass
contexts:
- Code is formatted
- Check headers
required_pull_request_reviews:
dismiss_stale_reviews: false
require_code_owner_reviews: false
required_approving_review_count: 1
2022-11-07 19:53:55 +01:00
notifications:
commits: commits@pekko.apache.org
issues: notifications@pekko.apache.org
pullrequests: notifications@pekko.apache.org
discussions: notifications@pekko.apache.org
2024-05-23 00:35:41 +01:00
jobs: notifications@pekko.apache.org