This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch feature/asf-yaml in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git
commit c57c0135ec8cb5a7aa2cc69b81f57474adf661fb Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Tue Jul 16 10:24:00 2024 +0200 Sets proper .asf.yaml to configure the repo --- .asf.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..26880f9 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,27 @@ +# Documentation https://s.apache.org/asfyaml +notifications: + commits: commits@struts.apache.org + # Send all issue emails (new, closed, comments) to issues@ + issues: iss...@struts.apache.org + # Send new/closed PR notifications to commits@ + pullrequests_status: notificati...@struts.apache.org + # Send individual PR comments/reviews to issues@ + pullrequests_comment: notificati...@struts.apache.org + # Link opened PRs with JIRA + jira_options: link label worklog + +github: + del_branch_on_merge: true + protected_branches: + master: + # contexts are the names of checks that must pass. + contexts: + - gradle + 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 + autolink_jira: + - WW + dependabot_alerts: true + dependabot_updates: true