mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
53 lines
2.0 KiB
YAML
53 lines
2.0 KiB
YAML
# Documentation https://s.apache.org/asfyaml
|
|
notifications:
|
|
commits: commits@struts.apache.org
|
|
# Send all issue emails (new, closed, comments) to issues@
|
|
issues: issues@struts.apache.org
|
|
# Send new/closed PR notifications to commits@
|
|
pullrequests_status: notifications@struts.apache.org
|
|
# Send individual PR comments/reviews to issues@
|
|
pullrequests_comment: notifications@struts.apache.org
|
|
# Link opened PRs with JIRA
|
|
jira_options: link label worklog
|
|
|
|
github:
|
|
description: "Apache Struts is a free, open-source, MVC framework for creating elegant, modern Java web applications"
|
|
homepage: https://struts.apache.org/
|
|
protected_branches:
|
|
main:
|
|
# contexts are the names of checks that must pass.
|
|
required_status_checks:
|
|
contexts:
|
|
- "Build and Test (JDK 17)"
|
|
required_pull_request_reviews:
|
|
# it does not work because our github teams are private/secret, see INFRA-25666
|
|
require_code_owner_reviews: false
|
|
required_approving_review_count: 0
|
|
support/struts-6-x-x:
|
|
# contexts are the names of checks that must pass.
|
|
required_status_checks:
|
|
contexts:
|
|
- "Build and Test (8)"
|
|
required_pull_request_reviews:
|
|
# it does not work because our github teams are private/secret, see INFRA-25666
|
|
require_code_owner_reviews: false
|
|
required_approving_review_count: 0
|
|
support/release-6-*:
|
|
# contexts are the names of checks that must pass.
|
|
required_status_checks:
|
|
contexts:
|
|
- "Build and Test (8)"
|
|
required_pull_request_reviews:
|
|
# it does not work because our github teams are private/secret, see INFRA-25666
|
|
require_code_owner_reviews: false
|
|
required_approving_review_count: 0
|
|
pull_requests:
|
|
# allow auto-merge
|
|
allow_auto_merge: true
|
|
# auto-delete head branches after being merged
|
|
del_branch_on_merge: true
|
|
autolink_jira:
|
|
- WW
|
|
dependabot_alerts: true
|
|
dependabot_updates: true
|