This is an automated email from the ASF dual-hosted git repository. striker pushed a commit to branch staging in repository https://gitbox.apache.org/repos/asf/buildstream-site.git
commit 5d2daa40b4f563ce1f8f89cb70441029e9d8f6c5 Author: Sander Striker <[email protected]> AuthorDate: Sun Apr 28 18:16:52 2024 +0200 * .asf.yaml Update to example. --- .asf.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 07036da..6837615 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -22,6 +22,10 @@ github: # Close branches when pull requests are merged del_branch_on_merge: true + labels: + - website + - pelican + # # Configure Pelican # @@ -30,10 +34,10 @@ github: # * https://infra.apache.org/asf-pelican-gettingstarted.html # pelican: - # TODO: Replace personal email with ?? notify: [email protected] autobuild: preview/* target: asf-site + theme: theme/apache whoami: main # @@ -41,5 +45,5 @@ pelican: # staging: profile: ~ - whoami: asf-site + whoami: staging autostage: preview/*
