From 4650433f69b0c66592d002fb2f58aac585bfef22 Mon Sep 17 00:00:00 2001 From: Steve Graff Date: Fri, 12 Aug 2022 04:19:50 -0400 Subject: [PATCH 1/3] Update displaying-a-sponsor-button-in-your-repository.md (#29846) * Update displaying-a-sponsor-button-in-your-repository.md * Update content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository.md Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- .../displaying-a-sponsor-button-in-your-repository.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository.md b/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository.md index 4e99b0c7c3..b12cd554ee 100644 --- a/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository.md +++ b/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository.md @@ -17,7 +17,7 @@ shortTitle: Display a sponsor button You can configure your sponsor button by editing a _FUNDING.yml_ file in your repository's `.github` folder, on the default branch. You can configure the button to include sponsored developers in {% data variables.product.prodname_sponsors %}, external funding platforms, or a custom funding URL. For more information about {% data variables.product.prodname_sponsors %}, see "[About GitHub Sponsors](/sponsors/getting-started-with-github-sponsors/about-github-sponsors)." -You can add one username, package name, or project name per external funding platform and up to four custom URLs. You can add up to four sponsored developers or organizations in {% data variables.product.prodname_sponsors %}. Add each platform on a new line, using the following syntax: +You can add one username, package name, or project name per external funding platform and up to four custom URLs. You can add one organization and up to four sponsored developers in {% data variables.product.prodname_sponsors %}. Add each platform on a new line, using the following syntax: Platform | Syntax -------- | ----- From 7c29708df89fedd4100aef5ff4597340c326304d Mon Sep 17 00:00:00 2001 From: Matt Pollard Date: Fri, 12 Aug 2022 10:32:18 +0200 Subject: [PATCH 2/3] Re-enable feature-based versioning for sudo mode changes on GitHub.com (#29790) --- data/features/totp-and-mobile-sudo-challenge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/features/totp-and-mobile-sudo-challenge.yml b/data/features/totp-and-mobile-sudo-challenge.yml index 855e1b7203..caf7524585 100644 --- a/data/features/totp-and-mobile-sudo-challenge.yml +++ b/data/features/totp-and-mobile-sudo-challenge.yml @@ -1,6 +1,6 @@ # TOTP and mobile challenge for sudo mode prompt. versions: - #fpt: '*' - #ghec: '*' + fpt: '*' + ghec: '*' ghes: '>= 3.7' From ffd1c809a2882eb55480f36e56fa3a5407f52a29 Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Fri, 12 Aug 2022 01:42:17 -0700 Subject: [PATCH 3/3] Runner auto removal will happen in 14 days instead 30 days. (#29403) * Runner auto removal will happen in 7 days instead 30 days. * Update self-hosted-runner-auto-removal.md * add 'if verison' Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- data/reusables/actions/self-hosted-runner-auto-removal.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/data/reusables/actions/self-hosted-runner-auto-removal.md b/data/reusables/actions/self-hosted-runner-auto-removal.md index a2513a6820..ddbc38a405 100644 --- a/data/reusables/actions/self-hosted-runner-auto-removal.md +++ b/data/reusables/actions/self-hosted-runner-auto-removal.md @@ -1 +1,6 @@ -A self-hosted runner is automatically removed from {% data variables.product.product_name %} if it has not connected to {% data variables.product.prodname_actions %} for more than 30 days. +{%- ifversion fpt or ghec or ghes > 3.6 %} +A self-hosted runner is automatically removed from {% data variables.product.product_name %} if it has not connected to {% data variables.product.prodname_actions %} for more than 14 days. +An ephemeral self-hosted runner is automatically removed from {% data variables.product.product_name %} if it has not connected to {% data variables.product.prodname_actions %} for more than 1 day. +{%- elsif ghae or ghes < 3.7 %} +A self-hosted runner is automatically removed from {% data variables.product.product_name %} if it has not connected to {% data variables.product.prodname_actions %} for more than 30 days. +{%- endif %} \ No newline at end of file