Skip to content

Commit 4bc76a6

Browse files
authored
Hack week 2025: remove unneeded FBV instances (15) (#53990)
1 parent 5e21d2f commit 4bc76a6

File tree

17 files changed

+24
-36
lines changed

17 files changed

+24
-36
lines changed

content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-accessibility-settings.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ title: Managing accessibility settings
33
shortTitle: Manage accessibility settings
44
intro: '{% data variables.product.github %}''s user interface can adapt to your vision, hearing, motor, cognitive, or learning needs.'
55
versions:
6-
feature: keyboard-shortcut-accessibility-setting
6+
fpt: '*'
7+
ghes: '*'
8+
ghec: '*'
79
redirect_from:
810
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings
911
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-accessibility-settings

content/actions/hosting-your-own-runners/managing-self-hosted-runners/running-scripts-before-or-after-a-job.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ intro: 'Scripts can automatically execute on a self-hosted runner, directly befo
44
redirect_from:
55
- /actions/hosting-your-own-runners/running-scripts-before-or-after-a-job
66
versions:
7-
feature: job-hooks-for-runners
7+
fpt: '*'
8+
ghes: '*'
9+
ghec: '*'
810
type: tutorial
911
shortTitle: Run a script before or after a job
1012
---
@@ -49,7 +51,7 @@ The scripts are automatically executed when the runner has the following environ
4951
* `ACTIONS_RUNNER_HOOK_JOB_STARTED`: The script defined in this environment variable is triggered when a job has been assigned to a runner, but before the job starts running.
5052
* `ACTIONS_RUNNER_HOOK_JOB_COMPLETED`: The script defined in this environment variable is triggered at the end of the job, after all the steps defined in the workflow have run.
5153

52-
To set these environment variables, you can either add them to the operating system, or add them to a file named `.env` within the self-hosted runner application directory (that is, the directory into which you downloaded and unpacked the runner software). Note that any change to the `.env` file will require restarting the runner.
54+
To set these environment variables, you can either add them to the operating system, or add them to a file named `.env` within the self-hosted runner application directory (that is, the directory into which you downloaded and unpacked the runner software). Note that any change to the `.env` file will require restarting the runner.
5355
For example, the following `.env` entry will have the runner automatically run a script, saved as `/opt/runner/cleanup_script.sh` on the runner machine, before each job runs:
5456

5557
```bash

content/admin/administering-your-instance/configuring-maintenance-mode/enabling-and-scheduling-maintenance-mode.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,8 @@ We recommend that you schedule a maintenance window for at least 30 minutes in t
3737

3838
When the instance is in maintenance mode, all normal HTTP and Git access is refused. This includes web and API requests, for which the appliance responds with status code `503` (Service Unavailable). Git fetch, clone, and push operations are also rejected with an error message indicating that the site is temporarily unavailable.{% ifversion ghes < 3.13 %} In high availability configurations, Git replication will be paused.{% endif %} GitHub Actions jobs will not be executed. Visiting the site in a browser results in a maintenance page.
3939

40-
{% ifversion ip-exception-list %}
41-
4240
You can perform initial validation of your maintenance operation by configuring an IP exception list to allow access to {% data variables.location.product_location %} from only the IP addresses and ranges provided. Attempts to access {% data variables.location.product_location %} from IP addresses not specified on the IP exception list will receive a response consistent with those sent when the instance is in maintenance mode.
4341

44-
{% endif %}
45-
4642
## Enabling maintenance mode immediately or scheduling a maintenance window for a later time
4743

4844
{% data reusables.enterprise_site_admin_settings.access-settings %}
@@ -56,8 +52,6 @@ You can perform initial validation of your maintenance operation by configuring
5652
{% data reusables.enterprise_management_console.custom-maintenance-message %}
5753
1. When you're satisfied with the timing of the window and the optional message, click **Save**. If you selected "now", your instance will be put into maintenance mode immediately.
5854

59-
{% ifversion ip-exception-list %}
60-
6155
## Validating changes in maintenance mode using the IP exception list
6256

6357
The IP exception list provides controlled and restricted access to {% data variables.location.product_location %}, which is ideal for initial validation of server health following a maintenance operation. Once enabled, {% data variables.location.product_location %} will be taken out of maintenance mode and available only to the configured IP addresses. The maintenance mode checkbox will be updated to reflect the change in state.
@@ -76,8 +70,6 @@ You can also use a command-line utility to configure the IP exception list. For
7670
{% data reusables.enterprise_management_console.custom-maintenance-message %}
7771
1. Click **Save**.
7872

79-
{% endif %}
80-
8173
{% ifversion maintenance-management-api %}
8274

8375
## Managing maintenance mode using the REST API

content/admin/backing-up-and-restoring-your-instance/configuring-backups-on-your-instance.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,7 @@ $ ghe-restore -c 169.154.1.1
180180
> Visit https://169.154.1.1/setup/settings to review appliance configuration.
181181
```
182182
183-
{% ifversion ip-exception-list %}
184183
Optionally, to validate the restore, configure an IP exception list to allow access to a specified list of IP addresses. For more information, see [AUTOTITLE](/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode#validating-changes-in-maintenance-mode-using-the-ip-exception-list).
185-
{% endif %}
186184
187185
On an instance in a high-availability configuration, after you restore to new disks on an existing or empty instance, `ghe-repl-status` may report that Git or Alambic replication is out of sync due to stale server UUIDs. These stale UUIDs can be the result of a retired node in a high-availability configuration still being present in the application database, but not in the restored replication configuration.
188186

content/admin/monitoring-and-managing-your-instance/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ As more users join {% data variables.location.product_location %}, you may need
2424
## Requirements and recommendations
2525

2626
> [!NOTE]
27-
> Before resizing any storage volume, put your instance in maintenance mode.{% ifversion ip-exception-list %} You can validate changes by configuring an IP exception list to allow access from specified IP addresses. {% endif %} For more information, see [AUTOTITLE](/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode).
27+
> Before resizing any storage volume, put your instance in maintenance mode. You can validate changes by configuring an IP exception list to allow access from specified IP addresses. For more information, see [AUTOTITLE](/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode).
2828
2929
### Minimum recommended requirements
3030

content/admin/upgrading-your-instance/performing-an-upgrade/upgrading-with-an-upgrade-package.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ While you can use a hotpatch to upgrade to the latest patch release within a fea
6060
tail -f /data/user/common/ghe-config.log
6161
```
6262

63-
{% ifversion ip-exception-list %}
6463
1. Optionally, after the upgrade, validate the upgrade by configuring an IP exception list to allow access to a specified list of IP addresses. See [AUTOTITLE](/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode#validating-changes-in-maintenance-mode-using-the-ip-exception-list).
65-
{% endif %}
6664
1. For single node upgrades, perform any post-upgrade tasks including disabling maintenance mode so users can use {% data variables.location.product_location %}.
6765

6866
> [!NOTE] After you upgrade an instance in a high availability configuration, you should remain in maintenance mode until you have upgraded all of the replica nodes and replication is current. See [Upgrading additional nodes with an upgrade package](#upgrading-additional-nodes-with-an-upgrade-package).

content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
title: Common validation errors when creating issue forms
33
intro: 'You may see some of these common validation errors when creating, saving, or viewing issue forms.'
44
versions:
5-
feature: issue-forms
5+
fpt: '*'
6+
ghes: '*'
7+
ghec: '*'
68
topics:
79
- Community
810
---

content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
title: Syntax for issue forms
33
intro: 'You can define different input types, validations, default assignees, and default labels for your issue forms.'
44
versions:
5-
feature: issue-forms
5+
fpt: '*'
6+
ghes: '*'
7+
ghec: '*'
68
topics:
79
- Community
810
---

content/issues/tracking-your-work-with-issues/administering-issues/closing-an-issue.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ redirect_from:
2020
{% data reusables.repositories.navigate-to-repo %}
2121
{% data reusables.repositories.sidebar-issues %}
2222
1. In the list of issues, click the issue you'd like to close.
23-
{%- ifversion issue-close-reasons %}
2423
1. Optionally, to change your reason for closing the issue, next to "Close issue," select {% octicon "triangle-down" aria-label="Select close issue reason" %}, then click a reason.
2524

2625
![Screenshot of the buttons at the bottom of an issue. A button with a downward triangle icon, indicating a dropdown menu, is outlined in orange.](/assets/images/help/issues/close-issue-select-reason.png)
2726
1. Click **Close issue**.
28-
{%- else %}
29-
1. At the bottom of the comment box, click **Close issue**.
30-
{% endif %}

content/issues/tracking-your-work-with-issues/configuring-issues/planning-and-tracking-work-for-your-team-or-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ redirect_from:
1616

1717
You can use {% data variables.product.prodname_dotcom %} repositories, issues, projects, and other tools to plan and track your work, whether working on an individual project or cross-functional team.
1818

19-
In this guide, you will learn how to create and set up a repository for collaborating with a group of people, create issue templates{% ifversion issue-forms %} and forms{% endif %}, open issues and use task lists to break down work, and establish a {% data variables.projects.projects_v1_board %} for organizing and tracking issues.
19+
In this guide, you will learn how to create and set up a repository for collaborating with a group of people, create issue templates and forms, open issues and use task lists to break down work, and establish a {% data variables.projects.projects_v1_board %} for organizing and tracking issues.
2020

2121
## Creating a repository
2222

@@ -54,7 +54,7 @@ You can use issues to track the different types of work that your cross-function
5454
* Feature requests: Your team or users can create issues to request an improvement to your product or project.
5555
* Bugs: Your team or users can create issues to report a bug.
5656

57-
Depending on the type of repository and project you are working on, you may prioritize certain types of issues over others. Once you have identified the most common issue types for your team, you can create issue templates {% ifversion issue-forms %}and forms{% endif %} for your repository. Issue templates {% ifversion issue-forms %}and forms{% endif %} allow you to create a standardized list of templates that a contributor can choose from when they open an issue in your repository. For more information, see [AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository).
57+
Depending on the type of repository and project you are working on, you may prioritize certain types of issues over others. Once you have identified the most common issue types for your team, you can create issue templates and forms for your repository. Issue templates and forms allow you to create a standardized list of templates that a contributor can choose from when they open an issue in your repository. For more information, see [AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository).
5858

5959
### Issue template example
6060

0 commit comments

Comments
 (0)