1
0
mirror of synced 2026-01-09 15:02:41 -05:00

Merge pull request #19705 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-08-12 05:01:39 -04:00
committed by GitHub
3 changed files with 9 additions and 4 deletions

View File

@@ -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
-------- | -----

View File

@@ -1,6 +1,6 @@
# TOTP and mobile challenge for sudo mode prompt.
versions:
#fpt: '*'
#ghec: '*'
fpt: '*'
ghec: '*'
ghes: '>= 3.7'

View File

@@ -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 %}