Skip to content

Commit 20f1e1a

Browse files
authored
Merge pull request github#17370 from github/repo-sync
repo sync
2 parents c0a0deb + ee11389 commit 20f1e1a

File tree

82 files changed

+407
-385
lines changed

Some content is hidden

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

82 files changed

+407
-385
lines changed

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/developers/apps/building-oauth-apps/scopes-for-oauth-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ Name | Description
6666
 `user:follow`| Grants access to follow or unfollow other users.
6767
**`delete_repo`** | Grants access to delete adminable repositories.
6868
**`write:discussion`** | Allows read and write access for team discussions.
69-
 `read:discussion` | Allows read access for team discussions.{% ifversion fpt or ghae or ghec %}
69+
 `read:discussion` | Allows read access for team discussions.
7070
**`write:packages`** | Grants access to upload or publish a package in {% data variables.product.prodname_registry %}. For more information, see "[Publishing a package](/github/managing-packages-with-github-packages/publishing-a-package)".
71-
**`read:packages`** | Grants access to download or install packages from {% data variables.product.prodname_registry %}. For more information, see "[Installing a package](/github/managing-packages-with-github-packages/installing-a-package)".
71+
**`read:packages`** | Grants access to download or install packages from {% data variables.product.prodname_registry %}. For more information, see "[Installing a package](/github/managing-packages-with-github-packages/installing-a-package)".{% ifversion fpt or ghec or ghes > 3.1 or ghae %}
7272
**`delete:packages`** | Grants access to delete packages from {% data variables.product.prodname_registry %}. For more information, see "[Deleting and restoring a package](/packages/learn-github-packages/deleting-and-restoring-a-package)."{% endif %}
7373
**`admin:gpg_key`** | Fully manage GPG keys.
7474
 `write:gpg_key`| Create, list, and view details for GPG keys.

content/developers/webhooks-and-events/webhooks/webhook-events-and-payloads.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -810,8 +810,6 @@ Key | Type | Description
810810
811811
{% endif %}
812812
813-
{% ifversion fpt or ghae or ghec %}
814-
815813
## package
816814
817815
Activity related to {% data variables.product.prodname_registry %}. {% data reusables.webhooks.action_type_desc %} For more information, see "[Managing packages with {% data variables.product.prodname_registry %}](/github/managing-packages-with-github-packages)" to learn more about {% data variables.product.prodname_registry %}.
@@ -831,7 +829,6 @@ Activity related to {% data variables.product.prodname_registry %}. {% data reus
831829
### Webhook payload example
832830
833831
{{ webhookPayloadsForCurrentVersion.package.published }}
834-
{% endif %}
835832
836833
## page_build
837834

content/packages/learn-github-packages/introduction-to-github-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ shortTitle: Introduction
2323

2424
## About {% data variables.product.prodname_registry %}
2525

26-
{% data variables.product.prodname_registry %} is a platform for hosting and managing packages, including containers and other dependencies. {% data variables.product.prodname_registry %} combines your source code and packages in one place to provide integrated permissions management{% ifversion not ghae %} and billing{% endif %}, so you can centralize your software development on {% data variables.product.product_name %}.
26+
{% data variables.product.prodname_registry %} is a platform for hosting and managing packages, including containers and other dependencies. {% data variables.product.prodname_registry %} combines your source code and packages in one place to provide integrated permissions management{% ifversion fpt or ghec %} and billing{% endif %}, so you can centralize your software development on {% data variables.product.product_name %}.
2727

2828
You can integrate {% data variables.product.prodname_registry %} with {% ifversion fpt or ghec %}{% data variables.product.prodname_dotcom %}{% else %}{% data variables.product.product_name %}{% endif %} APIs, {% data variables.product.prodname_actions %}, and webhooks to create an end-to-end DevOps workflow that includes your code, CI, and deployment solutions.
2929

content/packages/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In this guide, you'll create a {% data variables.product.prodname_actions %} wor
2121
1. Create a new repository on {% data variables.product.prodname_dotcom %}, adding the `.gitignore` for Node. For more information, see "[Creating a new repository](/github/creating-cloning-and-archiving-repositories/creating-a-new-repository)."
2222
2. Clone the repository to your local machine.
2323
```shell
24-
$ git clone https://{% ifversion ghae %}<em>YOUR-HOSTNAME</em>{% else %}github.com{% endif %}/<em>YOUR-USERNAME</em>/<em>YOUR-REPOSITORY</em>.git
24+
$ git clone https://{% ifversion ghes or ghae %}<em>YOUR-HOSTNAME</em>{% else %}github.com{% endif %}/<em>YOUR-USERNAME</em>/<em>YOUR-REPOSITORY</em>.git
2525
$ cd <em>YOUR-REPOSITORY</em>
2626
```
2727
3. Create an `index.js` file and add a basic alert to say "Hello world!"
@@ -49,7 +49,7 @@ In this guide, you'll create a {% data variables.product.prodname_actions %} wor
4949
$ git push
5050
```
5151
6. Create a `.github/workflows` directory. In that directory, create a file named `release-package.yml`.
52-
7. Copy the following YAML content into the `release-package.yml` file{% ifversion ghae %}, replacing `YOUR-HOSTNAME` with the name of your enterprise{% endif %}.
52+
7. Copy the following YAML content into the `release-package.yml` file{% ifversion ghes or ghae %}, replacing `YOUR-HOSTNAME` with the name of your enterprise{% endif %}.
5353
```yaml{:copy}
5454
name: Node.js Package
5555
@@ -79,7 +79,7 @@ In this guide, you'll create a {% data variables.product.prodname_actions %} wor
7979
- uses: {% data reusables.actions.action-setup-node %}
8080
with:
8181
node-version: 12
82-
registry-url: {% ifversion ghae %}https://npm.YOUR-HOSTNAME.com/{% else %}https://npm.pkg.github.com/{% endif %}
82+
registry-url: {% ifversion ghes or ghae %}https://npm.YOUR-HOSTNAME.com/{% else %}https://npm.pkg.github.com/{% endif %}
8383
- run: npm ci
8484
- run: npm publish
8585
env:

translations/log/pt-resets.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ translations/pt-BR/content/admin/configuration/configuring-github-connect/managi
99
translations/pt-BR/content/admin/configuration/configuring-your-enterprise/configuring-rate-limits.md,broken liquid tags
1010
translations/pt-BR/content/admin/configuration/configuring-your-enterprise/site-admin-dashboard.md,broken liquid tags
1111
translations/pt-BR/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources.md,broken liquid tags
12+
translations/pt-BR/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid.md,broken liquid tags
1213
translations/pt-BR/content/admin/user-management/managing-organizations-in-your-enterprise/creating-teams.md,broken liquid tags
1314
translations/pt-BR/content/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise.md,broken liquid tags
1415
translations/pt-BR/content/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator.md,broken liquid tags
Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
11
---
2-
title: Setting your profile to private
3-
intro: 'A private profile displays only limited information, and hides some activity.'
2+
title: Definindo seu perfil como privado
3+
intro: Um perfil privado exibe apenas informações limitadas e oculta algumas atividades.
44
versions:
55
fpt: '*'
66
topics:
77
- Profiles
8-
shortTitle: Set profile to private
8+
shortTitle: Definir perfil como privado
99
---
1010

11-
## About private profiles
11+
## Sobre os perfis privados
1212

1313
{% note %}
1414

15-
**Note:** Private profiles are currently in beta and are subject to change.
15+
**Observação:** Os perfis privados estão atualmente em beta e estão sujeitos a alterações.
1616

1717
{% endnote %}
1818

19-
To hide parts of your profile page, you can make your profile private. This also hides your activity in various social features on {% data variables.product.prodname_dotcom_the_website %}. A private profile hides information from all users, and there is currently no option to allow specified users to see your activity.
19+
Para ocultar partes da sua página de perfil, você pode tornar seu perfil privado. Isso também oculta sua atividade em várias funcionalidades sociais em {% data variables.product.prodname_dotcom_the_website %}. Um perfil privado oculta informações de todos os usuários, e atualmente não há opção para permitir que usuários especificados vejam sua atividade.
2020

21-
After making your profile private, you can still view all your information when you visit your own profile.
21+
Depois de tornar seu perfil privado, você ainda pode ver todas as suas informações quando visitar seu próprio perfil.
2222

23-
Private profiles cannot receive sponsorships under [{% data variables.product.prodname_sponsors %}](/sponsors/getting-started-with-github-sponsors/about-github-sponsors). To be eligible for {% data variables.product.prodname_sponsors %}, your profile cannot be private.
23+
Perfis privados não podem receber patrocínios abaixo de [{% data variables.product.prodname_sponsors %}](/sponsors/getting-started-with-github-sponsors/about-github-sponsors). Para ser elegível a {% data variables.product.prodname_sponsors %}, seu perfil não pode ser privado.
2424

25-
## Differences between private and public profiles
25+
## Diferenças entre perfis públicos e privados
2626

27-
When your profile is private, the following content is hidden from your profile page:
27+
Quando seu perfil é privado, o seguinte conteúdo fica oculto na sua página de perfil:
2828

29-
- Achievements and highlights.
30-
- Activity overview and activity feed.
31-
- Contribution graph.
32-
- Follower and following counts.
33-
- Follow and Sponsor buttons.
34-
- Organization memberships.
35-
- Stars, projects, packages, and sponsoring tabs.
29+
- Conquistas e destaques.
30+
- Resumo da atividade e feed da atividade.
31+
- Gráfico de contribuição.
32+
- Seguidor e contas seguidoras.
33+
- Botões de seguir e Sponsor.
34+
- Associações à organização.
35+
- Estrelas, projetos, pacotes e guias de patrocínio.
3636

3737
{% note %}
3838

39-
**Note**: When your profile is private, some optional fields are still publicly visible, such as the README, biography, and profile photo.
39+
**Observação**: Quando seu perfil é privado, alguns campos opcionais ainda são publicamente visíveis, como README, biografia e foto de perfil.
4040

4141
{% endnote %}
4242

43-
## Changes to reporting on your activities
43+
## Alterações no relatório sobre as suas atividades
4444

45-
By making your profile private, you will not remove or hide past activity; this setting only applies to your activity while the private setting is enabled.
45+
Ao tornar seu perfil privado, você não removerá ou ocultará as atividades anteriores; esta configuração se aplica somente à sua atividade enquanto a configuração privada estiver habilitada.
4646

47-
When your profile is private, your {% data variables.product.prodname_dotcom_the_website %} activity will not appear in the following locations:
47+
Quando o seu perfil é privado, a atividade de {% data variables.product.prodname_dotcom_the_website %} não aparecerá nos seguintes locais:
4848

49-
- Activity feeds for other users.
50-
- Discussions leaderboards.
51-
- The [Trending](https://github.com/trending) page.
49+
- Feeds de atividade para outros usuários.
50+
- Classificações das discussões.
51+
- A página [Tendências](https://github.com/trending).
5252

5353
{% note %}
5454

55-
**Note**: Your activity on public repositories will still be publicly visible to anyone viewing those repositories, and some activity data may still be available through the {% data variables.product.prodname_dotcom %} API.
55+
**Observação**: Sua atividade em repositórios públicos ainda será visível publicamente para qualquer pessoa que visualizar esses repositórios, e alguns dados da atividade podem estar disponíveis por meio da API de {% data variables.product.prodname_dotcom %}.
5656

5757
{% endnote %}
5858

59-
## Changing your profile's privacy settings
59+
## Alterando as configurações de privacidade do seu perfil
6060

6161
{% data reusables.user-settings.access_settings %}
62-
1. Under "Contributions & Activity", select the checkbox next to **Make profile private and hide activity**.
62+
1. Em "Contribuições & Atividade", marque a caixa de seleção ao lado de **Tornar perfil privado e ocultar a atividade**.
6363
{% data reusables.user-settings.update-preferences %}

translations/pt-BR/content/actions/learn-github-actions/contexts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Para usar a sintaxe de propriedade de desreferência, o nome da propriedade deve
5757
- começar com `a-Z` ou `_`;
5858
- ser seguido por `a-Z` `0-9` `-` ou `_`.
5959

60-
If you attempt to dereference a non-existent property, it will evaluate to an empty string.
60+
Se você tentar desfazer uma propriedade inexistente, isso irá retornar uma string vazia.
6161

6262
### Determinar quando usar contextos
6363

0 commit comments

Comments
 (0)