This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/steve-website.git
commit be8b9edfb309007348ccd6ceb2321ae9ba6d7855 Author: Daniel Gruno <[email protected]> AuthorDate: Sat Mar 5 23:58:48 2022 +0100 Create .asf.yaml --- .asf.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..e6365a6 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,19 @@ +pelican: + notify: [email protected] + autobuild: preview/* + target: asf-site + whoami: main + +staging: + whoami: asf-staging + profile: ~ + autostage: preview/* + +github: + description: Apache STeVe Website + homepage: https://steve.apache.org + +notifications: + commits: [email protected] + pullrequests: [email protected] + issues: [email protected]
