From 6f3ecf949b47e1bd926470bf0eb329accf9b84cc Mon Sep 17 00:00:00 2001 From: Wilfred Spiegelenburg Date: Tue, 29 Nov 2022 15:07:30 +1100 Subject: [PATCH] [YUNIKORN-1171] update .asf.yaml with new options (#77) Use the same settings for all code repositories. Turn off wiki on all repos. Remove incubating from the description. Closes: #77 Signed-off-by: Wilfred Spiegelenburg --- .asf.yaml | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 4d7fc50..b1865e6 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -18,11 +18,24 @@ # github: + description: "Apache YuniKorn Scheduler Interface" + homepage: https://yunikorn.apache.org/ + labels: + - yunikorn + - go + - universal-resource-scheduler + - apache-yarn + - kubernetes + notifications: + commits: issues@yunikorn.apache.org + issues: reviews@yunikorn.apache.org + pullrequests: reviews@yunikorn.apache.org + jira_options: link label enabled_merge_buttons: - squash: true - merge: false - rebase: false + squash: true + merge: false + rebase: false features: - wiki: true - issues: false + wiki: false + issues: false projects: false