Skip to content

Commit de13b74

Browse files
authored
Merge branch 'main' into packages-azure-storage-note
2 parents ebc1369 + f7ed088 commit de13b74

File tree

335 files changed

+1185
-1037
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

335 files changed

+1185
-1037
lines changed
-16.3 KB
Loading
68.4 KB
Loading
-2.6 KB
Loading
20.6 KB
Loading
23.8 KB
Loading

content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@ redirect_from:
1414
- /admin/github-actions/enabling-github-actions-with-minio-gateway-for-nas-storage
1515
shortTitle: MinIO Gateway for NAS storage
1616
---
17-
## Prerequisites
1817

19-
{% data reusables.actions.enterprise-s3-support-warning %}
18+
{% warning %}
19+
20+
**Warning**: MinIO has announced removal of MinIO Gateways. Starting June 1st, 2022, support and bug fixes for the current MinIO NAS Gateway implementation will only be available for paid customers via their LTS support contract. If you want to continue using MinIO Gateways with {% data variables.product.prodname_actions %}, we recommend moving to MinIO LTS support. For more information, see [Scheduled removal of MinIO Gateway for GCS, Azure, HDFS](https://github.com/minio/minio/issues/14331) in the minio/minio repository.
21+
22+
{% endwarning %}
23+
24+
## Prerequisites
2025

2126
Before enabling {% data variables.product.prodname_actions %}, make sure you have completed the following steps:
2227

content/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Each action is a repository in the `actions` organization, and each action repos
4848

4949
**Notes:**
5050
- When using setup actions (such as `actions/setup-LANGUAGE`) on {% data variables.product.product_name %} with self-hosted runners, you might need to set up the tools cache on runners that do not have internet access. For more information, see "[Setting up the tool cache on self-hosted runners without internet access](/enterprise/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access)."
51-
- Upgrades to {% data variables.product.product_name %} will not result in the bundled actions being updated.
51+
- Bundled actions are automatically updated when {% data variables.product.product_name %} is updated.
5252

5353
{% endnote %}
5454

content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ shortTitle: Set the timeout
1212

1313
A codespace will stop running after a period of inactivity. You can specify the length of this timeout period. The updated setting will apply to any newly created codespace.
1414

15+
Some organizations may have a maximum idle timeout policy. If an organization policy sets a maximum timeout which is less than the default timeout you have set, the organization's timeout will be used instead of your setting, and you will be notified of this after the codespace is created. For more information, see "[Restricting the idle timeout period](/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period)."
16+
1517
{% warning %}
1618

1719
**Warning**: Codespaces are billed per minute. If you are not actively using a codespace but the codespace has not yet timed out, you are still billed for the time that the codespace is running. For more information, see "[About billing for Codespaces](/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces#codespaces-pricing)."

content/codespaces/managing-codespaces-for-your-organization/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ children:
1515
- /reviewing-your-organizations-audit-logs-for-codespaces
1616
- /restricting-access-to-machine-types
1717
- /restricting-the-visibility-of-forwarded-ports
18+
- /restricting-the-idle-timeout-period
1819
shortTitle: Managing your organization
1920
---
2021

content/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types.md

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Restricting access to machine types
3-
shortTitle: Machine type access
3+
shortTitle: Restrict machine types
44
intro: You can set constraints on the types of machines users can choose when they create codespaces in your organization.
55
product: '{% data reusables.gated-features.codespaces %}'
6-
permissions: 'To manage access to machine types for the repositories in an organization, you must be an organization owner.'
6+
permissions: 'To manage access to machine types for the repositories in an organization, you must be an owner of the organization.'
77
versions:
88
fpt: '*'
99
ghec: '*'
@@ -47,33 +47,22 @@ If you add an organization-wide policy, you should set it to the largest choice
4747

4848
{% data reusables.profile.access_org %}
4949
{% data reusables.profile.org_settings %}
50-
1. In the "Code, planning, and automation" section of the sidebar, select **{% octicon "codespaces" aria-label="The codespaces icon" %} {% data variables.product.prodname_codespaces %}** then click **Policy**.
51-
2. On the "Codespace policies" page, click **Create Policy**.
52-
3. Enter a name for your new policy.
53-
4. Click **Add constraint** and choose **Machine types**.
50+
{% data reusables.codespaces.codespaces-org-policies %}
51+
1. Click **Add constraint** and choose **Machine types**.
5452

5553
![Add a constraint for machine types](/assets/images/help/codespaces/add-constraint-dropdown.png)
5654

57-
5. Click {% octicon "pencil" aria-label="The edit icon" %} to edit the constraint, then clear the selection of any machine types that you don't want to be available.
55+
1. Click {% octicon "pencil" aria-label="The edit icon" %} to edit the constraint, then clear the selection of any machine types that you don't want to be available.
5856

5957
![Edit the machine type constraint](/assets/images/help/codespaces/edit-machine-constraint.png)
6058

61-
6. In the "Change policy target" area, click the dropdown button.
62-
7. Choose either **All repositories** or **Selected repositories** to determine which repositories this policy will apply to.
63-
8. If you chose **Selected repositories**:
64-
1. Click {% octicon "gear" aria-label="The settings icon" %}.
65-
66-
![Edit the settings for the policy](/assets/images/help/codespaces/policy-edit.png)
67-
68-
2. Select the repositories you want this policy to apply to.
69-
3. At the bottom of the repository list, click **Select repositories**.
70-
71-
![Select repositories for this policy](/assets/images/help/codespaces/policy-select-repos.png)
72-
73-
9. Click **Save**.
74-
59+
{% data reusables.codespaces.codespaces-policy-targets %}
60+
1. If you want to add another constraint to the policy, click **Add constraint** and choose another constraint. For information about other constraints, see "[Restricting the visibility of forwarded ports](/codespaces/managing-codespaces-for-your-organization/restricting-the-visibility-of-forwarded-ports)" and "[Restricting the idle timeout period](/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period)."
61+
1. After you have finished adding constraints to your policy, click **Save**.
7562
## Editing a policy
7663

64+
You can edit an existing policy. For example, you may want to add or remove constraints to or from a policy.
65+
7766
1. Display the "Codespace policies" page. For more information, see "[Adding a policy to limit the available machine types](#adding-a-policy-to-limit-the-available-machine-types)."
7867
1. Click the name of the policy you want to edit.
7968
1. Make the required changes then click **Save**.

0 commit comments

Comments
 (0)