Skip to content

Commit d39b186

Browse files
authored
Merge pull request #40251 from github/repo-sync
Repo sync
2 parents a4a065e + 3e6766d commit d39b186

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-9
lines changed

content/actions/reference/workflows-and-actions/expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Creates a hash for all `.rb` files in the `lib` directory at root level, includi
278278

279279
You can use the following status check functions as expressions in `if` conditionals. A default status check of `success()` is applied unless you include one of these functions. For more information about `if` conditionals, see [AUTOTITLE](/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idif) and [AUTOTITLE](/actions/creating-actions/metadata-syntax-for-github-actions#runsstepsif).
280280

281-
Outside `if` conditionals, you can use `job.status` to access the job status. For more information, see [AUTOTITLE](actions/reference/contexts-reference#job-context).
281+
Outside `if` conditionals, you can use `job.status` to access the job status. For more information, see [AUTOTITLE](/actions/reference/contexts-reference#job-context).
282282

283283
### success
284284

content/actions/reference/workflows-and-actions/metadata-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Metadata syntax reference
33
shortTitle: Metadata syntax
4-
intro: You can create actions to perform tasks in your repository. Actions require a metadata file that uses YAML syntax.
4+
intro: You can create actions to perform tasks in your repository. If you’re making a custom action, it will require a metadata file that uses YAML syntax.
55
redirect_from:
66
- /articles/metadata-syntax-for-github-actions
77
- /github/automating-your-workflow-with-github-actions/metadata-syntax-for-github-actions

content/admin/all-releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For information about the latest release, see the [{% data variables.product.pro
2323
| Version | Candidate | Release | {% data variables.release-phases.closing_down_caps %} date | Supported | Release notes | Docs |
2424
| :- | :- | :- | :- | :-: | :- | :- |
2525
{%- for version in enterpriseServerReleases.supported %}
26-
| {{version}} | {{enterpriseServerReleases.dates[version].displayCandidateDate}} | {{enterpriseServerReleases.dates[version].displayReleaseDate}} | Support temporarily extended until further notice | {% octicon "check" aria-label="Supported" %} | [{{version}} release notes](/enterprise-server@{{version}}/admin/release-notes) | [{{version}} docs](/enterprise-server@{{version}}) |
26+
| {{version}} | {{enterpriseServerReleases.dates[version].displayCandidateDate}} | {{enterpriseServerReleases.dates[version].displayReleaseDate}} | {{enterpriseServerReleases.dates[version].deprecationDate}} | {% if currentDate < deprecationDate %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Not supported" %}{% endif %} | [{{version}} release notes](/enterprise-server@{{version}}/admin/release-notes) | [{{version}} docs](/enterprise-server@{{version}}) |
2727
{%- endfor %}
2828
{%- for version in enterpriseServerReleases.deprecatedReleasesWithNewFormat %}
2929
{%- assign candidateDisplay = enterpriseServerReleases.dates[version].displayCandidateDate | default: enterpriseServerReleases.dates[version].releaseDate %}

content/admin/upgrading-your-instance/troubleshooting-upgrades/known-issues-with-upgrades-to-your-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ redirect_from:
2525

2626
We have lifted the pause on upgrades to versions 3.15, 3.16, and 3.17. You can now upgrade to 3.15.12, 3.16.8, 3.17.5, or later. We do not recommend upgrading to earlier releases of 3.15, 3.16, or 3.17. As an additional step, it is recommended to check system capacity before upgrading. See [AUTOTITLE](/admin/upgrading-your-instance/preparing-to-upgrade/check-system-capacity-before-upgrading).
2727

28-
We are extending the support window for versions 3.14, 3.15, 3.16, and 3.17. The support window for 3.13 remains unchanged. The closing down date for each of 3.14, 3.15, 3.16, and 3.17 has been updated to "Support temporarily extended until further notice". For more information, see [AUTOTITLE](/admin/all-releases#releases-of-github-enterprise-server).
28+
We have extended the support window for versions 3.14, 3.15, 3.16, and 3.17. The support window for 3.13 remains unchanged. The closing down date for each of 3.14, 3.15, 3.16, and 3.17 has been updated. For more information, see [AUTOTITLE](/admin/all-releases#releases-of-github-enterprise-server).
2929

3030
We will continue to release patches for 3.14, 3.15, 3.16, and 3.17 throughout this extended support window.
3131

content/billing/how-tos/manage-plan-and-licenses/manage-user-licenses.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ topics:
1717
- Billing
1818
- Enterprise
1919
- Team
20-
permissions: '{% data reusables.permissions.enhanced-billing-platform %}'
2120
shortTitle: Manage user licenses
2221
contentType: how-tos
2322
---
2423

2524
## Organizations on {% data variables.product.prodname_team %}
2625

27-
If you're the owner of an organization on a {% data variables.product.prodname_team %} plan, you can add or remove user licenses to your plan through the "Licensing" page.
26+
If you're the **owner** or **billing manager** of an organization on a {% data variables.product.prodname_team %} plan, you can add or remove user licenses to your plan through the "Licensing" page.
2827

2928
{% data reusables.profile.access_org %}
3029
{% data reusables.profile.org_settings %}
@@ -54,6 +53,8 @@ To add or remove licenses from your enterprise account:
5453

5554
### Self-serve customers with volume licenses
5655

56+
Enterprise **owners** or **billing managers** can add or remove user licenses.
57+
5758
1. Navigate to your enterprise account.
5859
{% data reusables.billing.enterprise-billing-menu %}
5960
1. In the left sidebar, click **Licensing**.

content/billing/tutorials/gather-insights.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ topics:
1111
- Billing
1212
- Enterprise
1313
- Team
14-
permissions: '{% data reusables.permissions.enhanced-billing-platform %}'
1514
product: '{% data reusables.billing.enhanced-billing-platform-product %}'
1615
shortTitle: Gather insights
1716
contentType: tutorials
@@ -54,7 +53,7 @@ You can view the usage of your personal account and download the usage data for
5453

5554
## Viewing usage for your {% data variables.enterprise.enterprise_or_org %}
5655

57-
You can view the usage of your {% data variables.enterprise.enterprise_or_org %} members and download the usage data for further analysis.
56+
{% ifversion fpt %}Organization **owners**{% elsif ghec or ghes %}Enterprise **owners**{% endif %} and **billing managers** can view the usage of your {% data variables.enterprise.enterprise_or_org %} members and download the usage data for further analysis.
5857

5958
{% ifversion fpt %}
6059

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
Reminders will only be triggered for up to five repositories per scheduled reminder. Users can either select up to five specific repositories or allow the system to automatically choose the five repositories with the oldest average pull request age. For each repository, up to 20 of the oldest pull requests will be shown.
1+
Each reminder is only triggered for up to **five** repositories. Users can either select up to five specific repositories, or allow the system to automatically choose the five repositories with the oldest average pull request age. For each repository, up to 20 of the oldest pull requests will be shown.
2+
3+
This limit is **per reminder configuration** and **per repository owner**. If you want reminders for more than five repositories per owner, you can configure additional reminders.
24

35
> [!NOTE]
46
> Reminders are not sent when changes are merged from upstream into a fork.

0 commit comments

Comments
 (0)