This is an automated email from the ASF dual-hosted git repository. vladimirsitnikov pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/jmeter-bugzilla-attachments.git
commit e6c878b1bfa1e1a631b4f475d6e7ec98ae8e6a43 Author: Vladimir Sitnikov <[email protected]> AuthorDate: Fri Sep 23 16:33:58 2022 +0300 Add .asf.yaml --- .asf.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..a0ee0ce --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,26 @@ +# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories + +github: + description: "Attachments migrated from Bugzilla for Apache JMeter" + homepage: https://jmeter.apache.org/ + + enabled_merge_buttons: + squash: true + merge: false + rebase: true + + features: + wiki: false + issues: false + projects: false + + dependabot_alerts: false + dependabot_updates: false + + ghp_branch: gh-pages + +notifications: + commits: [email protected] + issues: [email protected] + pullrequests: [email protected] + jira_options: link label
