This is an automated email from the ASF dual-hosted git repository. snagel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nutch.git
commit 669e5a12d4ebe3da2ae6f0c5562116911756a2e3 Author: Sebastian Nagel <[email protected]> AuthorDate: Wed Jul 8 16:30:55 2020 +0200 NUTCH-2799 Add .asf.yaml file - add project description in one sentence - add github topics - set github mailing list notifications as configured before --- .asf.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..aa9a939 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,16 @@ +github: + description: "Apache Nutch is an extensible and scalable web crawler" + homepage: https://nutch.apache.org/ + labels: + - web-crawler + - crawling + - java + - nutch + - hadoop + - apache + +notifications: + commits: [email protected] + issues: [email protected] + pullrequests: [email protected] + jira_options: link label comment
