diff --git a/translations/log/pt-resets.csv b/translations/log/pt-resets.csv index 8fb6082e20a4..431ed44b80cf 100644 --- a/translations/log/pt-resets.csv +++ b/translations/log/pt-resets.csv @@ -24,10 +24,11 @@ translations/pt-BR/content/code-security/code-scanning/integrating-with-code-sca translations/pt-BR/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system.md,broken liquid tags translations/pt-BR/content/code-security/secret-scanning/about-secret-scanning.md,broken liquid tags translations/pt-BR/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema.md,broken liquid tags +translations/pt-BR/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio-code.md,broken liquid tags +translations/pt-BR/content/copilot/quickstart.md,broken liquid tags translations/pt-BR/content/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop.md,broken liquid tags translations/pt-BR/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/why-wasnt-my-application-for-a-student-developer-pack-approved.md,broken liquid tags translations/pt-BR/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud.md,broken liquid tags -translations/pt-BR/content/github/index.md,Listed in localization-support#489 translations/pt-BR/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization.md,rendering error translations/pt-BR/content/organizations/organizing-members-into-teams/about-teams.md,broken liquid tags translations/pt-BR/content/packages/learn-github-packages/introduction-to-github-packages.md,broken liquid tags diff --git a/translations/pt-BR/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme.md b/translations/pt-BR/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme.md index 0b3debef21a2..8c53003708d0 100644 --- a/translations/pt-BR/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme.md +++ b/translations/pt-BR/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme.md @@ -56,7 +56,7 @@ O GitHub irá exibir o README do seu perfil na sua página de perfil se todas as O arquivo README gerado é pré-preenchido com um modelo para dar alguma inspiração para o README do seu perfil.  -Para obter um resumo todos os emojis disponíveis e seus códigos, consulte "[Folha de dicas de Emoji](http://www.emoji-cheat-sheet.com/)". +Para obter um resumo todos os emojis disponíveis e seus códigos, consulte "[Folha de dicas de Emoji](https://www.webfx.com/tools/emoji-cheat-sheet/)". ## Remover um README do perfil diff --git a/translations/pt-BR/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile.md b/translations/pt-BR/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile.md index d206130ceba9..180af9872697 100644 --- a/translations/pt-BR/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile.md +++ b/translations/pt-BR/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile.md @@ -30,7 +30,7 @@ Ao se inscrever em uma conta, o {% data variables.product.product_name %} fornec **Observação{% ifversion ghec %}s{% endif %}**: {% ifversion ghec %} -* {% endif %}A imagem do seu perfil deve ser um arquivo PNG, JPG ou GIF com tamanho inferior a 1 MB. Para melhor qualidade de renderização, recomendamos uma imagem de aproximadamente 500 por 500 pixels. +* {% endif %}Your profile picture should be a PNG, JPG, or GIF file, and it must be less than 1 MB in size and smaller than 3000 by 3000 pixels. Para melhor qualidade de renderização, recomendamos uma imagem de aproximadamente 500 por 500 pixels. {% ifversion ghec %}* As imagens de perfil do Gravatar não são compatíveis com {% data variables.product.prodname_emus %}.{% endif %} {% endnote %} @@ -39,14 +39,14 @@ Ao se inscrever em uma conta, o {% data variables.product.product_name %} fornec {% data reusables.user-settings.access_settings %} 2. Em **Profile Picture** (Imagem de perfil), clique em {% octicon "pencil" aria-label="The edit icon" %} **Edit** (Editar).  -3. Clique em **Upload a photo...** (Fazer upload de uma foto...).  +3. Click **Upload a photo...**.{% ifversion not ghae %} {% endif %} 3. Recorte sua imagem. Quando terminar, clique em **Set new profile picture** (Definir nova imagem de perfil).  ### Redefinir sua imagem de perfil para a identicon {% data reusables.user-settings.access_settings %} 2. Em **Profile Picture** (Imagem de perfil), clique em {% octicon "pencil" aria-label="The edit icon" %} **Edit** (Editar).  -3. Para reverter para sua identicon, clique em **Remove photo** (Remover foto). Se o seu endereço de e-mail está associado a um [Gravatar](https://en.gravatar.com/), você não pode reverter para sua identicon. Em vez disso, clique em **Revert to Gravatar** (Reverter para Gravatar).  +3. Para reverter para sua identicon, clique em **Remove photo** (Remover foto). {% ifversion not ghae %}If your email address is associated with a [Gravatar](https://en.gravatar.com/), you cannot revert to your identicon. Em vez disso, clique em **Revert to Gravatar** (Reverter para Gravatar). {% endif %} ## Alterar seu nome de perfil diff --git a/translations/pt-BR/content/actions/automating-builds-and-tests/building-and-testing-go.md b/translations/pt-BR/content/actions/automating-builds-and-tests/building-and-testing-go.md new file mode 100644 index 000000000000..028d2a6b8cc4 --- /dev/null +++ b/translations/pt-BR/content/actions/automating-builds-and-tests/building-and-testing-go.md @@ -0,0 +1,217 @@ +--- +title: Building and testing Go +intro: You can create a continuous integration (CI) workflow to build and test your Go project. +versions: + fpt: '*' + ghes: '*' + ghae: '*' + ghec: '*' +type: tutorial +topics: + - CI +shortTitle: Build & test Go +--- + +{% data reusables.actions.enterprise-beta %} +{% data reusables.actions.enterprise-github-hosted-runners %} + +## Introdução + +This guide shows you how to build, test, and publish a Go package. + +{% ifversion ghae %} +{% data reusables.actions.self-hosted-runners-software %} +{% else %} {% data variables.product.prodname_dotcom %}-hosted runners have a tools cache with preinstalled software, which includes the dependencies for Go. For a full list of up-to-date software and the preinstalled versions of Go, see "[About {% data variables.product.prodname_dotcom %}-hosted runners](/actions/using-github-hosted-runners/about-github-hosted-runners#preinstalled-software)." +{% endif %} + +## Pré-requisitos + +Você já deve estar familiarizado com a sintaxe YAML e como é usado com {% data variables.product.prodname_actions %}. Para obter mais informações, consulte "[Sintaxe de fluxo de trabalho para o {% data variables.product.prodname_actions %}](/actions/using-workflows/workflow-syntax-for-github-actions)". + +We recommend that you have a basic understanding of the Go language. For more information, see [Getting started with Go](https://golang.org/doc/tutorial/getting-started). + +## Using the Go starter workflow + +{% data variables.product.prodname_dotcom %} provides a Go starter workflow that should work for most Go projects. Este guia inclui exemplos que você pode usar para personalizar o fluxo de trabalho inicial. For more information, see the [Go starter workflow](https://github.com/actions/starter-workflows/blob/main/ci/go.yml). + +Para iniciar rapidamente, adicione o fluxo de trabalho inicial para o diretório `.github/workflows` do seu repositório. + +```yaml{:copy} +name: Go package + +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + steps: + - uses: {% data reusables.actions.action-checkout %} + + - name: Set up Go + uses: {% data reusables.actions.action-setup-go %} + with: + go-version: 1.15 + + - name: Build + run: go build -v ./... + + - name: Test + run: go test -v ./... +``` + +## Specifying a Go version + +The easiest way to specify a Go version is by using the `setup-go` action provided by {% data variables.product.prodname_dotcom %}. For more information see, the [`setup-go` action](https://github.com/actions/setup-go/). + +To use a preinstalled version of Go on a {% data variables.product.prodname_dotcom %}-hosted runner, pass the relevant version to the `go-version` property of the `setup-go` action. This action finds a specific version of Go from the tools cache on each runner, and adds the necessary binaries to `PATH`. Estas alterações persistirão para o resto do trabalho. + +The `setup-go` action is the recommended way of using Go with {% data variables.product.prodname_actions %}, because it helps ensure consistent behavior across different runners and different versions of Go. If you are using a self-hosted runner, you must install Go and add it to `PATH`. + +### Using multiple versions of Go + +```yaml{:copy} +name: Go + +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + strategy: + matrix: + go-version: [ '1.14', '1.15', '1.16.x' ] + + steps: + - uses: {% data reusables.actions.action-checkout %} + - name: Setup Go {% raw %}${{ matrix.go-version }}{% endraw %} + uses: {% data reusables.actions.action-setup-go %} + with: + go-version: {% raw %}${{ matrix.go-version }}{% endraw %} + # You can test your matrix by printing the current Go version + - name: Display Go version + run: go version +``` + +### Using a specific Go version + +You can configure your job to use a specific version of Go, such as `1.16.2`. Como alternativa, você pode usar a sintaxe da versão semântica para obter a última versão secundária. This example uses the latest patch release of Go 1.16: + +```yaml{:copy} + - name: Setup Go 1.16.x + uses: {% data reusables.actions.action-setup-go %} + with: + # Semantic version range syntax or exact version of Go + go-version: '1.16.x' +``` + +## Instalar dependências + +You can use `go get` to install dependencies: + +```yaml{:copy} + steps: + - uses: {% data reusables.actions.action-checkout %} + - name: Setup Go + uses: {% data reusables.actions.action-setup-go %} + with: + go-version: '1.16.x' + - name: Install dependencies + run: | + go get . + go get example.lab/octo-examplemodule + go get example.lab/octo-examplemodule@v1.3.4 +``` + +{% ifversion actions-caching %} + +### Memorizar dependências + +You can cache and restore the dependencies using the [`setup-go` action](https://github.com/actions/setup-go). By default, caching is disabled, but you can set the `cache` parameter to `true` to enable it. + +When caching is enabled, the `setup-go` action searches for the dependency file, `go.sum`, in the repository root and uses the hash of the dependency file as a part of the cache key. + +```yaml{:copy} + - name: Setup Go + uses: {% data reusables.actions.action-setup-go %} + with: + go-version: '1.16.x' + cache: true +``` + +Alternatively, you can use the `cache-dependency-path` parameter for cases when multiple dependency files are used, or when they are located in different subdirectories. + +```yaml{:copy} + - uses: {% data reusables.actions.action-setup-go %} + with: + go-version: '1.17' + cache: true + cache-dependency-path: subdir/go.sum +``` + +Se você tiver um requisito personalizado ou precisar de melhores controles para cache, você poderá usar a ação [`cache`](https://github.com/marketplace/actions/cache). Para obter mais informações, consulte "[Memorizar dependências para acelerar fluxos de trabalho](/actions/using-workflows/caching-dependencies-to-speed-up-workflows)". + +{% endif %} + +## Criar e testar seu código + +Você pode usar os mesmos comandos usados localmente para criar e testar seu código. This example workflow demonstrates how to use `go build` and `go test` in a job: + +```yaml{:copy} +name: Go +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: {% data reusables.actions.action-checkout %} + - name: Setup Go + uses: {% data reusables.actions.action-setup-go %} + with: + go-version: '1.16.x' + - name: Install dependencies + run: go get . + - name: Build + run: go build -v ./... + - name: Test with the Go CLI + run: go test +``` + +## Empacotar dados do fluxo de trabalho como artefatos + +Após a conclusão de um fluxo de trabalho, você poderá fazer o upload dos artefatos resultantes para análise. Por exemplo, é possível que você precise salvar os arquivos de registro, os despejos de núcleo, os resultados de teste ou capturas de tela. O exemplo a seguir demonstra como você pode usar a ação `upload-artefato` para fazer o upload de resultados de testes. + +For more information, see "[Storing workflow data as artifacts](/actions/using-workflows/storing-workflow-data-as-artifacts)." + +```yaml{:copy} +name: Upload Go test results + +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + strategy: + matrix: + go-version: [ '1.14', '1.15', '1.16.x' ] + + steps: + - uses: {% data reusables.actions.action-checkout %} + - name: Setup Go + uses: {% data reusables.actions.action-setup-go %} + with: + go-version: {% raw %}${{ matrix.go-version }}{% endraw %} + - name: Install dependencies + run: go get . + - name: Test with Go + run: go test -json > TestResults-{% raw %}${{ matrix.go-version }}{% endraw %}.json + - name: Upload Go test results + uses: {% data reusables.actions.action-upload-artifact %} + with: + name: Go-results-{% raw %}${{ matrix.go-version }}{% endraw %} + path: TestResults-{% raw %}${{ matrix.go-version }}{% endraw %}.json +``` diff --git a/translations/pt-BR/content/actions/automating-builds-and-tests/building-and-testing-python.md b/translations/pt-BR/content/actions/automating-builds-and-tests/building-and-testing-python.md index b8be562a144c..b2e28efe0c7b 100644 --- a/translations/pt-BR/content/actions/automating-builds-and-tests/building-and-testing-python.md +++ b/translations/pt-BR/content/actions/automating-builds-and-tests/building-and-testing-python.md @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9"] + python-version: ["3.7", "3.8", "3.9", "3.10"] steps: - uses: {% data reusables.actions.action-checkout %} @@ -114,7 +114,7 @@ trabalhos: # Você pode usar as versões do PyPy em python-version. # For example, {% ifversion actions-node16-action %}pypy-2.7 and pypy-3.8{% else %}pypy2 and pypy3{% endif %} matrix: - python-version: ["2.7", "3.6", "3.7", "3.8", "3.9"] + python-version: ["2.7", "3.7", "3.8", "3.9", "3.10"] steps: - uses: {% data reusables.actions.action-checkout %} @@ -129,7 +129,7 @@ trabalhos: ### Usar uma versão específica do Python -Você pode configurar uma versão específica do python. Por exemplo, 3,8. Como alternativa, você pode usar a sintaxe da versão semântica para obter a última versão secundária. Este exemplo usa a última versão secundária do Python 3. +Você pode configurar uma versão específica do python. For example, 3.9. Como alternativa, você pode usar a sintaxe da versão semântica para obter a última versão secundária. Este exemplo usa a última versão secundária do Python 3. ```yaml{:copy} name: Python package @@ -173,12 +173,12 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.6", "3.7", "3.8", "3.9", {% ifversion actions-node16-action %}pypy-2.7, pypy-3.8{% else %}pypy2, pypy3{% endif %}] + python-version: ["3.7", "3.8", "3.9", "3.10", {% ifversion actions-node16-action %}pypy-2.7, pypy-3.8{% else %}pypy2, pypy3{% endif %}] exclude: - os: macos-latest - python-version: "3.6" + python-version: "3.7" - os: windows-latest - python-version: "3.6" + python-version: "3.7" ``` ### Usar a versão padrão do Python @@ -238,7 +238,7 @@ steps: - uses: {% data reusables.actions.action-checkout %} - uses: {% data reusables.actions.action-setup-python %} with: - python-version: '3.9' + python-version: '3.10' cache: 'pip' - run: pip install -r requirements.txt - run: pip test @@ -315,7 +315,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ["3.7", "3.8", "3.9"] + python: ["3.8", "3.9", "3.10"] steps: - uses: {% data reusables.actions.action-checkout %} @@ -347,7 +347,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9"] + python-version: ["3.7", "3.8", "3.9", "3.10"] steps: - uses: {% data reusables.actions.action-checkout %} diff --git a/translations/pt-BR/content/actions/automating-builds-and-tests/index.md b/translations/pt-BR/content/actions/automating-builds-and-tests/index.md index 4fa8dac77c8f..9c1f8f935dbb 100644 --- a/translations/pt-BR/content/actions/automating-builds-and-tests/index.md +++ b/translations/pt-BR/content/actions/automating-builds-and-tests/index.md @@ -18,6 +18,7 @@ redirect_from: - /actions/automating-builds-and-tests/building-and-testing-nodejs-or-python children: - /about-continuous-integration + - /building-and-testing-go - /building-and-testing-java-with-ant - /building-and-testing-java-with-gradle - /building-and-testing-java-with-maven diff --git a/translations/pt-BR/content/actions/creating-actions/metadata-syntax-for-github-actions.md b/translations/pt-BR/content/actions/creating-actions/metadata-syntax-for-github-actions.md index f899f9e629e1..946113b2a31f 100644 --- a/translations/pt-BR/content/actions/creating-actions/metadata-syntax-for-github-actions.md +++ b/translations/pt-BR/content/actions/creating-actions/metadata-syntax-for-github-actions.md @@ -664,254 +664,249 @@ Aqui está uma lista taxativa de todos os ícones atualmente compatíveis:
| Gerentes de pacotes | -ação setup-* para cache | -
|---|---|
| npm, yarn, pnpm | -setup-node | -
| pip, pipenv, poetry | -setup-python | -
| gradle, maven | -setup-java | -
| ruby gems | -setup-ruby | -
{% ifversion github-actions-in-dependency-graph %}
-[†] Os fluxos de trabalho de {% data variables.product.prodname_actions %} devem estar localizados no diretório Uses {% data variables.product.prodname_cli %} to query the API for the ID of the project and return the name and ID of the first 20 fields in the project. A resposta é armazenada em um arquivo denominado .github/workflows/` de um repositório a ser reconhecido como manifestos. Todas as ações ou fluxos de trabalho referenciados que usam a sintaxe `jobs[*].steps[*].uses` or `jobs..github/workflows/` de um repositório a ser reconhecido como manifestos. Todas as ações ou fluxos de trabalho referenciados que usam a sintaxe `jobs[*].steps[*].uses` or `jobs.
| editor.action.inlineSuggest.showNext |
+| Show previous inline suggestion | Option (⌥)+[
| editor.action.inlineSuggest.showPrevious |
+| Trigger inline suggestion | Option (⌥)+\
| editor.action.inlineSuggest.trigger |
+| Abrir {% data variables.product.prodname_copilot %} (sugestões adicionais em painel separado) | Ctrl+Return | github.copilot.generate |
+| Ativar/desativar {% data variables.product.prodname_copilot %} | _Sem atalho padrão_ | github.copilot.toggleCopilot |
+
+{% endmac %}
+
+{% windows %}
+
+| Ação | Atalho | Nome do comando |
+|:--------------------------------------------------------------------------------------------- |:-------------------------------- |:---------------------------------------- |
+| Accept an inline suggestion | Tab | editor.action.inlineSuggest.commit |
+| Dismiss an inline suggestion | Esc | editor.action.inlineSuggest.hide |
+| Show next inline suggestion | Alt+] | editor.action.inlineSuggest.showNext |
+| Show previous inline suggestion | Alt+[ | editor.action.inlineSuggest.showPrevious |
+| Trigger inline suggestion | Alt+\ | editor.action.inlineSuggest.trigger |
+| Abrir {% data variables.product.prodname_copilot %} (sugestões adicionais em painel separado) | Ctrl+Enter | github.copilot.generate |
+| Ativar/desativar {% data variables.product.prodname_copilot %} | _Sem atalho padrão_ | github.copilot.toggleCopilot |
+
+{% endwindows %}
+
+
+{% linux %}
+
+| Ação | Atalho | Nome do comando |
+|:--------------------------------------------------------------------------------------------- |:-------------------------------- |:---------------------------------------- |
+| Accept an inline suggestion | Tab | editor.action.inlineSuggest.commit |
+| Dismiss an inline suggestion | Esc | editor.action.inlineSuggest.hide |
+| Show next inline suggestion | Alt+] | editor.action.inlineSuggest.showNext |
+| Show previous inline suggestion | Alt+[ | editor.action.inlineSuggest.showPrevious |
+| Trigger inline suggestion | Alt+\ | editor.action.inlineSuggest.trigger |
+| Abrir {% data variables.product.prodname_copilot %} (sugestões adicionais em painel separado) | Ctrl+Enter | github.copilot.generate |
+| Ativar/desativar {% data variables.product.prodname_copilot %} | _Sem atalho padrão_ | github.copilot.toggleCopilot |
+
+{% endlinux %}
+
+## Vinculando novamente os atalhos de teclado
+
+Se você não quiser usar os atalhos de teclado padrão em {% data variables.product.prodname_vscode %} quando usar {% data variables.product.prodname_copilot %}, você poderá vincular novamente os atalhos no editor de atalhos do teclado usando seus atalhos de teclado preferidos para cada comando específico.
+
+1. Clique no menu **Arquivo**, clique em **Preferências** e, em seguida, clique **Atalhos do teclado**. 
+1. No editor "Atalhos de teclado", procure o nome do comando do atalho de teclado que você deseja alterar. 
+1. Ao lado do comando que você deseja alterar, clique no ícone do lápis. 
+1. Digite os traços de tecla que você quer usar para o comando e, em seguida, pressione Enter/Return. 
+
+{% data reusables.copilot.enabling-or-disabling-in-vsc %}
+
+## Enabling or disabling inline suggestions
+
+You can choose to enable or disable inline suggestions for {% data variables.product.prodname_copilot %} in {% data variables.product.prodname_vscode %}.
+
+1. No menu **Arquivo**, acesse para **Preferências** e clique em **Configurações**. 
+1. No painel do lado esquerdo da guia de configurações, clique em **Extensões** e, em seguida, selecione **Copilot**.
+1. Under "Inline Suggest:Enable", select or deselect the checkbox to enable or disable inline suggestions.
+
+## Habilitando ou desabilitando {% data variables.product.prodname_copilot %} para linguagens específicas
+
+Você pode especificar para quais linguagens você deseja habilitar ou desabilitar {% data variables.product.prodname_copilot %}.
+
+1. From the {% data variables.product.prodname_vscode %}, click the **Extensions** tab, then navigate to the **Copilot** section. For more information, see "[Enabling and disabling inline suggestions](#enabling-and-disabling-inline-suggestions)."
+1. Under "Enable or disable Copilot for specified languages", click **Edit in settings.json**.
+1. In the _settings.json_ file, add or remove the languages you want to enable or disable {% data variables.product.prodname_copilot %} for. For example, to enable Python in {% data variables.product.prodname_copilot %}, add `"python": true` to the list, ensuring there is a trailing comma after all but the last list item.
+
+ ```json
+ {
+ "editor.inlineSuggest.enabled": true,
+ "github.copilot.enable": {
+ "*": true,
+ "yaml": false,
+ "plaintext": false,
+ "markdown": true,
+ "javascript": true,
+ "python": true
+ }
+ }
+ ```
+
+{% data reusables.copilot.dotcom-settings %}
diff --git a/translations/pt-BR/content/copilot/configuring-github-copilot/configuring-github-copilot-in-visual-studio.md b/translations/pt-BR/content/copilot/configuring-github-copilot/configuring-github-copilot-in-visual-studio.md
new file mode 100644
index 000000000000..833d85e45d72
--- /dev/null
+++ b/translations/pt-BR/content/copilot/configuring-github-copilot/configuring-github-copilot-in-visual-studio.md
@@ -0,0 +1,49 @@
+---
+title: Configurando o GitHub Copilot no Visual Studio
+intro: 'Você pode habilitar, configurar e desabilitar {% data variables.product.prodname_copilot %} em {% data variables.product.prodname_vs %}.'
+product: '{% data reusables.gated-features.copilot %}'
+versions:
+ feature: copilot
+shortTitle: Visual Studio
+topics:
+ - Copilot
+---
+
+## Sobre {% data variables.product.prodname_copilot %} em {% data variables.product.prodname_vs %}
+
+Se você usar {% data variables.product.prodname_vs %}, {% data variables.product.prodname_copilot %} pode preencher automaticamente o código conforme você digita. Após a instalação, você pode habilitar ou desabilitar {% data variables.product.prodname_copilot %}, e você pode configurar configurações avançadas dentro de {% data variables.product.prodname_vs %} ou em {% data variables.product.prodname_dotcom_the_website %}.
+
+## Pré-requisitos
+
+Para configurar {% data variables.product.prodname_copilot %} em {% data variables.product.prodname_vs %}, você deve instalar o plugin de {% data variables.product.prodname_copilot %}. Para obter mais informações, consulte "[Primeiros passos com {% data variables.product.prodname_copilot %} em {% data variables.product.prodname_vs %}](/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio)".
+
+## Atalhos de teclado para {% data variables.product.prodname_copilot %}
+
+Você pode usar os atalhos de teclado padrão em {% data variables.product.prodname_vs %} quando usar {% data variables.product.prodname_copilot %}. Como alternativa, você pode vincular novamente os atalhos nas configurações das Ferramentas para {% data variables.product.prodname_vs %} usando seus atalhos de teclado preferidos para cada comando específico. Você pode procurar cada atalho de teclado pelo nome de seu comando no editor de atalhos do teclado.
+
+| Ação | Atalho | Nome do comando |
+|:------------------------------- |:-------------------------------------------- |:------------------------------------ |
+| Show next inline suggestion | Ctrl+Alt+] | Tools.Nextsuggestion |
+| Show previous inline suggestion | Ctrl+Alt+[ | Tools.Previoussuggestion |
+| Trigger inline suggestion | Ctrl+Alt+\ | Edit.Copilot.TriggerInlineSuggestion |
+
+## Vinculando novamente os atalhos de teclado
+
+Se você não quiser usar os atalhos de teclado padrão em {% data variables.product.prodname_vs %} ao usar {% data variables.product.prodname_copilot %}, você pode vincular novamente os atalhos no editor de teclado usando seus atalhos de teclado preferidos para cada comando específico.
+
+1. Na barra de ferramentas de {% data variables.product.prodname_vs %}, em **Ferramentas**, clique em **Opções**. 
+1. Na caixa de diálogo "Opções", em **Ambiente**, clique em **Teclado**. 
+1. Em "Exibir comandos que contêm:", procure o comando que você deseja vincular novamente. 
+1. Em "Pressione as teclas de atalho", digite o atalho que você deseja atribuir ao comando e, em seguida, clique em **Atribuir**. 
+
+{% data reusables.copilot.enabling-or-disabling-vs %}
+
+## Configurando o ReSharper para {% data variables.product.prodname_copilot %}
+
+Se você usar o ReSharper, {% data variables.product.prodname_copilot %} pode funcionar melhor quando você configurar o ReSharper para usar o IntelliSense nativo de {% data variables.product.prodname_copilot %}. Para obter mais informações sobre ReSharper, consulte a [documentação do ReSharper](https://www.jetbrains.com/resharper/documentation/documentation.html)
+
+1. Na barra de ferramentas de {% data variables.product.prodname_vs %}, em **Ferramentas**, clique em **Opções**. 
+1. Na caixa de diálogo "Opções", em **Ambiente**, clique em **IntelliSense** e, em seguida, clique em **Geral**. 
+1. Em "Geral" selecione **Visual Studio** e, em seguida, clique em **Salvar**.
+
+{% data reusables.copilot.dotcom-settings %}
diff --git a/translations/pt-BR/content/copilot/configuring-github-copilot/index.md b/translations/pt-BR/content/copilot/configuring-github-copilot/index.md
new file mode 100644
index 000000000000..c15f91a27426
--- /dev/null
+++ b/translations/pt-BR/content/copilot/configuring-github-copilot/index.md
@@ -0,0 +1,15 @@
+---
+title: Configurando o GitHub Copilot
+shortTitle: Configure o GitHub Copilot
+intro: 'Você pode habilitar, configurar ou desabilitar {% data variables.product.prodname_copilot %} no IDE compatível.'
+versions:
+ feature: copilot
+topics:
+ - Copilot
+children:
+ - /configuring-github-copilot-in-visual-studio-code
+ - /configuring-github-copilot-in-visual-studio
+ - /configuring-github-copilot-in-a-jetbrains-ide
+ - /configuring-github-copilot-in-neovim
+---
+
diff --git a/translations/pt-BR/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-a-jetbrains-ide.md b/translations/pt-BR/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-a-jetbrains-ide.md
new file mode 100644
index 000000000000..1152905931e7
--- /dev/null
+++ b/translations/pt-BR/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-a-jetbrains-ide.md
@@ -0,0 +1,111 @@
+---
+title: Primeiros passos com GitHub Copilot em um JetBrains IDE
+shortTitle: JetBrains IDE
+intro: 'Aprenda a instalar {% data variables.product.prodname_copilot %} em um JetBrains IDE, e comece a ver sugestões conforme você escreve comentários e código.'
+product: '{% data reusables.gated-features.copilot %}'
+versions:
+ feature: copilot
+topics:
+ - Copilot
+---
+
+## Sobre o {% data variables.product.prodname_copilot %} e o JetBrains IDEs
+
+{% data reusables.copilot.procedural-intro %}
+
+Se você usar um JetBrains IDE, você pode ver e incorporar sugestões de {% data variables.product.prodname_copilot %} diretamente dentro do editor. Este guia demonstra como usar {% data variables.product.prodname_copilot %} dentro de um Jetbrains IDE para macOS, Windows ou Linux.
+
+## Pré-requisitos
+
+{% data reusables.copilot.jetbrains-ides %}
+
+## Instalando a extensão de vídeo do JetBrains
+
+Para usar {% data variables.product.prodname_copilot %} em um JetBrains IDE, você deve instalar a extensão de {% data variables.product.prodname_copilot %}. O procedimento a seguir irá guiá-lo na instalação do plugin de {% data variables.product.prodname_copilot %} no IntelliJ IDEA. As etapas para instalar o plugin em outro IDE compatível podem ser diferentes.
+
+1. No seu JetBrains IDE, no menu **Arquivo** clique em **Configurações**.
+1. Na parte superior da caixa de diálogo "Configurações", clique em **Marketplace**. Na barra de pesquisa, pesquise **{% data variables.product.prodname_copilot %}** e clique em **Instalar**. 
+1. Depois que {% data variables.product.prodname_copilot %} for instalado, clique em **Reiniciar o IDE**.
+1. Depois que seu JetBrains IDE tiver sido reiniciado, clique no menu **Ferramentas**. Clique em **{% data variables.product.prodname_copilot %}** e, em seguida, clique em **Efetuar login para {% data variables.product.prodname_dotcom %}**. 
+1. Na caixa de diálogo "Efetuar o login em {% data variables.product.prodname_dotcom %}", para copiar o código do dispositivo e abrir a janela de ativação do dispositivo, clique em **Copiar e abrir**. 
+1. Uma janela de ativação do dispositivo será aberta no seu navegador. Cole o código do dispositivo e clique em **Continuar**.
+
+ - Para colar o código no Windows ou Linux, pressione Ctrl+v.
+ - Para colar o código no macOS, pressione command+v.
+1. {% data variables.product.prodname_dotcom %} solicitará as permissões necessárias para {% data variables.product.prodname_copilot %}. Para aprovar essas permissões, clique em **Autorizar plugin de {% data variables.product.prodname_copilot %}**.
+1. Após a aprovação das permissões, seu IDE JetBrains mostrará uma confirmação. Para começar a usar {% data variables.product.prodname_copilot %}, clique em **OK**. 
+
+
+## Vendo sua primeira sugestão
+
+{% data reusables.copilot.supported-languages %} As seguintes amostras estão em Java, mas outras linguagens funcionarão da mesma forma.
+
+{% data reusables.copilot.create-java-file %}
+1. No arquivo Java, crie uma classe digitando `class Test`.
+ {% data variables.product.prodname_copilot %} sugerirá automaticamente o texto de uma classe em texto cinza, conforme exibido abaixo. A sugestão exata pode variar.
+ 
+{% data reusables.copilot.accept-suggestion %}
+1. To prompt {% data variables.product.prodname_copilot %} to suggest a function body, type the following line below the bracket of the `main` function. A sugestão exata pode variar.
+{% indented_data_reference reusables.copilot.java-int-snippet spaces=3 %}
+
+ 
+{% data reusables.copilot.accept-suggestion %}
+
+{% data variables.product.prodname_copilot %} tentará combinar o contexto e o estilo do seu código. Você sempre pode editar o código sugerido.
+
+## Vendo sugestões alternativas
+
+{% data reusables.copilot.alternative-suggestions %}
+
+{% data reusables.copilot.create-java-file %}
+1. Para solicitar que {% data variables.product.prodname_copilot %} moestre uma sugestão, digite a seguinte linha no arquivo Java.
+{% indented_data_reference reusables.copilot.java-int-snippet spaces=3 %}
+{% data reusables.copilot.see-alternative-suggestions %}
+
+ | SO | Veja a próxima sugestão | Veja sugestão anterior |
+ |:------- |:------------------------------ |:------------------------------ |
+ | macOS | Option+] | Option+[ |
+ | Windows | Alt+] | Alt+[ |
+ | Linux | Alt+] | Alt+[ |
+{% data reusables.copilot.accept-or-reject-suggestion %}
+
+## Seeing multiple suggestions in a new tab
+
+{% data reusables.copilot.suggestions-new-tab %}
+
+{% data reusables.copilot.create-java-file %}
+1. Para solicitar que {% data variables.product.prodname_copilot %} moestre uma sugestão, digite a seguinte linha no arquivo Java.
+{% indented_data_reference reusables.copilot.java-int-snippet spaces=3 %}
+1. Open a new tab with multiple additional suggestions.
+ - On macOS, press Command+Shift+A, then click **Open GitHub Copilot**, or press Command+Shift+\ to open the new tab immediately.
+ - No Windows ou Linux, pressione Ctrl+Enter, em seguida, clique em **Abrir o GitHub Copilot**. 
+1. To accept a suggestion, above the suggestion, click **Accept Solution**. To reject all suggestions, close the tab.
+
+## Generating code suggestions from comments
+
+{% data reusables.copilot.generating-suggestions-from-comments %}
+
+{% data reusables.copilot.create-java-file %}
+1. To prompt {% data variables.product.prodname_copilot %} to suggest an implementation of a function in the Java file, type the following lines.
+ ```java{:copy}
+ // find all images without alternate text
+ // and give them a red border
+ void process () {
+ ```
+ 
+
+## Enabling and disabling {% data variables.product.prodname_copilot %}
+
+You can enable or disable {% data variables.product.prodname_copilot %} for all languages, or for individual languages. The {% data variables.product.prodname_copilot %} status icon in the bottom panel of your JetBrains IDE window indicates whether {% data variables.product.prodname_copilot %} is enabled or disabled. When enabled, the icon is highlighted. When disabled, the icon is grayed out.
+
+1. To enable or disable {% data variables.product.prodname_copilot %}, click the status icon in the bottom panel of the JetBrains window. 
+2. If you are disabling {% data variables.product.prodname_copilot %}, you will be asked whether you want to disable it globally, or for the language of the file you are currently editing.
+
+ - To disable suggestions from {% data variables.product.prodname_copilot %} globally, click **Disable Completions**.
+ - To disable suggestions from {% data variables.product.prodname_copilot %} for the specified language, click **Disable Completions for _LANGUAGE_**. 
+
+
+## Leia mais
+
+- [Site do {% data variables.product.prodname_copilot %}](https://copilot.github.com/)
+- [{% data variables.product.prodname_copilot %} Licensing Information for JetBrains Plugin](/copilot/overview-of-github-copilot/about-github-copilot#github-copilot-licensing-information-for-jetbrains-plugin)
diff --git a/translations/pt-BR/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-neovim.md b/translations/pt-BR/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-neovim.md
new file mode 100644
index 000000000000..eb515d6e6d6a
--- /dev/null
+++ b/translations/pt-BR/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-neovim.md
@@ -0,0 +1,83 @@
+---
+title: Primeiros passos com o GitHub Copilot no Neovim
+shortTitle: Neovim
+product: '{% data reusables.gated-features.copilot %}'
+intro: 'Aprenda a instalar {% data variables.product.prodname_copilot %} no Neovim, e comece a ver sugestões conforme você escreve comentários e códigos.'
+versions:
+ feature: copilot
+topics:
+ - Copilot
+---
+
+## Sobre {% data variables.product.prodname_copilot %} e Neovim
+
+{% data reusables.copilot.procedural-intro %}
+
+Se você usar um Neovim, você poderá ver e incorporar sugestões de {% data variables.product.prodname_copilot %} diretamente no editor.
+
+## Pré-requisitos
+
+Para usar {% data variables.product.prodname_copilot %} no Neovim, é necessário ter a Neovim e o Node.js versão 17 ou inferior instalada. Para obter mais informações, consulte a [documentação do Neovim](https://neovim.io/doc/) e o [site Node.js](https://nodejs.org/en/).
+
+## Instalando a extensão do Neovim
+
+{% mac %}
+
+{% data reusables.copilot.install-copilot-in-neovim %}
+ - Para instalar o plugin de {% data variables.product.prodname_copilot %} diretamente, você deve saber onde Neovim armazena plugins. Para instalar o plugin, digite o seguinte comando no Terminal.
+
+ ```
+ git clone https://github.com/github/copilot.vim \
+ PATH/TO/NEOVIM/PLUGINS/copilot.vim
+ ```
+1. Para configurar {% data variables.product.prodname_copilot %}, abra o Neovim e digite o seguinte comando.
+
+ ```
+ :Copilot setup
+ ```
+
+{% endmac %}
+
+
+{% windows %}
+
+{% data reusables.copilot.install-copilot-in-neovim %}
+ - Para instalar o plugin de {% data variables.product.prodname_copilot %} diretamente, você deve saber onde Neovim armazena plugins. Para instalar o plugin, digite o seguinte comando no Git Bash.
+
+ ```
+ git clone https://github.com/github/copilot.vim \
+ ~/.config/PATH/TO/YOUR/NEOVIM/CONFIG/FILE/copilot.vim
+1. Para configurar {% data variables.product.prodname_copilot %}, abra o Neovim e digite o seguinte comando.
+
+ ```
+ :Copilot setup
+ ```
+
+{% endwindows %}
+
+
+{% linux %}
+
+{% data reusables.copilot.install-copilot-in-neovim %}
+ - To install the {% data variables.product.prodname_copilot %} plugin directly, you must know where Neovim stores plugins. Para instalar o plugin, digite o seguinte comando no Git Bash.
+
+ ```
+ git clone https://github.com/github/copilot.vim \
+~/.config/PATH/TO/YOUR/NEOVIM/CONFIG/FILE/copilot.vim
+ ```
+1. Para configurar {% data variables.product.prodname_copilot %}, abra o Neovim e digite o seguinte comando.
+
+ ```
+ :Copilot setup
+ ```
+{% endlinux %}
+
+## Learning to use {% data variables.product.prodname_copilot %} em Neovim
+
+Para orientações sobre o uso de {% data variables.product.prodname_copilot %} no Neovim, você pode consultar a documentação do plugin. Para ver a documentação, abra o Neovim e execute o seguinte comando.
+```
+:help copilot ```
+
+## Leia mais
+
+- [{% data variables.product.prodname_copilot %}](https://copilot.github.com/)
diff --git a/translations/pt-BR/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio-code.md b/translations/pt-BR/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio-code.md
new file mode 100644
index 000000000000..cca8868c7bee
--- /dev/null
+++ b/translations/pt-BR/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio-code.md
@@ -0,0 +1,112 @@
+---
+title: Getting started with GitHub Copilot in Visual Studio Code
+shortTitle: Visual Studio Code
+intro: 'Learn how to install {% data variables.product.prodname_copilot %} in {% data variables.product.prodname_vscode %}, and start seeing suggestions as you write comments and code.'
+product: '{% data reusables.gated-features.copilot %}'
+versions:
+ feature: 'copilot'
+topics:
+ - Copilot
+---
+
+## About {% data variables.product.prodname_copilot %} and {% data variables.product.prodname_vscode %}
+
+{% data reusables.copilot.procedural-intro %}
+
+If you use {% data variables.product.prodname_vscode %}, you can view and incorporate suggestions from {% data variables.product.prodname_copilot %} directly within the editor. This guide demonstrates how to use {% data variables.product.prodname_copilot %} within {% data variables.product.prodname_vscode %} for macOS, Windows, or Linux.
+
+## Prerequisites
+
+To use {% data variables.product.prodname_copilot %} in {% data variables.product.prodname_vscode %}, you must have {% data variables.product.prodname_vscode %} installed. For more information, see the [{% data variables.product.prodname_vscode %} download page](https://code.visualstudio.com/Download).
+
+## Installing the {% data variables.product.prodname_vscode %} extension
+
+To use {% data variables.product.prodname_copilot %}, you must first install the {% data variables.product.prodname_vscode %} extension.
+
+1. In the {% data variables.product.prodname_vscode %} Marketplace, go to the [{% data variables.product.prodname_copilot %} extension](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) page and click **Install**.
+ 
+1. A popup will appear, asking to open {% data variables.product.prodname_vscode %}. Click **Open {% data variables.product.prodname_vscode %}**.
+1. In the "Extension: {% data variables.product.prodname_copilot %}" tab in {% data variables.product.prodname_vscode %}, click **Install**.
+ 
+1. If you have not previously authorized {% data variables.product.prodname_vscode %} in your {% data variables.product.prodname_dotcom %} account, you will be prompted to sign in to {% data variables.product.prodname_dotcom %} in {% data variables.product.prodname_vscode %}.
+ - If you have previously authorized {% data variables.product.prodname_vscode %} for your account on {% data variables.product.prodname_dotcom %}, {% data variables.product.prodname_copilot %} will be automatically authorized.
+ 
+1. In your browser, {% data variables.product.prodname_dotcom %} will request the necessary permissions for {% data variables.product.prodname_copilot %}. To approve these permissions, click **Authorize {% data variables.product.prodname_vscode %}**.
+1. In {% data variables.product.prodname_vscode %}, in the "{% data variables.product.prodname_vscode %}" dialog box, to confirm the authentication, click **Open**.
+
+
+## Seeing your first suggestion
+
+{% data reusables.copilot.supported-languages %} The following samples are in JavaScript, but other languages will work similarly.
+
+{% data reusables.copilot.create-js-file %}
+1. In the JavaScript file, type the following function header. {% data variables.product.prodname_copilot %} will automatically suggest an entire function body in grayed text, as shown below. The exact suggestion may vary.
+ ```javascript{:copy}
+ function calculateDaysBetweenDates(begin, end) {
+ ```
+ 
+{% data reusables.copilot.accept-suggestion %}
+
+## Seeing alternative suggestions
+
+{% data reusables.copilot.alternative-suggestions %}
+
+{% data reusables.copilot.create-js-file %}
+1. In the JavaScript file, type the following function header. {% data variables.product.prodname_copilot %} will show you a suggestion.
+ ```javascript{:copy}
+ function calculateDaysBetweenDates(begin, end) {
+ ```
+{% data reusables.copilot.see-alternative-suggestions %}
+
+ | OS | See next suggestion | See previous suggestion |
+ | :- | :- | :- |
+ |macOS|Option (⌥) or Alt+]|Option (⌥) or Alt+[|
+ |Windows|Alt+]|Alt+[|
+ |Linux|Alt+]|Alt+[|
+1. Alternatively, you can hover over the suggestion to see the {% data variables.product.prodname_copilot %} command palette for choosing suggestions.
+{% data reusables.copilot.accept-or-reject-suggestion %}
+
+## Seeing multiple suggestions in a new tab
+
+{% data reusables.copilot.suggestions-new-tab %}
+
+{% data reusables.copilot.create-js-file %}
+1. In the JavaScript file, type the following function header. {% data variables.product.prodname_copilot %} will show you a suggestion.
+ ```javascript{:copy}
+ function calculateDaysBetweenDates(begin, end) {
+ ```
+1. To open a new tab with multiple additional options, press Ctrl+Enter.
+1. To accept a suggestion, above the suggestion, click **Accept Solution**. To reject all suggestions, close the tab.
+
+## Generating code suggestions from comments
+
+{% data reusables.copilot.generating-suggestions-from-comments %}
+
+{% data reusables.copilot.create-js-file %}
+1. In the JavaScript file, type the following comment. {% data variables.product.prodname_copilot %} will suggest an implementation of the function.
+ ```javascript{:copy}
+ // find all images without alternate text
+ // and give them a red border
+ function process() {
+ ```
+
+## Using a framework
+
+You can also use {% data variables.product.prodname_copilot %} to generate suggestions for APIs and frameworks. The following example uses {% data variables.product.prodname_copilot %} to create a simple Express server that returns the current time.
+
+{% data reusables.copilot.create-js-file %}
+1. In the JavaScript file, type the following comment and then press Enter. {% data variables.product.prodname_copilot %} will suggest an implementation of the Express app.
+ ```javascript{:copy}
+ // Express server on port 3000
+1. To accept each line, press Tab, then Enter.
+1. Type the following comment and then press Enter. {% data variables.product.prodname_copilot %} will suggest an implementation for the default handler.
+ ```javascript{:copy}
+ // Return the current time
+ ```
+1. To accept each line, press Tab.
+
+{% data reusables.copilot.enabling-or-disabling-in-vsc %}
+
+## Further reading
+
+- [{% data variables.product.prodname_copilot %}](https://copilot.github.com/)
diff --git a/translations/pt-BR/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio.md b/translations/pt-BR/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio.md
new file mode 100644
index 000000000000..9766fdc3dbd6
--- /dev/null
+++ b/translations/pt-BR/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio.md
@@ -0,0 +1,87 @@
+---
+title: Introdução ao GitHub Copilot no Visual Studio
+shortTitle: Visual Studio
+product: '{% data reusables.gated-features.copilot %}'
+intro: 'Aprenda a instalar {% data variables.product.prodname_copilot %} em {% data variables.product.prodname_vs %} e comece a ver sugestões conforme você escreve comentários e códigos.'
+versions:
+ feature: copilot
+topics:
+ - Copilot
+---
+
+## Sobre {% data variables.product.prodname_copilot %} e Visual Studio
+
+{% data reusables.copilot.procedural-intro %}
+
+Se você usar {% data variables.product.prodname_vs %}, você pode ver e incorporar sugestões de {% data variables.product.prodname_copilot %} diretamente no editor. Este guia demonstra como usar {% data variables.product.prodname_copilot %} em {% data variables.product.prodname_vs %} para Windows.
+
+## Pré-requisitos
+
+Para usar {% data variables.product.prodname_copilot %} em {% data variables.product.prodname_vs %}, você deve ter {% data variables.product.prodname_vs %} 2022 17.2 ou superior instalado. Para obter mais informações, consulte a documentação do [Visual Studio IDE](https://visualstudio.microsoft.com/vs/).
+
+{% note %}
+
+**Observação**: {% data variables.product.prodname_copilot %} não está disponível para uso com o Visual Studio para Mac.
+
+{% endnote %}
+
+## Instalando a extensão de {% data variables.product.prodname_vs %}
+
+Para usar {% data variables.product.prodname_copilot %}, é preciso primeiro instalar a extensão de {% data variables.product.prodname_vs %}.
+1. Na barra de ferramentas do Visual Studio, clique em **Extensões** e, em seguida, clique em **Gerenciar extensões**. 
+1. Na janela "Gerenciar extensões", clique em ****Marketplace do Visual Studio, pesquise a extensão {% data variables.product.prodname_copilot %} e clique em **Download**. 
+1. Feche a janela "Gerenciar extensões" e, em seguida, saia e abra novamente {% data variables.product.prodname_vs %}.
+1. Opcionalmente, para verificar se {% data variables.product.prodname_copilot %} está instalado e habilitado, volte para **Gerenciar extensões**, clique em **Instalado** para visualizar suas extensões instaladas atualmente e clique em **{% data variables.product.prodname_copilot %}** para ver as informações de status. 
+1. Abra ou crie um novo projeto em {% data variables.product.prodname_vs %}.
+1. Na caixa de diálogo "Microsoft {% data variables.product.prodname_vs %}", para copiar o código de ativação do dispositivo, clique **OK**. 
+1. Uma janela de ativação do dispositivo será aberta no seu navegador. Cole o código do dispositivo e clique em **Continuar**.
+
+ - Para colar o código no Windows ou Linux, pressione Ctrl+v.
+ - Para colar o código no macOS, pressione command+v.
+1. {% data variables.product.prodname_dotcom %} solicitará as permissões necessárias para {% data variables.product.prodname_copilot %}. Para aprovar essas permissões, clique em **Autorizar plugin de {% data variables.product.prodname_copilot %}**.
+1. Depois de aprovar as permissões, {% data variables.product.prodname_vs %} mostrará uma confirmação. 
+
+## Vendo sua primeira sugestão
+{% data reusables.copilot.supported-languages %} As seguintes amostras estão em C#, mas outras linguagens funcionarão da mesma forma.
+
+{% data reusables.copilot.create-c-file %}
+1. No arquivo C#, digite o cabeçalho da função a seguir. {% data variables.product.prodname_copilot %} sugerirá automaticamente o texto inteiro da função em texto cinza, como mostrado abaixo. A sugestão exata pode variar.
+ ```csharp{:copy}
+ function calculateDaysBetweenDates(begin, end) {
+ ```
+ 
+{% data reusables.copilot.accept-suggestion %}
+
+## Vendo sugestões alternativas
+{% data reusables.copilot.alternative-suggestions %}
+{% data reusables.copilot.create-c-file %}
+1. No arquivo C#, digite o cabeçalho da função a seguir. {% data variables.product.prodname_copilot %} irá mostrar-lhe uma sugestão.
+
+ ```csharp{:copy}
+ function calculateDaysBetweenDates(begin, end) {
+ ```
+1. Se sugestões alternativas estiverem disponíveis, você poderá vê-las pressionando Alt+] (ou Alt+[).
+1. Opcionalmente, você pode passar o mouse sobre a sugestão para ver a paleta de comando de {% data variables.product.prodname_copilot %} para escolher sugestões.
+{% data reusables.copilot.accept-or-reject-suggestion %}
+
+## Generating code suggestions from comments
+
+{% data reusables.copilot.generating-suggestions-from-comments %}
+
+{% data reusables.copilot.create-c-file %}
+1. No arquivo C#, digite o comentário a seguir. {% data variables.product.prodname_copilot %} sugerirá uma implementação da função.
+ ```csharp{:copy}
+ using System.Xml.Linq;
+
+ var doc = XDocument.Load("index.xhml");
+
+ // find all images
+ ```
+{% data reusables.copilot.accept-suggestion %}
+
+
+{% data reusables.copilot.enabling-or-disabling-vs %}
+
+## Leia mais
+
+- [{% data variables.product.prodname_copilot %}](https://copilot.github.com/)
diff --git a/translations/pt-BR/content/copilot/getting-started-with-github-copilot/index.md b/translations/pt-BR/content/copilot/getting-started-with-github-copilot/index.md
new file mode 100644
index 000000000000..cc1cd1311aa5
--- /dev/null
+++ b/translations/pt-BR/content/copilot/getting-started-with-github-copilot/index.md
@@ -0,0 +1,15 @@
+---
+title: Primeiros passos com o GitHub Copilot
+shortTitle: Comece a usar o GitHub Copilot
+intro: 'Você pode começar a usar o {% data variables.product.prodname_copilot %}, instalando a extensão em seu ambiente preferido.'
+versions:
+ feature: copilot
+topics:
+ - Copilot
+children:
+ - /getting-started-with-github-copilot-in-visual-studio-code
+ - /getting-started-with-github-copilot-in-visual-studio
+ - /getting-started-with-github-copilot-in-a-jetbrains-ide
+ - /getting-started-with-github-copilot-in-neovim
+---
+
diff --git a/translations/pt-BR/content/copilot/index.md b/translations/pt-BR/content/copilot/index.md
new file mode 100644
index 000000000000..30fbac903b86
--- /dev/null
+++ b/translations/pt-BR/content/copilot/index.md
@@ -0,0 +1,34 @@
+---
+title: GitHub Copilot
+shortTitle: GitHub Copilot
+intro: 'You can use {% data variables.product.prodname_copilot %} to get autocomplete-style suggestions from an AI pair programmer as you code.'
+redirect_from:
+ - /github/copilot
+changelog:
+ label: copilot
+introLinks:
+ overview: /copilot/overview-of-github-copilot/about-github-copilot
+ quickstart: /copilot/quickstart
+featuredLinks:
+ guides:
+ - /copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio-code
+ - /copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-a-jetbrains-ide
+ - /copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio
+ - /copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-neovim
+ popular:
+ - /billing/managing-billing-for-github-copilot/about-billing-for-github-copilot
+ - /copilot/configuring-github-copilot/configuring-github-copilot-in-visual-studio-code
+ - /copilot/configuring-github-copilot/configuring-github-copilot-in-a-jetbrains-ide
+ - /copilot/configuring-github-copilot/configuring-github-copilot-in-visual-studio
+layout: product-landing
+versions:
+ feature: copilot
+children:
+ - /quickstart
+ - /overview-of-github-copilot
+ - /getting-started-with-github-copilot
+ - /configuring-github-copilot
+topics:
+ - Copilot
+---
+
diff --git a/translations/pt-BR/content/copilot/overview-of-github-copilot/about-github-copilot.md b/translations/pt-BR/content/copilot/overview-of-github-copilot/about-github-copilot.md
new file mode 100644
index 000000000000..f0f2380bd705
--- /dev/null
+++ b/translations/pt-BR/content/copilot/overview-of-github-copilot/about-github-copilot.md
@@ -0,0 +1,39 @@
+---
+title: Sobre o GitHub Copilot
+intro: '{% data variables.product.prodname_copilot %} pode ajudar você a codificar oferecendo sugestões de preenchimento automático. Você pode aprender o que considerar ao usar {% data variables.product.prodname_copilot %} e como {% data variables.product.prodname_copilot %} funciona.'
+versions:
+ feature: copilot
+topics:
+ - Copilot
+shortTitle: Sobre o GitHub Copilot
+---
+
+## Sobre {% data variables.product.prodname_copilot %}
+
+{% data variables.product.prodname_copilot %} is an AI pair programmer that offers autocomplete-style suggestions as you code. Você pode receber sugestões de {% data variables.product.prodname_copilot %}, começando a escrever o código que deseja usar ou escrevendo um comentário em linguagem natural, descrevendo o que você quer que o código faça. {% data variables.product.prodname_copilot %} analisa o contexto no arquivo que você está editando, bem como arquivos relacionados e oferece sugestões de dentro de seu editor de texto.
+
+{% data variables.product.prodname_copilot %} é otimizado para ajudar você a escrever Python, JavaScript, TypeScript, Ruby, Go, C# ou C++. Você também pode usar {% data variables.product.prodname_copilot %} para gerar sugestões em outras linguagens e uma grande variedade de estruturas. {% data variables.product.prodname_copilot %} é alimentado pelo OpenAI Codex, um novo sistema de IA criado pela OpenAI.
+
+{% data variables.product.prodname_copilot %} está disponível como uma extensão em Visual Studio Code, Visual Studio, Neovim e no conjunto de IDEs do JetBrains. Para obter mais informações, consulte "[Introdução ao {% data variables.product.prodname_copilot %}](/copilot/getting-started-with-github-copilot)".
+
+## Usar {% data variables.product.prodname_copilot %}
+
+Você pode ver exemplos reais de {% data variables.product.prodname_copilot %} em ação. Para obter mais informações, consulte o site [{% data variables.product.prodname_copilot %}](https://copilot.github.com/).
+
+O GitHub Copilot oferece sugestões de um modelo que o OpenAI construiu a partir de bilhões de linhas de código-fonte aberto. Como resultado, o conjunto de treinamento para {% data variables.product.prodname_copilot %} pode conter padrões de codificação inseguros, erros ou referências a APIs ou expressões desatualizadas. Quando {% data variables.product.prodname_copilot %} produz sugestões com base nesses dados de treinamento, essas sugestões também podem conter padrões indesejáveis.
+
+Você é responsável por garantir a segurança e a qualidade do seu código. Recomendamos que você tome as mesmas precauções ao usar o código gerado por {% data variables.product.prodname_copilot %} que você faria ao usar qualquer código que não foi escrito por você. Essas precauções incluem testes rigorosos, digitalização de IP e rastreamento de vulnerabilidades de segurança. {% data variables.product.company_short %} fornece uma série de funcionalidades para ajudar você a monitorar e melhorar a qualidade do código, como {% data variables.product.prodname_actions %}, {% data variables.product.prodname_dependabot %}, {% data variables.product.prodname_codeql %} e {% data variables.product.prodname_code_scanning %}. Todos esses recursos são gratuitos para uso em repositórios públicos. Para obter mais informações, consulte "[Entendendo {% data variables.product.prodname_actions %}](/actions/learn-github-actions/understanding-github-actions)" e "[Funcionalidades de segurança de {% data variables.product.company_short %}](/code-security/getting-started/github-security-features).".
+
+{% data variables.product.prodname_copilot %} usa filtros para bloquear palavras ofensivas nas instruções e evitar produzir sugestões em contextos sensíveis. We are committed to constantly improving the filter system to more intelligently detect and remove offensive suggestions generated by {% data variables.product.prodname_copilot %}, including biased, discriminatory, or abusive outputs. If you see an offensive suggestion generated by {% data variables.product.prodname_copilot %}, please report the suggestion directly to copilot-safety@github.com so that we can improve our safeguards.
+
+## Sobre a cobrança do {% data variables.product.prodname_copilot %}
+
+{% data variables.product.prodname_copilot %} is a paid feature, requiring a monthly or yearly subscription. Verified students and maintainers of popular open source projects on {% data variables.product.prodname_dotcom %} are eligible to use {% data variables.product.prodname_copilot %} for free. If you meet the criteria for a free {% data variables.product.prodname_copilot %} subscription, you will be automatically notified when you visit the {% data variables.product.prodname_copilot %} subscription page. If you do not meet the criteria for a free {% data variables.product.prodname_copilot %} subscription, you will be offered a 60 day free trial, after which a paid subscription is required for continued use. Para obter mais informações, consulte "[Sobre a cobrança do {% data variables.product.prodname_copilot %}](/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot)".
+
+## {% data variables.product.prodname_copilot %} Licensing Information for JetBrains Plugin
+
+{% data variables.product.prodname_dotcom %}, Inc. is the licensor of the JetBrains plugin. The end user license agreement for this plugin is the [{% data variables.product.prodname_dotcom %} Terms for Additional Products and Features](/free-pro-team@latest/site-policy/github-terms/github-terms-for-additional-products-and-features#github-copilot) and use of this plugin is subject to those terms. JetBrains has no responsibility or liability in connection with the plugin or such agreement. By using the plugin, you agree to the foregoing terms.
+
+## Leia mais
+
+- "[{% data variables.product.company_short %} Terms for Additional Products and Features](/free-pro-team@latest/site-policy/github-terms/github-terms-for-additional-products-and-features#github-copilot)"
diff --git a/translations/pt-BR/content/copilot/overview-of-github-copilot/index.md b/translations/pt-BR/content/copilot/overview-of-github-copilot/index.md
new file mode 100644
index 000000000000..a7b40172b71b
--- /dev/null
+++ b/translations/pt-BR/content/copilot/overview-of-github-copilot/index.md
@@ -0,0 +1,12 @@
+---
+title: Visão geral do GitHub Copilot
+shortTitle: Visão geral do GitHub Copilot
+intro: 'Saiba mais sobre {% data variables.product.prodname_copilot %}, incluindo casos de uso e termos que regem os dados de {% data variables.product.prodname_copilot %}.'
+versions:
+ feature: copilot
+topics:
+ - Copilot
+children:
+ - /about-github-copilot
+---
+
diff --git a/translations/pt-BR/content/copilot/quickstart.md b/translations/pt-BR/content/copilot/quickstart.md
new file mode 100644
index 000000000000..a18dea0b9703
--- /dev/null
+++ b/translations/pt-BR/content/copilot/quickstart.md
@@ -0,0 +1,65 @@
+---
+title: Quickstart for GitHub Copilot
+intro: '{% data variables.product.prodname_copilot %} can help you work, by offering inline suggestions as you code.'
+product: '{% data reusables.gated-features.copilot %}'
+allowTitleToDifferFromFilename: true
+versions:
+ feature: 'copilot'
+shortTitle: Quickstart
+topics:
+ - Copilot
+---
+
+## Introduction
+
+{% data variables.product.prodname_copilot %} is an AI pair programmer. You can use {% data variables.product.prodname_copilot %} to get suggestions for whole lines or entire functions right inside your editor.
+
+This guide will show you how to sign up for {% data variables.product.prodname_copilot %}, install the {% data variables.product.prodname_copilot %} extension in {% data variables.product.prodname_vscode %}, and get your first suggestion. For more information on {% data variables.product.prodname_copilot %}, see "[About {% data variables.product.prodname_copilot %}](/copilot/overview-of-github-copilot/about-github-copilot)." For more in-depth information on how to use {% data variables.product.prodname_copilot %} in a variety of environments, see "[Getting Started](/copilot/getting-started-with-github-copilot)."
+
+## Prerequisites
+
+{% data reusables.copilot.copilot-prerequisites %}
+- To use {% data variables.product.prodname_copilot %} in {% data variables.product.prodname_vscode %}, you must have {% data variables.product.prodname_vscode %} installed. For more information, see the [{% data variables.product.prodname_vscode %}](https://code.visualstudio.com/) documentation.
+
+## Signing up for {% data variables.product.prodname_copilot %}
+
+{% data reusables.copilot.signup-procedure %}
+
+## Installing the {% data variables.product.prodname_copilot %} extension for {% data variables.product.prodname_vscode %}
+
+To use {% data variables.product.prodname_copilot %}, you must first install the {% data variables.product.prodname_vscode %} extension.
+
+1. In the {% data variables.product.prodname_vscode %} Marketplace, go to the [{% data variables.product.prodname_copilot %} extension](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) page and click **Install**.
+ 
+1. A popup will appear, asking to open {% data variables.product.prodname_vscode %}. Click **Open {% data variables.product.prodname_vscode %}**.
+1. In the "Extension: {% data variables.product.prodname_copilot %}" tab in {% data variables.product.prodname_vscode %}, click **Install**.
+ 
+1. If you have not previously authorized {% data variables.product.prodname_vscode %} in your {% data variables.product.prodname_dotcom %} account, you will be prompted to sign in to {% data variables.product.prodname_dotcom %} in {% data variables.product.prodname_vscode %}.
+ - If you have previously authorized {% data variables.product.prodname_vscode %} in your {% data variables.product.prodname_dotcom %} account, {% data variables.product.prodname_copilot %} will be automatically authorized.
+ 
+1. In your browser, {% data variables.product.prodname_dotcom %} will request the necessary permissions for {% data variables.product.prodname_copilot %}. To approve these permissions, click **Authorize {% data variables.product.prodname_vscode %}**.
+1. In {% data variables.product.prodname_vscode %}, in the "{% data variables.product.prodname_vscode %}" dialogue box, to confirm the authentication, click **Open**.
+
+## Getting your first suggestion
+
+{% data reusables.copilot.supported-languages %} The following samples are in JavaScript, but other languages will work similarly.
+
+1. Open {% data variables.product.prodname_vscode %}.
+{% data reusables.copilot.create-js-file %}
+{% data reusables.copilot.type-function-header %}
+ {% data variables.product.prodname_copilot %} will automatically suggest an entire function body in grayed text, as shown below. The exact suggestion may vary.
+ 
+{% data reusables.copilot.accept-suggestion %}
+
+## Next Steps
+
+You successfully installed {% data variables.product.prodname_copilot %} and received your first suggestion, but that's just the beginning! Here are some helpful resources for taking your next steps with {% data variables.product.prodname_copilot %}.
+
+- [Getting Started](/copilot/getting-started-with-github-copilot): You've learned how to get your first suggestion in {% data variables.product.prodname_vscode %}. These guides show you how to set up and navigate the various functions of {% data variables.product.prodname_copilot %} across all of the supported environments.
+- [{% data variables.product.prodname_copilot %}](https://copilot.github.com/): See practical examples of how {% data variables.product.prodname_copilot %} can help you work.
+- [Configuring {% data variables.product.prodname_copilot %}](/copilot/configuring-github-copilot): These guides provide details on how to configure {% data variables.product.prodname_copilot %} to your personal preferences.
+
+
+## Further reading
+
+- [About {% data variables.product.prodname_copilot %}](/copilot/overview-of-github-copilot/about-github-copilot)
diff --git a/translations/pt-BR/content/desktop/index.md b/translations/pt-BR/content/desktop/index.md
index b77c0e6ebf80..6c412650a51c 100644
--- a/translations/pt-BR/content/desktop/index.md
+++ b/translations/pt-BR/content/desktop/index.md
@@ -1,7 +1,7 @@
---
title: GitHub Desktop
shortTitle: GitHub Desktop
-intro: 'With GitHub Desktop, you can interact with GitHub using a GUI instead of the command line or a web browser. You can use GitHub Desktop to complete most Git commands from your desktop, such as pushing to, pulling from, and cloning remote repositories, attributing commits, and creating pull requests, with visual confirmation of changes.'
+intro: 'Com o GitHub Desktop, você pode interagir com o GitHub usando um GUI em vez da linha de comando ou um navegador da web. Você pode usar o GitHub Desktop para realizar a maioria dos comandos do git da sua área de trabalho como, por exemplo, push, pull, cloncar repositórios remotos, atribuir commits e criar pull requests, com confirmação visual de alterações.'
introLinks:
overview: /desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop
featuredLinks:
diff --git a/translations/pt-BR/content/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters.md b/translations/pt-BR/content/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters.md
index 19f60184750d..b28095cf52bf 100644
--- a/translations/pt-BR/content/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters.md
+++ b/translations/pt-BR/content/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters.md
@@ -59,39 +59,39 @@ Lista completa de parâmetros de consulta, permissões e eventos disponíveis en
Você pode selecionar permissões em uma string de consultas usando o nome da permissão na tabela a seguir como o nome do parâmetro de consulta e o tipo de permissão como valor da consulta. Por exemplo, para selecionar permissões de `Leitura & gravação` na interface de usuário para `conteúdo`, sua string de consulta incluiria `&contents=write`. Para selecionar as permissões `Somente leitura` na interface de usuário para `bloquear`, sua string de consulta incluiria `&blocking=read`. Para selecionar `sem acesso` na interface do usuário para `verificações`, sua string de consulta não incluiria a permissão `verificações`.
-| Permissão | Descrição |
-| -------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Permissão | Descrição |
+| -------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [`administração`](/rest/reference/permissions-required-for-github-apps/#permission-on-administration) | Concede acesso a vários pontos finais para administração de organização e repositório. Pode ser: `nenhum`, `leitura` ou `gravação`.{% ifversion fpt or ghec %}
| [`bloqueio`](/rest/reference/permissions-required-for-github-apps/#permission-on-blocking) | Concede acesso à [API de usuários de bloqueio](/rest/reference/users#blocking). Pode ser: `nenhum`, `leitura` ou `gravação`.{% endif %}
| [`Verificações`](/rest/reference/permissions-required-for-github-apps/#permission-on-checks) | Concede acesso à [API de verificação](/rest/reference/checks). Pode ser: `nenhum`, `leitura` ou `gravação`.{% ifversion ghes < 3.4 %}
| `content_references` | Concede acesso ao ponto final "[Criar um anexo de conteúdo](/rest/reference/apps#create-a-content-attachment). Pode ser: `nenhum`, `leitura` ou `gravação`.{% endif %}
-| [`Conteúdo`](/rest/reference/permissions-required-for-github-apps/#permission-on-contents) | Concede acesso a vários pontos finais que permitem modificar o conteúdo do repositório. Pode ser: `nenhum`, `leitura` ou `gravação`. |
+| [`Conteúdo`](/rest/reference/permissions-required-for-github-apps/#permission-on-contents) | Concede acesso a vários pontos finais que permitem modificar o conteúdo do repositório. Pode ser: `nenhum`, `leitura` ou `gravação`. |
| [`Implantações`](/rest/reference/permissions-required-for-github-apps/#permission-on-deployments) | Concede acesso à [API de implementação](/rest/reference/repos#deployments). Pode ser: `nenhum`, `leitura` ou `gravação`.{% ifversion fpt or ghes or ghec %}
| [`emails`](/rest/reference/permissions-required-for-github-apps/#permission-on-emails) | Concede acesso à [API de e-mails](/rest/reference/users#emails). Pode ser: `nenhum`, `leitura` ou `gravação`.{% endif %}
-| [`seguidores`](/rest/reference/permissions-required-for-github-apps/#permission-on-followers) | Concede acesso à [API de seguidores](/rest/reference/users#followers). Pode ser: `nenhum`, `leitura` ou `gravação`. |
-| [`gpg_keys`](/rest/reference/permissions-required-for-github-apps/#permission-on-gpg-keys) | Concede acesso à [API de chaves de GPG](/rest/reference/users#gpg-keys). Pode ser: `nenhum`, `leitura` ou `gravação`. |
-| [`Problemas`](/rest/reference/permissions-required-for-github-apps/#permission-on-issues) | Concede acesso à [API de problemas](/rest/reference/issues). Pode ser: `nenhum`, `leitura` ou `gravação`. |
-| [`chaves`](/rest/reference/permissions-required-for-github-apps/#permission-on-keys) | Concede acesso à [API de chaves públicas](/rest/reference/users#keys). Pode ser: `nenhum`, `leitura` ou `gravação`. |
+| [`seguidores`](/rest/reference/permissions-required-for-github-apps/#permission-on-followers) | Concede acesso à [API de seguidores](/rest/reference/users#followers). Pode ser: `nenhum`, `leitura` ou `gravação`. |
+| [`gpg_keys`](/rest/reference/permissions-required-for-github-apps/#permission-on-gpg-keys) | Concede acesso à [API de chaves de GPG](/rest/reference/users#gpg-keys). Pode ser: `nenhum`, `leitura` ou `gravação`. |
+| [`Problemas`](/rest/reference/permissions-required-for-github-apps/#permission-on-issues) | Concede acesso à [API de problemas](/rest/reference/issues). Pode ser: `nenhum`, `leitura` ou `gravação`. |
+| [`chaves`](/rest/reference/permissions-required-for-github-apps/#permission-on-keys) | Concede acesso à [API de chaves públicas](/rest/reference/users#keys). Pode ser: `nenhum`, `leitura` ou `gravação`. |
| [`members`](/rest/reference/permissions-required-for-github-apps/#permission-on-members) | Concede acesso para gerenciar os membros de uma organização. Pode ser: `nenhum`, `leitura` ou `gravação`.{% ifversion fpt or ghec %}
-| [`metadados`](/rest/reference/permissions-required-for-github-apps/#metadata-permissions) | Concede acesso a pontos finais somente leitura que não vazam dados confidenciais. Pode ser `leitura ` ou `nenhum`. O padrão é `leitura`, ao definir qualquer permissão, ou `nenhum` quando você não especificar nenhuma permissão para o {% data variables.product.prodname_github_app %}. |
+| [`metadados`](/rest/reference/permissions-required-for-github-apps/#metadata-permissions) | Concede acesso a pontos finais somente leitura que não vazam dados confidenciais. Pode ser `leitura ` ou `nenhum`. O padrão é `leitura`, ao definir qualquer permissão, ou `nenhum` quando você não especificar nenhuma permissão para o {% data variables.product.prodname_github_app %}. |
| [`organization_administration`](/rest/reference/permissions-required-for-github-apps/#permission-on-organization-administration) | Concede acesso ao ponto final "[Atualizar uma organização](/rest/reference/orgs#update-an-organization)" ponto final e Pa [API de restrições de interação da organização](/rest/reference/interactions#set-interaction-restrictions-for-an-organization). Pode ser: `nenhum`, `leitura` ou `gravação`.{% endif %}
-| [`organization_hooks`](/rest/reference/permissions-required-for-github-apps/#permission-on-organization-hooks) | Concede acesso à [API de webhooks da organização](/rest/reference/orgs#webhooks/). Pode ser: `nenhum`, `leitura` ou `gravação`. |
-| `organization_plan` | Concede acesso para obter informações sobre o plano de uma organização usando o ponto final "[Obter uma organização](/rest/reference/orgs#get-an-organization)". Pode ser: `nenhum` ou `leitura`. |
+| [`organization_hooks`](/rest/reference/permissions-required-for-github-apps/#permission-on-organization-hooks) | Concede acesso à [API de webhooks da organização](/rest/reference/orgs#webhooks/). Pode ser: `nenhum`, `leitura` ou `gravação`. |
+| `organization_plan` | Concede acesso para obter informações sobre o plano de uma organização usando o ponto final "[Obter uma organização](/rest/reference/orgs#get-an-organization)". Pode ser: `nenhum` ou `leitura`. |
| [`organization_projects`](/rest/reference/permissions-required-for-github-apps/#permission-on-organization-projects) | Concede acesso à [API de Projetos](/rest/reference/projects). Pode ser: `nenhum`, `leitura`, `gravação` ou `administrador`.{% ifversion fpt or ghec %}
| [`organization_user_blocking`](/rest/reference/permissions-required-for-github-apps/#permission-on-organization-projects) | Concede acesso à [API de usuários de bloqueio da organização](/rest/reference/orgs#blocking). Pode ser: `nenhum`, `leitura` ou `gravação`.{% endif %}
-| [`Páginas`](/rest/reference/permissions-required-for-github-apps/#permission-on-pages) | Concede acesso à [API de páginas](/rest/reference/repos#pages). Pode ser: `nenhum`, `leitura` ou `gravação`. |
-| `plano` | Concede acesso para obter informações sobre o plano de um usuário do GitHub que usa o ponto final "[Obter um usuário](/rest/reference/users#get-a-user)". Pode ser: `nenhum` ou `leitura`. |
-| [`pull_requests`](/rest/reference/permissions-required-for-github-apps/#permission-on-pull-requests) | Concede acesso a vários pontos finais do pull request. Pode ser: `nenhum`, `leitura` ou `gravação`. |
-| [`repository_hooks`](/rest/reference/permissions-required-for-github-apps/#permission-on-repository-hooks) | Concede acesso à [API de webhooks do repositório](/rest/reference/repos#hooks). Pode ser: `nenhum`, `leitura` ou `gravação`. |
+| [`Páginas`](/rest/reference/permissions-required-for-github-apps/#permission-on-pages) | Concede acesso à [API de páginas](/rest/reference/repos#pages). Pode ser: `nenhum`, `leitura` ou `gravação`. |
+| `plano` | Concede acesso para obter informações sobre o plano de um usuário do GitHub que usa o ponto final "[Obter um usuário](/rest/reference/users#get-a-user)". Pode ser: `nenhum` ou `leitura`. |
+| [`pull_requests`](/rest/reference/permissions-required-for-github-apps/#permission-on-pull-requests) | Concede acesso a vários pontos finais do pull request. Pode ser: `nenhum`, `leitura` ou `gravação`. |
+| [`repository_hooks`](/rest/reference/permissions-required-for-github-apps/#permission-on-repository-hooks) | Concede acesso à [API de webhooks do repositório](/rest/reference/repos#hooks). Pode ser: `nenhum`, `leitura` ou `gravação`. |
| [`repository_projects`](/rest/reference/permissions-required-for-github-apps/#permission-on-repository-projects) | Concede acesso à [API de Projetos](/rest/reference/projects). Pode ser: `nenhum`, `leitura`, `gravação` ou `administrador`.{% ifversion ghes or ghec %}
| [`secret_scanning_alerts`](/rest/reference/permissions-required-for-github-apps/#permission-on-secret-scanning-alerts) | Concede acesso à [API de varredura de segredo](/rest/reference/secret-scanning). Pode ser: `none`, `read` ou `write`.{% endif %}{% ifversion fpt or ghes or ghec %}
| [`security_events`](/rest/reference/permissions-required-for-github-apps/#permission-on-security-events) | Concede acesso à [API de varredura de código](/rest/reference/code-scanning/). Pode ser: `nenhum`, `leitura` ou `gravação`.{% endif %}
-| [`single_file`](/rest/reference/permissions-required-for-github-apps/#permission-on-single-file) | Concede acesso à [API de conteúdo](/rest/reference/repos#contents). Pode ser: `nenhum`, `leitura` ou `gravação`. |
-| [`estrela`](/rest/reference/permissions-required-for-github-apps/#permission-on-starring) | Concede acesso à [API estrelada](/rest/reference/activity#starring). Pode ser: `nenhum`, `leitura` ou `gravação`. |
-| [`Status`](/rest/reference/permissions-required-for-github-apps/#permission-on-statuses) | Concede acesso à [API de status](/rest/reference/commits#commit-statuses). Pode ser: `nenhum`, `leitura` ou `gravação`. |
+| [`single_file`](/rest/reference/permissions-required-for-github-apps/#permission-on-single-file) | Concede acesso à [API de conteúdo](/rest/reference/repos#contents). Pode ser: `nenhum`, `leitura` ou `gravação`. |
+| [`estrela`](/rest/reference/permissions-required-for-github-apps/#permission-on-starring) | Concede acesso à [API estrelada](/rest/reference/activity#starring). Pode ser: `nenhum`, `leitura` ou `gravação`. |
+| [`Status`](/rest/reference/permissions-required-for-github-apps/#permission-on-statuses) | Concede acesso à [API de status](/rest/reference/commits#commit-statuses). Pode ser: `nenhum`, `leitura` ou `gravação`. |
| [`team_discussions`](/rest/reference/permissions-required-for-github-apps/#permission-on-team-discussions) | Concede acesso à [API de discussões de equipe](/rest/reference/teams#discussions) e à [API de comentários de discussão de equipe](/rest/reference/teams#discussion-comments). Pode ser: `nenhum`, `leitura` ou `gravação`.{% ifversion fpt or ghes or ghae or ghec %}
-| `vulnerability_alerts` | Grants access to receive {% data variables.product.prodname_dependabot_alerts %} in a repository. Consulte "[Sobre {% data variables.product.prodname_dependabot_alerts %}](/code-security/dependabot/dependabot-alerts/about-dependabot-alerts)" para saber mais. Pode ser: `none` ou `read`.{% endif %}
-| `inspecionando` | Concede acesso à lista e alterações de repositórios que um usuário assinou. Pode ser: `nenhum`, `leitura` ou `gravação`. |
+| `vulnerability_alerts` | Concede acesso para receber {% data variables.product.prodname_dependabot_alerts %} em um repositório. Consulte "[Sobre {% data variables.product.prodname_dependabot_alerts %}](/code-security/dependabot/dependabot-alerts/about-dependabot-alerts)" para saber mais. Pode ser: `none` ou `read`.{% endif %}
+| `inspecionando` | Concede acesso à lista e alterações de repositórios que um usuário assinou. Pode ser: `nenhum`, `leitura` ou `gravação`. |
## Eventos webhook do {% data variables.product.prodname_github_app %}
diff --git a/translations/pt-BR/content/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps.md b/translations/pt-BR/content/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps.md
index bf6c4de7d8a8..7194164a8ae2 100644
--- a/translations/pt-BR/content/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps.md
+++ b/translations/pt-BR/content/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps.md
@@ -159,7 +159,7 @@ Como as permissões de nível de usuário são concedidas em uma base de usuári
## Solicitações de usuário para servidor
-Embora a maior parte da interação da sua API deva ocorrer usando os tokens de acesso de servidor para servidor, certos pontos de extremidade permitem que você execute ações por meio da API usando um token de acesso do usuário. Your app can make the following requests using [GraphQL]({% ifversion ghec %}/free-pro-team@latest{% endif %}/graphql) or [REST](/rest) endpoints.
+Embora a maior parte da interação da sua API deva ocorrer usando os tokens de acesso de servidor para servidor, certos pontos de extremidade permitem que você execute ações por meio da API usando um token de acesso do usuário. Seu aplicativo pode fazer as seguintes solicitações usando pontos de extremidade do [GraphQL]({% ifversion ghec %}/free-pro-team@latest{% endif %}/graphql) ou [REST](/rest).
### Pontos de extremidade compatíveis
diff --git a/translations/pt-BR/content/developers/apps/building-oauth-apps/scopes-for-oauth-apps.md b/translations/pt-BR/content/developers/apps/building-oauth-apps/scopes-for-oauth-apps.md
index a211c5a5656a..ec4844a975ad 100644
--- a/translations/pt-BR/content/developers/apps/building-oauth-apps/scopes-for-oauth-apps.md
+++ b/translations/pt-BR/content/developers/apps/building-oauth-apps/scopes-for-oauth-apps.md
@@ -64,7 +64,9 @@ X-Accepted-OAuth-Scopes: user
| **`usuário`** | Concede acesso de leitura/gravação apenas às informações do perfil. Observe que este escopo inclui `user:email` e `user:follow`. |
| `read:user` | Concede acesso para ler as informações do perfil de um usuário. |
| `usuário:email` | Concede acesso de leitura aos endereços de e-mail de um usuário. |
-| `user:follow` | Concede acesso para seguir ou deixar de seguir outros usuários. |
+| `user:follow` | Grants access to follow or unfollow other users.{% ifversion projects-oauth-scope %}
+| **`project`** | Grants read/write access to user and organization projects (beta). |
+| `read:project` | Grants read only access to user and organization projects (beta).{% endif %}
| **`delete_repo`** | Concede acesso para excluir repositórios administráveis. |
| **`write:discussion`** | Permite acesso de leitura e gravação para discussões da equipe. |
| `leia:discussion` | Permite acesso de leitura para discussões em equipe. |
diff --git a/translations/pt-BR/content/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps.md b/translations/pt-BR/content/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps.md
index 3414e9310d7e..e13a56cf7463 100644
--- a/translations/pt-BR/content/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps.md
+++ b/translations/pt-BR/content/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps.md
@@ -53,7 +53,7 @@ Recomendamos que você reveja a lista de pontos finais de API de que você preci
### Projete para permanecer dentro dos limites de taxa da API
-Os aplicativos GitHub usam [regras móveis para limites de taxa](/apps/building-github-apps/understanding-rate-limits-for-github-apps/), que podem aumentar com base no número de repositórios e usuários da organização. A GitHub App can also make use of [conditional requests](/rest/overview/resources-in-the-rest-api#conditional-requests) or consolidate requests by using the [GraphQL API]({% ifversion ghec %}/free-pro-team@latest{% endif %}/graphql).
+Os aplicativos GitHub usam [regras móveis para limites de taxa](/apps/building-github-apps/understanding-rate-limits-for-github-apps/), que podem aumentar com base no número de repositórios e usuários da organização. Um aplicativo do GitHub também pode usar [solicitações condicionais](/rest/overview/resources-in-the-rest-api#conditional-requests) ou consolidar solicitações usando a [API do GraphQL]({% ifversion ghec %}/free-pro-team@latest{% endif %}/graphql).
### Cadastre um novo aplicativo GitHub
diff --git a/translations/pt-BR/content/developers/webhooks-and-events/webhooks/webhook-events-and-payloads.md b/translations/pt-BR/content/developers/webhooks-and-events/webhooks/webhook-events-and-payloads.md
index b79762d2b313..c60704778ba3 100644
--- a/translations/pt-BR/content/developers/webhooks-and-events/webhooks/webhook-events-and-payloads.md
+++ b/translations/pt-BR/content/developers/webhooks-and-events/webhooks/webhook-events-and-payloads.md
@@ -1343,7 +1343,7 @@ O conjunto de dados consultivos de segurança também alimentam o GitHub {% data
## security_and_analysis
-Activity related to enabling or disabling code security and analysis features for a repository or organization.
+Atividade relacionada à habilitação ou desabilitação de recursos de segurança e análise de código para um repositório ou organização.
### Disponibilidade
@@ -1353,9 +1353,9 @@ Activity related to enabling or disabling code security and analysis features fo
### Objeto da carga do webhook
-| Tecla | Tipo | Descrição |
-| ------------ | -------- | ---------------------------------------------------------------------- |
-| `alterações` | `objeto` | The changes that were made to the code security and analysis features. |
+| Tecla | Tipo | Descrição |
+| ------------ | -------- | ------------------------------------------------------------------------------------ |
+| `alterações` | `objeto` | As alterações que foram feitas nas funcionalidades de segurança e análise do código. |
{% data reusables.webhooks.repo_desc %}
{% data reusables.webhooks.org_desc %}
{% data reusables.webhooks.app_desc %}
diff --git a/translations/pt-BR/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/about-github.amrom.workers.devmunity-exchange.md b/translations/pt-BR/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/about-github.amrom.workers.devmunity-exchange.md
index 4eadae1b34ea..263f2ef30474 100644
--- a/translations/pt-BR/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/about-github.amrom.workers.devmunity-exchange.md
+++ b/translations/pt-BR/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/about-github.amrom.workers.devmunity-exchange.md
@@ -1,30 +1,30 @@
---
-title: About GitHub Community Exchange
-intro: 'As a student, learn the skills you need to contribute to open source projects and grow your own portfolio, with {% data variables.product.prodname_community_exchange %}.'
+title: Sobre o GitHub Community Exchange
+intro: 'Como estudante, aprenda as habilidades que você precisa para contribuir para projetos de código aberto e faça crescer o seu próprio portfólio, com {% data variables.product.prodname_community_exchange %}.'
versions:
fpt: '*'
-shortTitle: Community Exchange
+shortTitle: Intercâmbio da comunidade
---
## Sobre {% data variables.product.prodname_community_exchange %}
-{% data variables.product.prodname_community_exchange %} is a student community within the {% data variables.product.prodname_global_campus %} portal. As a student, it's a place where you can get exposure for your project and discover other student repositories in need of collaborators and maintainers.
+{% data variables.product.prodname_community_exchange %} é uma comunidade estudantil dentro do portal de {% data variables.product.prodname_global_campus %}. Como estudante, é um lugar onde você pode obter exposição para o seu projeto e descobrir outros repositórios estudantis que precisam de colaboradores e mantenedores.
-
+
-You can help your peers learn open source skills, become a project maintainer, and grow your {% data variables.product.prodname_dotcom %} portfolio and network within a safe and verified community platform.
+Você pode ajudar seus pares a aprender habilidades de código aberto, tornar-se um mantenedor de projetos e aumentar seu portfólio e rede de {% data variables.product.prodname_dotcom %} dentro de uma plataforma comunitária segura e verificada.
-{% data variables.product.prodname_community_exchange %} allows you to:
-- Discover student created repositories
-- Star repositories of interest
-- Submit a repository in need of collaborators
-- Submit a repository to teach new skills
-- Manage your repository submissions
+{% data variables.product.prodname_community_exchange %} permite que você:
+- Descubra repositórios criados por estudantes
+- Favorite repositórios do seu interesse
+- Envie um repositório que precise de colaboradores
+- Envie um repositório para ensinar novas habilidades
+- Gerencie seus envios de repositórios
-To access {% data variables.product.prodname_community_exchange %}, visit your {% data variables.product.prodname_global_campus %} dashboard at https://education.github.com.
+Para acessar {% data variables.product.prodname_community_exchange %}, acesse seu painel de {% data variables.product.prodname_global_campus %} em https://education.github.com.
-If you're a student or faculty member at an accredited educational institution, you can apply for {% data variables.product.prodname_education %} benefits, which includes access to {% data variables.product.prodname_community_exchange %} within {% data variables.product.prodname_global_campus %}.
+Se você é um aluno ou integrante do corpo docente de uma instituição de ensino credenciada, você pode solicitar benefícios de {% data variables.product.prodname_education %}, o que inclui acesso a {% data variables.product.prodname_community_exchange %} dentro de {% data variables.product.prodname_global_campus %}.
-- If you’re a student and you haven't joined {% data variables.product.prodname_education %} yet, apply using the [student application form](https://education.github.com/discount_requests/student_application). For more information, see "[About GitHub Education for students](/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/about-github-education-for-students)."
+- Se você é um estudante e ainda não participou de {% data variables.product.prodname_education %} , inscreva-se usando o [formulário de inscrição do aluno](https://education.github.com/discount_requests/student_application). Para obter mais informações, consulte "[Sobre o GitHub Education para alunos](/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/about-github-education-for-students)."
-- If you’re an educator and you haven't joined {% data variables.product.prodname_education %} yet, apply using the [teacher application form](https://education.github.com/discount_requests/teacher_application). For more information, see "[About GitHub Education for educators](/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount)."
+- Se você é um educador e ainda não se participou de {% data variables.product.prodname_education %}, inscreva-se usando o [formulário de candidatura do professor](https://education.github.com/discount_requests/teacher_application). Para obter mais informações, consulte "[Sobre o GitHub Education para educadores](/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount)".
diff --git a/translations/pt-BR/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/using-github-codespaces-with-github-classroom.md b/translations/pt-BR/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/using-github-codespaces-with-github-classroom.md
index d10241a34704..e55eb85fc0c4 100644
--- a/translations/pt-BR/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/using-github-codespaces-with-github-classroom.md
+++ b/translations/pt-BR/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/using-github-codespaces-with-github-classroom.md
@@ -18,6 +18,12 @@ Definir {% data variables.product.prodname_codespaces %} como editor preferido p
Para atividades com ambientes de configuração complexos, os professores podem personalizar a configuração do contêiner de desenvolvimento para os codespaces de um repositório. Isto garante que, quando um aluno cria um codespace, ele será aberto automaticamente com o ambiente de desenvolvimento configurado pelo professor. Para obter mais informações sobre contêineres de desenvolvimento, consulte "[Introdução a contêineres de desenvolvimento](/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers)".
+{% note %}
+
+**Note**: Individual codespaces are automatically deleted if they are stopped and left unused for a prolonged period. For more information, see "[Configuring automatic deletion of your codespaces](/codespaces/customizing-your-codespace/configuring-automatic-deletion-of-your-codespaces)."
+
+{% endnote %}
+
## Sobre o benefício de educação de {% data variables.product.prodname_codespaces %} para professores verificados
O benefício da educação de {% data variables.product.prodname_codespaces %} dá aos professores verificados um subsídio mensal gratuito de horas de {% data variables.product.prodname_codespaces %} para ser usado em {% data variables.product.prodname_classroom %}. Estima-se que o subsídio gratuito seja suficiente para uma classe de 50 com 5 atribuições por mês. em uma máquina central com 1 codespace armazenado por aluno.
@@ -26,7 +32,7 @@ O benefício da educação de {% data variables.product.prodname_codespaces %} d
Para tornar-se um professor verificado, você precisa ser aprovado para obter um benefício de educador para o professor. Para obter mais informações, consulte "[Candidatando-se a um benefício de professor ou educador](/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount#applying-for-an-educator-or-researcher-discount)."
-After you have confirmation that you are a verified teacher, visit [{% data variables.product.prodname_global_campus %} for Teachers](https://education.github.com/globalcampus/teacher) to upgrade the organization to GitHub Team. Para obter mais informações, consulte [Produtos do GitHub](/get-started/learning-about-github/githubs-products#github-team).
+Depois de ter a confirmação de que é um professor verificado, acesse [{% data variables.product.prodname_global_campus %} para professores](https://education.github.com/globalcampus/teacher) para atualizar a organização para o GitHub Team. Para obter mais informações, consulte [Produtos do GitHub](/get-started/learning-about-github/githubs-products#github-team).
Se você for elegível ao benefício de Educação de {% data variables.product.prodname_codespaces %}, ao habilitar {% data variables.product.prodname_codespaces %} em {% data variables.product.prodname_classroom %} para sua organização, o GitHub adiciona automaticamente uma política de codespace para restringir os tipos de máquina para todos os codespaces da organização a duas máquinas principais. Isso ajuda você a aproveitar ao máximo o uso gratuito de {% data variables.product.prodname_codespaces %}. No entanto, você pode alterar ou remover essas políticas nas configurações da sua organização. Para obter mais informações, consulte "[Restringindo o acesso aos tipos de máquina](/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types)."
diff --git a/translations/pt-BR/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/reuse-an-assignment.md b/translations/pt-BR/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/reuse-an-assignment.md
index b5cb2bbee1ef..244942751b9f 100644
--- a/translations/pt-BR/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/reuse-an-assignment.md
+++ b/translations/pt-BR/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/reuse-an-assignment.md
@@ -1,6 +1,6 @@
---
title: Reutilizar uma atividade
-intro: 'You can reuse existing assignments in more than one classroom, including classrooms in a different organization.'
+intro: 'Você pode reutilizar as atividades existentes em mais de uma sala de aula, incluindo salas de aula em uma organização diferente.'
versions:
fpt: '*'
permissions: 'Organization owners who are admins for a classroom can reuse assignments from a classroom. {% data reusables.classroom.classroom-admins-link %}'
@@ -9,7 +9,7 @@ shortTitle: Reutilizar uma atividade
## Sobre a reutilização de recomendações
-Você pode reutilizar uma atividade individual ou em grupo existente em qualquer outra sala de aula à qual você tenha acesso, incluindo as salas de aula em uma organização diferente. You can also reuse multiple assignments at once from a classroom. Se você optar por reutilizar uma atividade, {% data variables.product.prodname_classroom %} irá copiar a atividade para a sala de aula que você escolher. Se a atividade usar um repositório de modelo e você escolher reutilizá-lo em uma sala de aula de uma organização diferente, {% data variables.product.prodname_classroom %} criará uma cópia do repositório e seu conteúdo na organização de destino.
+Você pode reutilizar uma atividade individual ou em grupo existente em qualquer outra sala de aula à qual você tenha acesso, incluindo as salas de aula em uma organização diferente. Você também pode reutilizar várias atividadess ao mesmo tempo em uma sala de aula. Se você optar por reutilizar uma atividade, {% data variables.product.prodname_classroom %} irá copiar a atividade para a sala de aula que você escolher. Se a atividade usar um repositório de modelo e você escolher reutilizá-lo em uma sala de aula de uma organização diferente, {% data variables.product.prodname_classroom %} criará uma cópia do repositório e seu conteúdo na organização de destino.
A atribuição copiada inclui detalhes da atividade, como nome, repositório de origem, teste de autoavaliação e editor preferido. Você pode editar a atividade depois de ela ter sido copiada para realizar alterações. Você não pode fazer alterações no editor preferido.
@@ -28,7 +28,7 @@ A atribuição copiada inclui detalhes da atividade, como nome, repositório de

-1. In the "Reuse assignment" modal, use the **Choose an organization** dropdown menu to select the organization you want the assignment to be in. Em seguida, use o menu suspenso **Escolher uma sala de aula** para selecionar a sala de aula dentro da organização para a qual você deseja copiar a atividade.
+1. No módulo "Reutilizar atividade", use o menu suspenso **Escolha uma organização** para selecionar a organização na qual você deseja que a atividade esteja. Em seguida, use o menu suspenso **Escolher uma sala de aula** para selecionar a sala de aula dentro da organização para a qual você deseja copiar a atividade.

@@ -37,20 +37,20 @@ A atribuição copiada inclui detalhes da atividade, como nome, repositório de

-## Reusing multiple assignments from a classroom
+## Reutilizando várias atividades em uma sala de aula
1. Efetue o login em {% data variables.product.prodname_classroom_with_url %}.
-2. To the right of a classroom's name, select the {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %} drop-down menu, then click **Reuse assignment**.
+2. À direita do nome da sala de aula, selecione o menu suspenso {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %} e, em seguida, clique em **Reutilizar atividade**.
- 
+ 
-3. In the "Reuse assignments" modal, use the **Choose an organization** dropdown menu to select the organization you want the assignments to be in. Then use the **Choose a classroom** dropdown menu to select the classroom within that organization that you want to copy the assignments to.
+3. No módulo "Reutilizar atividades", use o menu suspenso **Escolha uma organização** para selecionar a organização na qual você deseja que as atividades estejam. Em seguida, use o menu suspenso **Escolher uma sala de aula** para selecionar a sala de aula dentro da organização para a qual você deseja copiar ad atividades.
- 
+ 
-4. To the left of each assignment, select the assignment you want to reuse.
+4. À esquerda de cada atividade, selecione a atividade que você deseja reutilizar.
- 
+ 
-5. Click **Create assignments**.
-6. The assignments are copied to the selected classroom. If you chose to reuse an assignment with a template repository, the copying process may take a few minutes to complete.
+5. Clique **Criar atividades**.
+6. As atividades são copiadas para a sala de aula selecionada. Se você optou por reutilizar uma atividade com um repositório de modelos, o processo de cópia pode levar alguns minutos para ser concluído.
diff --git a/translations/pt-BR/content/get-started/exploring-projects-on-github/saving-repositories-with-stars.md b/translations/pt-BR/content/get-started/exploring-projects-on-github/saving-repositories-with-stars.md
index c4087790685a..a085100d2f3c 100644
--- a/translations/pt-BR/content/get-started/exploring-projects-on-github/saving-repositories-with-stars.md
+++ b/translations/pt-BR/content/get-started/exploring-projects-on-github/saving-repositories-with-stars.md
@@ -41,13 +41,13 @@ Favoritar um repositório é um processo simples de duas etapas.
{% ifversion fpt or ghec %}
-## Viewing who has starred a repository
+## Visualizando quem favoritou um repositório
-You can view everyone who has starred a public repository or a private repository you have access to.
+Você pode ver todos que protagonizaram um repositório público ou um repositório privado ao qual você tem acesso.
-To view everyone who has starred a repository, add `/stargazers` to the end of the URL of a repository. For example, to view stargazers for the github/docs repository, visit https://github.com/github/docs/stargazers.
+Para ver todos que estrelaram um repositório, adicione `/stargazers` o final da URL de um repositório. Por exemplo, para ver observadores para o repositório github/docs, acesse https://github.com/github/docs/stargazers.
## Organizar repositórios favoritos com listas
diff --git a/translations/pt-BR/content/get-started/learning-about-github/about-github-advanced-security.md b/translations/pt-BR/content/get-started/learning-about-github/about-github-advanced-security.md
index 17f5c597a578..b34a48fe1ed7 100644
--- a/translations/pt-BR/content/get-started/learning-about-github/about-github-advanced-security.md
+++ b/translations/pt-BR/content/get-started/learning-about-github/about-github-advanced-security.md
@@ -29,7 +29,7 @@ Uma licença de {% data variables.product.prodname_GH_advanced_security %} forne
- **{% data variables.product.prodname_code_scanning_capc %}** - Pesquisa de possíveis vulnerabilidades de segurança e erros de codificação no seu código. Para obter mais informações, consulte "[Sobre {% data variables.product.prodname_code_scanning %}](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning)
-- **{% data variables.product.prodname_secret_scanning_caps %}** - Detect secrets, for example keys and tokens, that have been checked into the repository.{% ifversion secret-scanning-push-protection %} If push protection is enabled, also detects secrets when they are pushed to your repository. Para obter mais informações, consulte "[Sobre {% data variables.product.prodname_secret_scanning %}](/code-security/secret-scanning/about-secret-scanning)" e "[Protegendo pushes com {% data variables.product.prodname_secret_scanning %}](/code-security/secret-scanning/protecting-pushes-with-secret-scanning).{% else %} Para obter mais informações, consulte "[Sobre {% data variables.product.prodname_secret_scanning %}](/code-security/secret-scanning/about-secret-scanning)."{% endif %}
+- **{% data variables.product.prodname_secret_scanning_caps %}** - Detectar segredos, por exemplo, chaves e tokens, que foram verificados no repositório.{% ifversion secret-scanning-push-protection %} Se a proteção de push estiver habilitada, também irá detectar segredos quando eles são enviados por push para o seu repositório. Para obter mais informações, consulte "[Sobre {% data variables.product.prodname_secret_scanning %}](/code-security/secret-scanning/about-secret-scanning)" e "[Protegendo pushes com {% data variables.product.prodname_secret_scanning %}](/code-security/secret-scanning/protecting-pushes-with-secret-scanning).{% else %} Para obter mais informações, consulte "[Sobre {% data variables.product.prodname_secret_scanning %}](/code-security/secret-scanning/about-secret-scanning)."{% endif %}
{% ifversion fpt or ghes > 3.1 or ghec or ghae %}
- **Revisão de dependências** - Mostra o impacto total das alterações nas dependências e vê detalhes de qualquer versão vulnerável antes de realizar o merge de um pull request. Para obter mais informações, consulte "[Sobre a revisão de dependências](/code-security/supply-chain-security/about-dependency-review)".
diff --git a/translations/pt-BR/content/get-started/learning-about-github/about-versions-of-github-docs.md b/translations/pt-BR/content/get-started/learning-about-github/about-versions-of-github-docs.md
index be86fc6687b6..48a16c4d0fd4 100644
--- a/translations/pt-BR/content/get-started/learning-about-github/about-versions-of-github-docs.md
+++ b/translations/pt-BR/content/get-started/learning-about-github/about-versions-of-github-docs.md
@@ -47,6 +47,10 @@ Em uma janela ampla do navegador, a palavra "Enterprise" segue imediatamente o l

+You can view the version of {% data variables.product.prodname_ghe_server %} that you're using in the footer of any page.
+
+
+
### {% data variables.product.prodname_ghe_managed %}
Se você acessar {% data variables.product.prodname_dotcom %} em `https://*.githubenterprise.com`, `https://*.github.us` ou `https://*.ghe.com`, você estará usando {% data variables.product.prodname_ghe_managed %}.
diff --git a/translations/pt-BR/content/get-started/learning-about-github/githubs-products.md b/translations/pt-BR/content/get-started/learning-about-github/githubs-products.md
index 2205a3d81b40..9653cd21861a 100644
--- a/translations/pt-BR/content/get-started/learning-about-github/githubs-products.md
+++ b/translations/pt-BR/content/get-started/learning-about-github/githubs-products.md
@@ -107,14 +107,14 @@ O {% data variables.product.prodname_ghe_cloud %} também inclui:
- {% data variables.contact.enterprise_support %}. Para obter mais informações, consulte "{% data variables.product.prodname_ghe_cloud %} suporte" e "{% data variables.product.prodname_ghe_cloud %} Adendo"
- 50.000 {% data variables.product.prodname_actions %} minutos
- 50GB {% data variables.product.prodname_registry %} de armazenamento
-- Controle de acesso para sites de {% data variables.product.prodname_pages %}. Para obter mais informações, consulte Alterar a visibilidade do seu site de {% data variables.product.prodname_pages %}"
+- Controle de acesso para sites de {% data variables.product.prodname_pages %}. Para obter mais informações, consulte "[Alterar a visibilidade do seu site de {% data variables.product.prodname_pages %}](/enterprise-cloud@latest/pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site)."
- Um acordo de nível de serviço para tempo de atividade de 99,9% por mês
- A opção de configurar sua empresa para {% data variables.product.prodname_emus %}, para que você possa fornecer e gerenciar integrantes com o seu provedor de identidade e restringir as contribuições dos integrantes para apenas a sua empresa. Para obter mais informações, consulte "[Sobre {% data variables.product.prodname_emus %}](/enterprise-cloud@latest/admin/authentication/managing-your-enterprise-users-with-your-identity-provider/about-enterprise-managed-users)."
- A opção de gerenciar de forma centralizada a política e cobrança para várias organizações {% data variables.product.prodname_dotcom_the_website %} com uma conta corporativa. Para obter mais informações, consulte "[Sobre contas corporativas](/enterprise-cloud@latest/admin/overview/about-enterprise-accounts)".
{% data variables.product.company_short %} realiza a cobrança para {% data variables.product.prodname_ghe_cloud %} por usuário. Para obter mais informações, consulte "[Sobre o preço por usuário]({% ifversion not ghec %}/enterprise-cloud@latest{% endif %}/billing/managing-billing-for-your-github-account/about-per-user-pricing){% ifversion ghec %}".{% else %}" na documentação de {% data variables.product.prodname_ghe_cloud %}.{% endif %}
-Você pode configurar uma versão para avaliar o {% data variables.product.prodname_ghe_cloud %}. Para obter mais informações, consulte "Configurar uma versão de avaliação do {% data variables.product.prodname_ghe_cloud %}".
+Você pode configurar uma versão para avaliar o {% data variables.product.prodname_ghe_cloud %}. Para obter mais informações, consulte "[Configurar uma versão de avaliação do {% data variables.product.prodname_ghe_cloud %}](/enterprise-cloud@latest/articles/setting-up-a-trial-of-github-enterprise-cloud)".
-For more information about hosting your own instance of {% data variables.product.prodname_ghe_server %}, including setting up a trial, see "[About {% data variables.product.prodname_ghe_server %}](/enterprise-server/admin/overview/about-github-enterprise-server)."
+Para obter mais informações sobre como hospedar sua própria instância de {% data variables.product.prodname_ghe_server %}, incluindo a criação de um teste, consulte "[About {% data variables.product.prodname_ghe_server %}](/enterprise-server/admin/overview/about-github-enterprise-server).".
diff --git a/translations/pt-BR/content/get-started/onboarding/getting-started-with-your-github-account.md b/translations/pt-BR/content/get-started/onboarding/getting-started-with-your-github-account.md
index d268323b9802..a09f983b46c9 100644
--- a/translations/pt-BR/content/get-started/onboarding/getting-started-with-your-github-account.md
+++ b/translations/pt-BR/content/get-started/onboarding/getting-started-with-your-github-account.md
@@ -81,7 +81,7 @@ Para obter mais informações sobre como efetuar a autenticação em {% data var
### 4. Escrevendo em {% data variables.product.product_name %}
Para deixar sua comunicação clara e organizada nos problemas e pull requests, você pode usar o Markdown enriquecido {% data variables.product.prodname_dotcom %} para formatação, que combina uma sintaxe fácil de ler e fácil de escrever com algumas funcionalidades personalizadas. Para obter mais informações, consulte "[Sobre gravação e formatação no {% data variables.product.prodname_dotcom %}](/github/writing-on-github/about-writing-and-formatting-on-github)".
-You can learn {% data variables.product.prodname_dotcom %} Flavored Markdown with the "[Communicate using Markdown](https://github.com/skills/communicate-using-markdown)" course on {% data variables.product.prodname_learning %}.
+Você pode aprender o Markdown enriquecido de {% data variables.product.prodname_dotcom %} com o curso "[Comunicando-se usando o Markdown](https://github.com/skills/communicate-using-markdown)" em {% data variables.product.prodname_learning %}.
### 5. Pesquisando em {% data variables.product.product_name %}
Nossa pesquisa integrada permite que você encontre o que você está procurando entre os muitos repositórios, usuários e linhas de código em {% data variables.product.product_name %}. Você pode pesquisar globalmente em todos os {% data variables.product.product_name %} ou limitar sua pesquisa a um repositório ou organização em particular. Para obter mais informações sobre os tipos de pesquisas que você pode fazer em {% data variables.product.product_name %}, consulte "[Sobre pesquisar no {% data variables.product.prodname_dotcom %}](/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github)".
diff --git a/translations/pt-BR/content/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository.md b/translations/pt-BR/content/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository.md
index 9428db9d846d..b889c271324b 100644
--- a/translations/pt-BR/content/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository.md
+++ b/translations/pt-BR/content/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository.md
@@ -44,5 +44,5 @@ Ao habilitar o uso de dados para seu repositório privado, poderá acessar o gr
## Leia mais
- "[Sobre o uso de seus dados pelo {% data variables.product.prodname_dotcom %}](/articles/about-github-s-use-of-your-data)"
-- "[Viewing and updatng {% data variables.product.prodname_dependabot_alerts %}](/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts)"
+- "[Visualizando e atualizando {% data variables.product.prodname_dependabot_alerts %}](/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts)"
- "[Gerenciar as configurações de segurança e análise para o seu repositório](/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository)"
diff --git a/translations/pt-BR/content/get-started/quickstart/contributing-to-projects.md b/translations/pt-BR/content/get-started/quickstart/contributing-to-projects.md
index f0ebe4cbdd3d..f5e8b9f6a7d9 100644
--- a/translations/pt-BR/content/get-started/quickstart/contributing-to-projects.md
+++ b/translations/pt-BR/content/get-started/quickstart/contributing-to-projects.md
@@ -81,7 +81,7 @@ gh repo fork repository --clone=true
## Fazendo e enviando por push as alterações
-Go ahead and make a few changes to the project using your favorite text editor, like [Visual Studio Code](https://code.visualstudio.com). Você pode, por exemplo, alterar o texto em `index.html` para adicionar o seu nome de usuário do GitHub.
+Faça algumas alterações no projeto usando o seu editor de texto favorito, como [Visual Studio Code](https://code.visualstudio.com). Você pode, por exemplo, alterar o texto em `index.html` para adicionar o seu nome de usuário do GitHub.
Quando estiver pronto para enviar suas alterações, teste e faça commit das suas alterações. `git add .` informa ao Git que você deseja incluir todas as alterações no próximo commit. `git commit` tira um instantâneo dessas alterações.
diff --git a/translations/pt-BR/content/get-started/quickstart/create-a-repo.md b/translations/pt-BR/content/get-started/quickstart/create-a-repo.md
index b722c71b7f50..2c18195de6ed 100644
--- a/translations/pt-BR/content/get-started/quickstart/create-a-repo.md
+++ b/translations/pt-BR/content/get-started/quickstart/create-a-repo.md
@@ -22,7 +22,7 @@ topics:
{% ifversion fpt or ghec %}
-Você pode armazenar vários projetos nos repositórios do {% data variables.product.prodname_dotcom %}, incluindo projetos de código aberto. Com projetos de código aberto, você pode compartilhar código para tornar o software melhor e mais confiável. Você pode usar repositórios para colaborar com outras pessoas e acompanhar seu trabalho. Para obter mais informações, consulte "[Sobre repositórios](/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-repositories)". Para saber mais sobre projetos de código aberto, acesse [OpenSource.org](http://opensource.org/about).
+Você pode armazenar vários projetos nos repositórios do {% data variables.product.prodname_dotcom %}, incluindo projetos de código aberto. Com projetos de código aberto, você pode compartilhar código para tornar o software melhor e mais confiável. Você pode usar repositórios para colaborar com outras pessoas e acompanhar seu trabalho. Para obter mais informações, consulte "[Sobre repositórios](/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-repositories)". Para saber mais sobre projetos de código aberto, acesse [OpenSource.org](https://opensource.org/about).
{% elsif ghes or ghae %}
@@ -35,9 +35,9 @@ Você pode armazenar uma série de projetos em repositórios de {% data variable
{% note %}
**Notas:**
-- You can create public repositories for an open source project. Ao criar um repositório público, certifique-se de incluir um [arquivo de licença](https://choosealicense.com/) que determina como deseja que seu projeto seja compartilhado com outras pessoas. {% data reusables.open-source.open-source-guide-repositories %}
+- Você pode criar repositórios públicos para um projeto de código aberto. Ao criar um repositório público, certifique-se de incluir um [arquivo de licença](https://choosealicense.com/) que determina como deseja que seu projeto seja compartilhado com outras pessoas. {% data reusables.open-source.open-source-guide-repositories %}
- {% data reusables.open-source.open-source-learning %}
-- You can also add community health files to your repositories, to set guidelines on how to contribute, keep your repositories safe, and much more. Para obter mais informações, consulte "[Criando um arquivo padrão de integridade da comunidade](/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file)."
+- Você também pode adicionar arquivos de saúde da comunidade aos seus repositórios, para definir diretrizes sobre como contribuir, manter seus repositórios seguros e muito mais. Para obter mais informações, consulte "[Criando um arquivo padrão de integridade da comunidade](/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file)."
{% endnote %}
diff --git a/translations/pt-BR/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud.md b/translations/pt-BR/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud.md
index 81650321cda4..a86ddcee4c8f 100644
--- a/translations/pt-BR/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud.md
+++ b/translations/pt-BR/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud.md
@@ -33,7 +33,7 @@ Trials are also available for {% data variables.product.prodname_ghe_server %}.
## About trials of {% data variables.product.prodname_ghe_cloud %}
-You can set up a 30-day trial to evaluate {% data variables.product.prodname_ghe_cloud %}. You do not need to provide a payment method during the trial unless you add {% data variables.product.prodname_marketplace %} apps to your organization that require a payment method. For more information, see "About billing for {% data variables.product.prodname_marketplace %}."
+You can set up a 30-day trial to evaluate {% data variables.product.prodname_ghe_cloud %}. You do not need to provide a payment method during the trial unless you add {% data variables.product.prodname_marketplace %} apps to your organization that require a payment method. For more information, see "[About billing for {% data variables.product.prodname_marketplace %}](/enterprise-cloud@latest/articles/about-billing-for-github-marketplace/)."
Your trial includes 50 seats. If you need more seats to evaluate {% data variables.product.prodname_ghe_cloud %}, contact {% data variables.contact.contact_enterprise_sales %}. At the end of the trial, you can choose a different number of seats.
@@ -45,7 +45,7 @@ For more information, see "[About identity and access management with SAML singl
## Setting up your trial of {% data variables.product.prodname_ghe_cloud %}
-Before you can try {% data variables.product.prodname_ghe_cloud %}, you must be signed into a personal account. If you don't already have a personal account on {% data variables.product.prodname_dotcom_the_website %}, you must create one. For more information, see "Signing up for a new {% data variables.product.prodname_dotcom %} account."
+Before you can try {% data variables.product.prodname_ghe_cloud %}, you must be signed into a personal account. If you don't already have a personal account on {% data variables.product.prodname_dotcom_the_website %}, you must create one. For more information, see "[Signing up for a new {% data variables.product.prodname_dotcom %} account](/free-pro-team@latest/articles/signing-up-for-a-new-github-account)."
1. Navigate to [{% data variables.product.prodname_dotcom %} for enterprises](https://github.com/enterprise).
1. Click **Start a free trial**.
diff --git a/translations/pt-BR/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server.md b/translations/pt-BR/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server.md
index 7a627df8f0e6..bd4524134f5d 100644
--- a/translations/pt-BR/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server.md
+++ b/translations/pt-BR/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server.md
@@ -17,7 +17,7 @@ shortTitle: Teste do servidor corporativo
## Sobre as versões de avaliação do {% data variables.product.prodname_ghe_server %}
-Você pode solicitar uma versão de avaliação por 45 dias do {% data variables.product.prodname_ghe_server %}. A versão de avaliação será instalada como um appliance virtual, com opções para implementação local ou na nuvem. For more information about {% data variables.product.prodname_ghe_server %}, and for a list of supported virtualization platforms, see "[About {% data variables.product.prodname_ghe_server %}](/enterprise-server/admin/overview/about-github-enterprise-server)."
+Você pode solicitar uma versão de avaliação por 45 dias do {% data variables.product.prodname_ghe_server %}. A versão de avaliação será instalada como um appliance virtual, com opções para implementação local ou na nuvem. Para obter mais informações sobre {% data variables.product.prodname_ghe_server %}, e para uma lista de plataformas de virtualização compatíveis, consulte "[Sobre {% data variables.product.prodname_ghe_server %}](/enterprise-server/admin/overview/about-github-enterprise-server)".
{% ifversion ghes %}{% data variables.product.prodname_dependabot %}{% else %}Alertas de Segurança{% endif %} e {% data variables.product.prodname_github_connect %} não estão disponíveis atualmente nos testes de {% data variables.product.prodname_ghe_server %}. Para uma demonstração desses recursos, entre em contato com {% data variables.contact.contact_enterprise_sales %}. Para obter mais informações sobre essas funcionalidades, consulte "[Sobre {% data variables.product.prodname_dependabot_alerts %}](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies)" e "[Conectando sua conta corporativa a {% data variables.product.prodname_ghe_cloud %}](/enterprise-server@latest/admin/configuration/managing-connections-between-your-enterprise-accounts/connecting-your-enterprise-account-to-github-enterprise-cloud)".
diff --git a/translations/pt-BR/content/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions.md b/translations/pt-BR/content/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions.md
index 81c7e8a51c24..76bca780a47f 100644
--- a/translations/pt-BR/content/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions.md
+++ b/translations/pt-BR/content/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions.md
@@ -32,19 +32,28 @@ $$\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \

-## Como escrever sinais de dólar de acordo com e dentro de expressões matemáticas
+{% ifversion math-fenced-blocks %}
-Para exibir um sinal de dólar como um caractere na mesma linha que uma expressão matemática, você deve escapar do não delimitador `$` para garantir que a linha seja renderizada corretamente.
+Alternatively, you can use the \`\`\`math code block syntax to display a math expression as a block. With this syntax, you don't need to use `$$` delimiters.
- - Dentro de uma expressão matemática, adicione um símbolo `\` antes do símbolo explícito `$`.
+````
+**Here is some math!**
+
+```math
+\sqrt{3}
+```
+````
+
+{% endif %}
+## Como escrever sinais de dólar de acordo com e dentro de expressões matemáticas
+Para exibir um sinal de dólar como um caractere na mesma linha que uma expressão matemática, você deve escapar do não delimitador `$` para garantir que a linha seja renderizada corretamente.
+- Dentro de uma expressão matemática, adicione um símbolo `\` antes do símbolo explícito `$`.
```
Essa expressão usa `\$` para mostrar um sinal do dólar: $\sqrt{\$4}$
```
-
- 
-
- - Fora de uma expressão matemática, mas na mesma linha, use tags de span em torno do `$ ` explícito.
+
+- Fora de uma expressão matemática, mas na mesma linha, use tags de span em torno do `$ ` explícito.
```
Para dividir $100 pela metade, calculamos $100/2$
diff --git a/translations/pt-BR/content/github/copilot/about-github-copilot-telemetry.md b/translations/pt-BR/content/github/copilot/about-github-copilot-telemetry.md
deleted file mode 100644
index 76ec9153c494..000000000000
--- a/translations/pt-BR/content/github/copilot/about-github-copilot-telemetry.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-title: Sobre a telemetria do GitHub Copilot
-intro: '{% data variables.product.prodname_copilot %} coleta e depende de dados adicionais de telemetria além do que outros produtos e serviços de {% data variables.product.company_short %} coletam.'
-redirect_from:
- - /early-access/github/copilot/about-github-copilot-telemetry
-versions:
- fpt: '*'
----
-
-## Quais dados são coletados
-
-Os dados coletados são descritos nos Termos de Telemetria de[{% data variables.product.prodname_copilot %}](/github/copilot/github-copilot-telemetry-terms)." Além disso, a extensão/plugin de {% data variables.product.prodname_copilot %} coleta a atividade do Ambiente Integrado de Desenvolvimento (IDE), vinculado a um registro de hora, e metadados coletados pelo pacote de telemetria da extensão/plugin. Quando usado com {% data variables.product.prodname_vscode %}, IntelliJ, NeoVIM, ou outros IDEs, {% data variables.product.prodname_copilot %} coleta os metadados padrão fornecidos por esses IDEs.
-
-## Como os dados são usados pelo {% data variables.product.company_short %}
-
-{% data variables.product.company_short %} usará estes dados para:
-
-- Melhorar diretamente o produto, incluindo a avaliação de diferentes estratégias no processamento e previsão de quais sugestões os usuários podem achar úteis
-- Avaliar o produto, por exemplo, medindo o impacto positivo que ele tem no usuário
-- Melhorando os modelos de geração de código subjacentes, por exemplo, fornecendo exemplos positivos e negativos (mas sempre para que o seu código privado não seja usado como entrada para sugerir código para outros usuários de {% data variables.product.prodname_copilot %})
-- Guiando produtos de {% data variables.product.company_short %} intimamente relacionados
-- Investigando e detectando possíveis abusos do serviço de {% data variables.product.prodname_copilot %}
-- Outros propósitos relacionados à melhoria do serviço de {% data variables.product.prodname_copilot %}, incluindo o compartilhamento conforme descrito na próxima seção
-
-## Como os dados são compartilhados
-
-Os dados de telemetria são armazenados com segurança em sistemas de {% data variables.product.company_short %}, com implementação da criptografia apropriada. Nós sabemos que o usuário edita ações, trechos de código-fonte e URLs de repositórios e caminhos de arquivos são dados confidenciais. Consequentemente, o acesso é rigorosamente controlado. Os dados só podem ser acessados por (1) equipe (funcionários e contratados indicados) de {% data variables.product.company_short %} que trabalham na equipe de {% data variables.product.prodname_copilot %} ou na equipe de saúde da plataforma {% data variables.product.company_short %}, (2) equipe da Microsoft (funcionários e contratados) que trabalham em ou com o Azure e/ou equipes de {% data variables.product.prodname_copilot %} e (3) funcionários da OpenAI que trabalham em {% data variables.product.prodname_copilot %}.
-
diff --git a/translations/pt-BR/content/github/copilot/github-copilot-telemetry-terms.md b/translations/pt-BR/content/github/copilot/github-copilot-telemetry-terms.md
deleted file mode 100644
index b883b8bacdcc..000000000000
--- a/translations/pt-BR/content/github/copilot/github-copilot-telemetry-terms.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: Termos da Telemetria do Copilot do GitHub
-intro: 'A aceitação da telemetria adicional descrita abaixo é uma condição para ingressar na lista de espera para a pré-visualização técnica do Copilot de {% data variables.product.prodname_copilot %} e usar {% data variables.product.prodname_copilot %} na pré-visualização técnica.'
-redirect_from:
- - /early-access/github/copilot/telemetry-terms
- - /github/copilot/telemetry-terms
-versions:
- fpt: '*'
-effectiveDate: '2021-10-04'
----
-
-## Telemetria adicional
-
-Se você usar {% data variables.product.prodname_copilot %}, a extensão/plugin de {% data variables.product.prodname_copilot %} irá coletar informações de uso sobre eventos gerados pela interação com o ambiente integrado de desenvolvimento (IDE). Esses eventos incluem desempenho de {% data variables.product.prodname_copilot %}, funcionalidades usadas e sugestões aceitas, modificadas e aceitas, ou rejeitadas. Essas informações podem incluir dados pessoais, inclusive as suas informações pessoais, conforme mencionado na [Declaração de Privacidade do GitHub Privacy](/github/site-policy/github-privacy-statement).
-
-Esta informação de uso é usada pelo {% data variables.product.company_short %} e compartilhada com a Microsoft e o OpenAI, para desenvolver e melhorar a extensão/plugin e produtos relacionados. O OpenAI também usa estas informações de uso para prestar outros serviços relacionados a {% data variables.product.prodname_copilot %}. Por exemplo, ao editar arquivos com a extensão/plugin de {% data variables.product.prodname_copilot %} habilitado, o conteúdo do arquivo snippets, sugestões, e todas as modificações nas sugestões serão compartilhadas com {% data variables.product.company_short %}, Microsoft e OpenAI, e usado para fins de diagnóstico para melhorar as sugestões e produtos relacionados. {% data variables.product.prodname_copilot %} depende do conteúdo do arquivo para o contexto, no arquivo que você está editando e potencialmente em outros arquivos abertos na mesma instância do IDE. Quando você estiver usando {% data variables.product.prodname_copilot %}, você também poderá coletar as URLs dos repositórios ou caminhos de arquivo para os arquivos relevantes. {% data variables.product.prodname_copilot %} não usa essas URLs, caminhos de arquivo ou trechos coletados na sua telemetria como sugestões para outros usuários de {% data variables.product.prodname_copilot %}. Essas informações são tratadas como uma informações confidenciais e acessadas conforme necessário. Você está proibido de coletar dados de telemetria sobre outros usuários de {% data variables.product.prodname_copilot %} da extensão/plugin de {% data variables.product.prodname_copilot %} Para mais informações sobre a telemetria de {% data variables.product.prodname_copilot %}, consulte "[Sobre a telemetria de {% data variables.product.prodname_copilot %}](/github/copilot/about-github-copilot-telemetry)". Você pode revogar seu consentimento às operações de telemetria e processamento de dados pessoais descritas neste parágrafo entrando em contato com o GitHub e solicitando a remoção da pré-visualização técnica.
-
diff --git a/translations/pt-BR/content/github/copilot/index.md b/translations/pt-BR/content/github/copilot/index.md
deleted file mode 100644
index 19685994d841..000000000000
--- a/translations/pt-BR/content/github/copilot/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: GitHub Copilot
-intro: 'Você pode usar o copilot de {% data variables.product.prodname_dotcom %} para ajudar com sua programação no seu editor'
-versions:
- fpt: '*'
-children:
- - /about-github-copilot-telemetry
- - /github-copilot-telemetry-terms
----
-
diff --git a/translations/pt-BR/content/github/index.md b/translations/pt-BR/content/github/index.md
deleted file mode 100644
index 3f90906c79ca..000000000000
--- a/translations/pt-BR/content/github/index.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: GitHub
-redirect_from:
- - /articles
- - /common-issues-and-questions
- - /troubleshooting-common-issues
-intro: 'Documentation, guides, and help topics for software developers, designers, and project managers. Covers using Git, pull requests, issues, wikis, gists, and everything you need to make the most of GitHub for development.'
-versions:
- fpt: '*'
- ghec: '*'
- ghes: '*'
- ghae: '*'
-children:
- - /copilot
- - /site-policy-deprecated
----
-
diff --git a/translations/pt-BR/content/graphql/overview/resource-limitations.md b/translations/pt-BR/content/graphql/overview/resource-limitations.md
index 991d8d4d0cbe..80a01757deaf 100644
--- a/translations/pt-BR/content/graphql/overview/resource-limitations.md
+++ b/translations/pt-BR/content/graphql/overview/resource-limitations.md
@@ -14,7 +14,7 @@ topics:
## Limite de nó
-To pass [schema](/graphql/guides/introduction-to-graphql#schema) validation, all GraphQL API [calls](/graphql/guides/forming-calls-with-graphql) must meet these standards:
+Para passar a validação do [esquema](/graphql/guides/introduction-to-graphql#schema), todas as [chamadas ](/graphql/guides/forming-calls-with-graphql) da API do GraphQL devem atender a esses padrões:
* Os clientes devem fornecer um `primeiro` ou `último` argumento [conexão](/graphql/guides/introduction-to-graphql#connection).
* Os valores de `primeiro` e `último` devem ser entre 1 e 100.
@@ -134,26 +134,26 @@ The GraphQL API limit is different from the REST API's [rate limits](/rest/overv
Por que os limites de taxa de API são diferentes? Com o [GraphQL](/graphql), uma chamada do GraphQL pode substituir [várias chamadas de REST](/graphql/guides/migrating-from-rest-to-graphql). Uma chamada única e complexa do GraphQL poderia ser o equivalente a milhares de solicitações de REST. Embora uma única chamada GraphQL fique bem abaixo do limite de taxa de API REST, a consulta pode ser muito cara para os servidores do GitHub calcularem.
-To accurately represent the server cost of a query, the GraphQL API calculates a call's **rate limit score** based on a normalized scale of points. Os fatores de pontuação de uma consulta no primeiro e último argumentos em uma conexão principal e suas conexões auxiliares.
+Para representar com precisão o custo de servidor de uma consulta, a API do GraphQL calcula a **pontuação de um limite de taxa** de uma chamada com base em uma escala normalizada de pontos. Os fatores de pontuação de uma consulta no primeiro e último argumentos em uma conexão principal e suas conexões auxiliares.
* A fórmula usa argumentos `primeiros` e `último` na conexão principal e nas conexões secundárias para pré-calcular o potencial de carga nos sistemas do GitHub, como MySQL, ElasticSearch e Git.
* Cada nova conexão tem o seu valor próprio de pontos. Os pontos são combinados com outros pontos da chamada para uma pontuação de limite de taxa geral.
-The GraphQL API rate limit is **5,000 points per hour**.
+O limite de taxa de câmbio da API do GraphQL é **5.000 pontos por hora**.
-Note that 5,000 points per hour is not the same as 5,000 calls per hour: the GraphQL API and REST API use different rate limits.
+Observe que 5.000 pontos por hora não é o mesmo que 5.000 chamadas por hora: a API do GraphQL e a API de REST usam diferentes limites de taxa.
{% note %}
-**Note**: The current formula and rate limit are subject to change as we observe how developers use the GraphQL API.
+**Observação**: A fórmula atual e o limite de taxa estão sujeitos a alterações à medida que observamos como os desenvolvedores usam a API do GraphQL.
{% endnote %}
### Retornar o status de limite da chamada
-With the REST API, you can check the rate limit status by [inspecting](/rest/overview/resources-in-the-rest-api#rate-limiting) the returned HTTP headers.
+Com a API REST, você pode verificar o status do limite de taxa [inspecionando](/rest/overview/resources-in-the-rest-api#rate-limiting) os cabeçalhos HTTP retornados.
-With the GraphQL API, you can check the rate limit status by querying fields on the `rateLimit` object:
+Com o GraphQL API, você pode verificar o status do limite de taxa consultando campos no objeto `rateLimit`:
```graphql
query {
@@ -186,7 +186,7 @@ Consultar o objeto `rateLimit` retorna a pontuação de uma chamada, mas executa
{% note %}
-**Note**: The minimum cost of a call to the GraphQL API is **1**, representing a single request.
+**Observação**: O custo mínimo de uma chamada para a API do GraphQL é **1**, o que representa uma única solicitação.
{% endnote %}
diff --git a/translations/pt-BR/content/index.md b/translations/pt-BR/content/index.md
index 9d0b15a3b3e0..99cfd5230402 100644
--- a/translations/pt-BR/content/index.md
+++ b/translations/pt-BR/content/index.md
@@ -12,6 +12,11 @@ featuredLinks:
- /get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github
- /get-started/getting-started-with-git/managing-remote-repositories
- /pages
+redirect_from:
+ - /github
+ - /articles
+ - /common-issues-and-questions
+ - /troubleshooting-common-issues
versions: '*'
children:
- get-started
@@ -118,3 +123,4 @@ externalProducts:
href: 'https://docs.npmjs.com/'
external: true
---
+
diff --git a/translations/pt-BR/content/issues/tracking-your-work-with-issues/deleting-an-issue.md b/translations/pt-BR/content/issues/tracking-your-work-with-issues/deleting-an-issue.md
index 4a67cd6f41b4..3f90331056f3 100644
--- a/translations/pt-BR/content/issues/tracking-your-work-with-issues/deleting-an-issue.md
+++ b/translations/pt-BR/content/issues/tracking-your-work-with-issues/deleting-an-issue.md
@@ -15,7 +15,9 @@ topics:
- Pull requests
---
-Você só pode excluir problemas em um repositório que pertença à sua conta pessoal. Não é possível excluir problemas em um repositório pertencente a outra conta pessoal, mesmo que você seja um colaborador nela.
+The ability to delete issues depends on whether the repository is owned by your personal account or an organization:
+- Você só pode excluir problemas em um repositório que pertença à sua conta pessoal.
+- You cannot delete issues in a repository owned by an organization or another personal account, even if you are a collaborator there.
Para excluir um problema em um repositório que pertença a uma organização, o proprietário da organização deve permitir a exclusão de um problema dos repositórios da organização e você deve ter permissões de administrador ou de proprietário no repositório. Para obter mais informações, consulte "[Permitindo que pessoas excluam problemas na sua organização](/articles/allowing-people-to-delete-issues-in-your-organization)" e "[Funções do repositório para uma organização](/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization)".
diff --git a/translations/pt-BR/content/issues/trying-out-the-new-projects-experience/automating-projects.md b/translations/pt-BR/content/issues/trying-out-the-new-projects-experience/automating-projects.md
index a98271502e3a..8b0e3d4a8aeb 100644
--- a/translations/pt-BR/content/issues/trying-out-the-new-projects-experience/automating-projects.md
+++ b/translations/pt-BR/content/issues/trying-out-the-new-projects-experience/automating-projects.md
@@ -15,6 +15,8 @@ topics:
{% data reusables.projects.projects-beta %}
+{% data reusables.projects.graphql-deprecation %}
+
## Introdução
Você pode adicionar a automação para ajudar a gerenciar seu projeto. Os projetos (beta) incluem fluxos de trabalho internos que você pode configurar por meio da interface do usuário. Além disso, você pode escrever fluxos de trabalho personalizados com a API do GraphQL e {% data variables.product.prodname_actions %}.
@@ -89,23 +91,32 @@ jobs:
gh api graphql -f query='
query($org: String!, $number: Int!) {
organization(login: $org){
- projectNext(number: $number) {
+ projectV2(number: $number) {
id
fields(first:20) {
nodes {
- id
- name
- settings
+ ... on ProjectV2Field {
+ id
+ name
+ }
+ ... on ProjectV2SingleSelectField {
+ id
+ name
+ options {
+ id
+ name
+ }
+ }
}
}
}
}
}' -f org=$ORGANIZATION -F number=$PROJECT_NUMBER > project_data.json
- echo 'PROJECT_ID='$(jq '.data.organization.projectNext.id' project_data.json) >> $GITHUB_ENV
- echo 'DATE_FIELD_ID='$(jq '.data.organization.projectNext.fields.nodes[] | select(.name== "Date posted") | .id' project_data.json) >> $GITHUB_ENV
- echo 'STATUS_FIELD_ID='$(jq '.data.organization.projectNext.fields.nodes[] | select(.name== "Status") | .id' project_data.json) >> $GITHUB_ENV
- echo 'TODO_OPTION_ID='$(jq '.data.organization.projectNext.fields.nodes[] | select(.name== "Status") |.settings | fromjson.options[] | select(.name=="Todo") |.id' project_data.json) >> $GITHUB_ENV
+ echo 'PROJECT_ID='$(jq '.data.organization.projectV2.id' project_data.json) >> $GITHUB_ENV
+ echo 'DATE_FIELD_ID='$(jq '.data.organization.projectV2.fields.nodes[] | select(.name== "Date posted") | .id' project_data.json) >> $GITHUB_ENV
+ echo 'STATUS_FIELD_ID='$(jq '.data.organization.projectV2.fields.nodes[] | select(.name== "Status") | .id' project_data.json) >> $GITHUB_ENV
+ echo 'TODO_OPTION_ID='$(jq '.data.organization.projectV2.fields.nodes[] | select(.name== "Status") | .options[] | select(.name=="Todo") |.id' project_data.json) >> $GITHUB_ENV
- name: Add PR to project
env:
@@ -114,14 +125,14 @@ jobs:
run: |
item_id="$( gh api graphql -f query='
mutation($project:ID!, $pr:ID!) {
- addProjectNextItem(input: {projectId: $project, contentId: $pr}) {
- projectNextItem {
+ addProjectV2ItemById(input: {projectId: $project, contentId: $pr}) {
+ item {
id
}
}
- }' -f project=$PROJECT_ID -f pr=$PR_ID --jq '.data.addProjectNextItem.projectNextItem.id')"
+ }' -f project=$PROJECT_ID -f pr=$PR_ID --jq '.data.addProjectV2ItemById.item.id')"
- echo 'ITEM_ID='$item_id >> $GITHUB_ENV
+ echo 'ITEM_ID='$item_id >> $GITHUB_ENV
- name: Get date
run: echo "DATE=$(date +"%Y-%m-%d")" >> $GITHUB_ENV
@@ -137,34 +148,39 @@ jobs:
$status_field: ID!
$status_value: String!
$date_field: ID!
- $date_value: String!
+ $date_value: Date!
) {
- set_status: updateProjectNextItemField(input: {
+ set_status: updateProjectV2ItemFieldValue(input: {
projectId: $project
itemId: $item
fieldId: $status_field
- value: $status_value
+ value: {
+ singleSelectOptionId: $status_value
+ }
}) {
- projectNextItem {
+ projectV2Item {
id
}
}
- set_date_posted: updateProjectNextItemField(input: {
+ set_date_posted: updateProjectV2ItemFieldValue(input: {
projectId: $project
itemId: $item
fieldId: $date_field
- value: $date_value
+ value: {
+ date: $date_value
+ }
}) {
- projectNextItem {
+ projectV2Item {
id
}
}
}' -f project=$PROJECT_ID -f item=$ITEM_ID -f status_field=$STATUS_FIELD_ID -f status_value={% raw %}${{ env.TODO_OPTION_ID }}{% endraw %} -f date_field=$DATE_FIELD_ID -f date_value=$DATE --silent
+
```
### Exemplo de fluxo de trabalho que efetua a autenticação com um token de acesso pessoal
-1. Crie um token de acesso pessoal com escopo `org:write`. Para obter mais informações, consulte "[Criando um token de acesso pessoal](/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token)."
+1. Create a personal access token with the `project` and `repo` scopes. Para obter mais informações, consulte "[Criando um token de acesso pessoal](/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token)."
2. Salve o token de acesso pessoal como um segredo no seu repositório ou organização.
3. No fluxo de trabalho a seguir, substitua `YOUR_TOKEN` pelo nome do segredo. Substitua `YOUR_ORGANIZATION` pelo nome da sua organização. Por exemplo, `octo-org`. Substitua `YOUR_PROJECT_NUMBER` pelo número do seu projeto. Para encontrar o número do projeto, consulte a URL do projeto. Por exemplo, `https://github.com/orgs/octo-org/projects/5` tem um número de projeto de 5.
@@ -187,23 +203,32 @@ jobs:
gh api graphql -f query='
query($org: String!, $number: Int!) {
organization(login: $org){
- projectNext(number: $number) {
+ projectV2(number: $number) {
id
fields(first:20) {
nodes {
- id
- name
- settings
+ ... on ProjectV2Field {
+ id
+ name
+ }
+ ... on ProjectV2SingleSelectField {
+ id
+ name
+ options {
+ id
+ name
+ }
+ }
}
}
}
}
}' -f org=$ORGANIZATION -F number=$PROJECT_NUMBER > project_data.json
- echo 'PROJECT_ID='$(jq '.data.organization.projectNext.id' project_data.json) >> $GITHUB_ENV
- echo 'DATE_FIELD_ID='$(jq '.data.organization.projectNext.fields.nodes[] | select(.name== "Date posted") | .id' project_data.json) >> $GITHUB_ENV
- echo 'STATUS_FIELD_ID='$(jq '.data.organization.projectNext.fields.nodes[] | select(.name== "Status") | .id' project_data.json) >> $GITHUB_ENV
- echo 'TODO_OPTION_ID='$(jq '.data.organization.projectNext.fields.nodes[] | select(.name== "Status") |.settings | fromjson.options[] | select(.name=="Todo") |.id' project_data.json) >> $GITHUB_ENV
+ echo 'PROJECT_ID='$(jq '.data.organization.projectV2.id' project_data.json) >> $GITHUB_ENV
+ echo 'DATE_FIELD_ID='$(jq '.data.organization.projectV2.fields.nodes[] | select(.name== "Date posted") | .id' project_data.json) >> $GITHUB_ENV
+ echo 'STATUS_FIELD_ID='$(jq '.data.organization.projectV2.fields.nodes[] | select(.name== "Status") | .id' project_data.json) >> $GITHUB_ENV
+ echo 'TODO_OPTION_ID='$(jq '.data.organization.projectV2.fields.nodes[] | select(.name== "Status") | .options[] | select(.name=="Todo") |.id' project_data.json) >> $GITHUB_ENV
- name: Add PR to project
env:
@@ -212,14 +237,14 @@ jobs:
run: |
item_id="$( gh api graphql -f query='
mutation($project:ID!, $pr:ID!) {
- addProjectNextItem(input: {projectId: $project, contentId: $pr}) {
- projectNextItem {
+ addProjectV2ItemById(input: {projectId: $project, contentId: $pr}) {
+ item {
id
}
}
- }' -f project=$PROJECT_ID -f pr=$PR_ID --jq '.data.addProjectNextItem.projectNextItem.id')"
+ }' -f project=$PROJECT_ID -f pr=$PR_ID --jq '.data.addProjectV2ItemById.item.id')"
- echo 'ITEM_ID='$item_id >> $GITHUB_ENV
+ echo 'ITEM_ID='$item_id >> $GITHUB_ENV
- name: Get date
run: echo "DATE=$(date +"%Y-%m-%d")" >> $GITHUB_ENV
@@ -235,25 +260,29 @@ jobs:
$status_field: ID!
$status_value: String!
$date_field: ID!
- $date_value: String!
+ $date_value: Date!
) {
- set_status: updateProjectNextItemField(input: {
+ set_status: updateProjectV2ItemFieldValue(input: {
projectId: $project
itemId: $item
fieldId: $status_field
- value: $status_value
+ value: {
+ singleSelectOptionId: $status_value
+ }
}) {
- projectNextItem {
+ projectV2Item {
id
}
}
- set_date_posted: updateProjectNextItemField(input: {
+ set_date_posted: updateProjectV2ItemFieldValue(input: {
projectId: $project
itemId: $item
fieldId: $date_field
- value: $date_value
+ value: {
+ date: $date_value
+ }
}) {
- projectNextItem {
+ projectV2Item {
id
}
}
@@ -352,23 +381,34 @@ Substitua YOUR_PROJECT_NUMBER pelo número do seu projeto. Para enc
gh api graphql -f query='
query($org: String!, $number: Int!) {
organization(login: $org){
- projectNext(number: $number) {
+ projectV2(number: $number) {
id
fields(first:20) {
nodes {
- id
- name
- settings
+ ... on ProjectV2Field {
+ id
+ name
+ }
+ ... on ProjectV2SingleSelectField {
+ id
+ name
+ options {
+ id
+ name
+ }
+ }
}
}
}
}
- }' -f org=$ORGANIZATION -F number=$PROJECT_NUMBER > project_data.json
+ }' -f org=$ORGANIZATION -F number=$PROJECT_NUMBER > project_data.json
```
-Usa {% data variables.product.prodname_cli %} para consultar a API para o ID do projeto e para o ID, nome e configurações para os primeiros 20 campos do projeto. A resposta é armazenada em um arquivo denominado
@@ -376,18 +416,18 @@ Usa {% data variables.product.prodname_
project_data.json.
+fields returns a union and the query uses inline fragments (... on) to return information about any ProjectV2Field and ProjectV2SingleSelectField fields.project_data.json.
```yaml
-echo 'PROJECT_ID='$(jq '.data.organization.projectNext.id' project_data.json) >> $GITHUB_ENV
-echo 'DATE_FIELD_ID='$(jq '.data.organization.projectNext.fields.nodes[] | select(.name== "Date posted") | .id' project_data.json) >> $GITHUB_ENV
-echo 'STATUS_FIELD_ID='$(jq '.data.organization.projectNext.fields.nodes[] | select(.name== "Status") | .id' project_data.json) >> $GITHUB_ENV
-echo 'TODO_OPTION_ID='$(jq '.data.organization.projectNext.fields.nodes[] | select(.name== "Status") |.settings | fromjson.options[] | select(.name=="Todo") |.id' project_data.json) >> $GITHUB_ENV
+echo 'PROJECT_ID='$(jq '.data.organization.projectV2.id' project_data.json) >> $GITHUB_ENV
+echo 'DATE_FIELD_ID='$(jq '.data.organization.projectV2.fields.nodes[] | select(.name== "Date posted") | .id' project_data.json) >> $GITHUB_ENV
+echo 'STATUS_FIELD_ID='$(jq '.data.organization.projectV2.fields.nodes[] | select(.name== "Status") | .id' project_data.json) >> $GITHUB_ENV
+echo 'TODO_OPTION_ID='$(jq '.data.organization.projectV2.fields.nodes[] | select(.name== "Status") | .options[] | select(.name=="Todo") |.id' project_data.json) >> $GITHUB_ENV
```
Analisa a resposta da consulta da API e armazena os IDs relevantes como variáveis de ambiente. Modifique este ID para obter o ID para diferentes campos ou opções. Por exemplo:
@@ -425,12 +465,12 @@ Define variáveis de ambiente para esta etapa.
-
Observação: Este fluxo de trabalho pressupõe que você tem um projeto com um único campo selecionado denominado "Status" que inclui uma opção denominada "Todo" e um campo de data denominado "Date posted". Você deve modificar esta seção para corresponder aos campos presentes na sua tabela.
Team, adicione echo 'TEAM_FIELD_ID='$(jq '.data.organization.projectNext.fields.nodes[] | select(.name== "Team") | .id' project_data.json) >> $GITHUB_ENV.Octoteam para o campo Team, adicione echo 'OCTOTEAM_OPTION_ID='$(jq '.data.organization.projectNext.fields.nodes[] | select(.name== "Team") |.settings | fromjson.options[] | select(.name=="Octoteam") |.id' project_data.json) >> $GITHUB_ENVTeam, add echo 'TEAM_FIELD_ID='$(jq '.data.organization.projectV2.fields.nodes[] | select(.name== "Team") | .id' project_data.json) >> $GITHUB_ENV.Octoteam for the Team single select field, add echo 'OCTOTEAM_OPTION_ID='$(jq '.data.organization.projectV2.fields.nodes[] | select(.name== "Team") |.options[] | select(.name=="Octoteam") |.id' project_data.json) >> $GITHUB_ENVGITHUB_TOKEN está d
```yaml
item_id="$( gh api graphql -f query='
mutation($project:ID!, $pr:ID!) {
- addProjectNextItem(input: {projectId: $project, contentId: $pr}) {
- projectNextItem {
+ addProjectV2ItemById(input: {projectId: $project, contentId: $pr}) {
+ item {
id
}
}
- }' -f project=$PROJECT_ID -f pr=$PR_ID --jq '.data.addProjectNextItem.projectNextItem.id')"
+ }' -f project=$PROJECT_ID -f pr=$PR_ID --jq '.data.addProjectV2ItemById.item.id')"
```
@@ -500,25 +540,29 @@ gh api graphql -f query='
$status_field: ID!
$status_value: String!
$date_field: ID!
- $date_value: String!
+ $date_value: Date!
) {
- set_status: updateProjectNextItemField(input: {
+ set_status: updateProjectV2ItemFieldValue(input: {
projectId: $project
itemId: $item
fieldId: $status_field
- value: $status_value
+ value: {
+ singleSelectOptionId: $status_value
+ }
}) {
- projectNextItem {
+ projectV2Item {
id
}
}
- set_date_posted: updateProjectNextItemField(input: {
+ set_date_posted: updateProjectV2ItemFieldValue(input: {
projectId: $project
itemId: $item
fieldId: $date_field
- value: $date_value
+ value: {
+ date: $date_value
+ }
}) {
- projectNextItem {
+ projectV2Item {
id
}
}
diff --git a/translations/pt-BR/content/issues/trying-out-the-new-projects-experience/migrating-your-project.md b/translations/pt-BR/content/issues/trying-out-the-new-projects-experience/migrating-your-project.md
index a73e57f02428..a7c0ccc75aa9 100644
--- a/translations/pt-BR/content/issues/trying-out-the-new-projects-experience/migrating-your-project.md
+++ b/translations/pt-BR/content/issues/trying-out-the-new-projects-experience/migrating-your-project.md
@@ -1,6 +1,6 @@
---
-title: Migrating your project to Projects (beta)
-intro: You can migrate your projects from the old projects experience to Projects (beta).
+title: Migrando seu projeto para Projetos (beta)
+intro: Você pode migrar seus projetos da experiência de projetos antigos para Projetos (beta).
allowTitleToDifferFromFilename: true
miniTocMaxHeadingLevel: 2
versions:
@@ -16,45 +16,45 @@ topics:
**Notas:**
- Projects (beta) is currently in public beta and subject to change.
-- If the project you are migrating contains more than 1200 items, open issues will be prioritized followed by open pull requests and then notes. Remaining space will be used for closed issues, merged pull requested, and closed pull requests. Items that cannot be migrated due to this limit will be moved to the archive. If the archive limit of 10,000 items is reached, additional items will not be migrated.
-- Note cards are converted to draft issues, and the contents are saved to the body of the draft issue. If information appears to be missing, make any hidden fields visible. For more information, see "[Showing and hiding fields](/issues/trying-out-the-new-projects-experience/customizing-your-project-views#showing-and-hiding-fields)."
-- Automation will not be migrated.
-- Triage, archive, and activity will not be migrated.
-- After migration, the new migrated project and old project will not be kept in sync.
+- Se o projeto que você está migrando contiver mais de 1200 itens, os problemas abertos serão priorizados seguidos por pull requests abertos e, por último, observações. O espaço restante será usado para problemas fechados, pull requests mesclados e pull requests fechados. Os tens que não podem ser transferidos devido a esse limite serão transferidos para o arquivo. Se o limite de arquivamento de 10.000 itens for atingido, não será realizada a migração dos itens adicionais.
+- Os cartões das observações são convertidos em problemas de rascunho e os conteúdos são salvos no texto do problema do rascunho. Se parecer que a informação está faltando, torne visível qualquer campo oculto. Para obter mais informações, consulte "[Mostrando e ocultando campos](/issues/trying-out-the-new-projects-experience/customizing-your-project-views#showing-and-hiding-fields)."
+- Não será realizada a migração da automação.
+- Não será realizada a migração da triagem, arquivos e atividades.
+- Após a migração, o novo projeto migrado e o projeto antigo não serão mantidos em sincronia.
{% endnote %}
-## About project migration
+## Sobre a migração do projeto
-You can migrate your project boards to the all new projects (beta) experience and try out tables, multiple views, new automation options, and powerful field types. Para obter mais informações, consulte "[Sobre projetos (beta)](/issues/trying-out-the-new-projects-experience/about-projects)".
+Você pode migrar seus quadros de projeto para a experiência de todos os novos projetos (beta) e experimentar tabelas, várias visualizações, novas opções de automação e tipos de campo poderosos. Para obter mais informações, consulte "[Sobre projetos (beta)](/issues/trying-out-the-new-projects-experience/about-projects)".
-## Migrating an organization project board
+## Migrando um quadro de projetos de organização
{% data reusables.projects.enable-migration %}
{% data reusables.profile.access_org %}
{% data reusables.user-settings.access_org %}
{% data reusables.organizations.organization-wide-project %}
-1. On the left, click **Projects (classic)**. 
+1. À esquerda, clique em **Projetos (clássico)**. 
{% data reusables.projects.migrate-project-steps %}
-## Migrating a user project board
+## Migrando um quadro de projetos de usuário
{% data reusables.projects.enable-migration %}
{% data reusables.profile.access_profile %}
1. No topa da página do seu perfil, na navegação principal, clique em {% octicon "project" aria-label="The project board icon" %} **Projects** (Projetos). 
-1. Above the list of projects, click **Projects (classic)**. 
+1. Acima da lista de projetos, clique **Projetos (clássico)**. 
{% data reusables.projects.migrate-project-steps %}
-## Migrating a repository project board
+## Migrando um quadro de projetos do repositório
{% note %}
-**Note:** Projects (beta) does not support repository level projects. When you migrate a repository project board, it will migrate to either the organization or personal account that owns the repository project, and the migrated project will be pinned to the original repository.
+**Observação:** Projetos (beta) não é compatível com projetos do nível do repositório. Quando você migrar um quadro de projeto repositório, ele será transferido para a organização ou conta pessoal à qual pertence o projeto do repositório, e o projeto transferido será fixado no repositório original.
{% endnote %}
{% data reusables.projects.enable-migration %}
{% data reusables.repositories.navigate-to-repo %}
1. Abaixo do nome do repositório, clique em {% octicon "project" aria-label="The project board icon" %} **Projects** (Projetos). 
-1. Click **Projects (classic)**. 
+1. Clique **Projetos (clássico)**. 
{% data reusables.projects.migrate-project-steps %}
diff --git a/translations/pt-BR/content/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects.md b/translations/pt-BR/content/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects.md
index 7a77b0e70b86..5ea03c6691aa 100644
--- a/translations/pt-BR/content/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects.md
+++ b/translations/pt-BR/content/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects.md
@@ -11,6 +11,8 @@ topics:
- Projects
---
+{% data reusables.projects.graphql-deprecation %}
+
Este artigo demonstra como usar a API do GraphQL para gerenciar um projeto. Para obter mais informações sobre como utilizar a API em um fluxo de trabalho {% data variables.product.prodname_actions %}, consulte "[Automatizando projetos (beta)](/issues/trying-out-the-new-projects-experience/automating-projects)". Para uma lista completa dos tipos de dados disponíveis, consulte "[Referência](/graphql/reference)".
{% data reusables.projects.projects-beta %}
@@ -19,7 +21,7 @@ Este artigo demonstra como usar a API do GraphQL para gerenciar um projeto. Para
{% curl %}
-Em todos os exemplos cURL a seguir, substitua `TOKEN` por um token que tem o escopo `read:org` (para consultas) ou `write:org` (para consultas e mutações). O token pode ser um token de acesso pessoal para um usuário ou um token de acesso de instalação para um {% data variables.product.prodname_github_app %}. Para obter mais informações sobre a criação de um token de acesso pessoal, consulte[Criando um token de acesso pessoal](/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token)." Para obter mais informações sobre a criação de um token de acesso de instalação para um {% data variables.product.prodname_github_app %}, consulte "[Efetuando a autenticação com {% data variables.product.prodname_github_apps %}](/developers/apps/building-github-apps/authenticating-with-github-apps#authenticating-as-a-github-app)".
+In all of the following cURL examples, replace `TOKEN` with a token that has the `read:project` scope (for queries) or `project` scope (for queries and mutations). O token pode ser um token de acesso pessoal para um usuário ou um token de acesso de instalação para um {% data variables.product.prodname_github_app %}. Para obter mais informações sobre a criação de um token de acesso pessoal, consulte[Criando um token de acesso pessoal](/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token)." Para obter mais informações sobre a criação de um token de acesso de instalação para um {% data variables.product.prodname_github_app %}, consulte "[Efetuando a autenticação com {% data variables.product.prodname_github_apps %}](/developers/apps/building-github-apps/authenticating-with-github-apps#authenticating-as-a-github-app)".
{% endcurl %}
@@ -27,7 +29,7 @@ Em todos os exemplos cURL a seguir, substitua `TOKEN` por um token que tem o esc
{% data reusables.cli.cli-learn-more %}
-Antes de executar os comandos de {% data variables.product.prodname_cli %}, você deverá efetuar a autenticação executando `gh login --scopes "write:org"`. Se você só tiver de ler, mas não editar, projetos, você poderá omitir o argumento `--escopes`. Para obter mais informações sobre a autenticação de linha de comando, consulte "[gh auth login](https://cli.github.com/manual/gh_auth_login)".
+Before running {% data variables.product.prodname_cli %} commands, you must authenticate by running `gh auth login --scopes "project"`. If you only need to read, but not edit, projects, you can provide the `read:project` scope instead of `project`. Para obter mais informações sobre a autenticação de linha de comando, consulte "[gh auth login](https://cli.github.com/manual/gh_auth_login)".
{% endcli %}
@@ -43,7 +45,7 @@ my_num=5
gh api graphql -f query='
query($organization: String! $number: Int!){
organization(login: $organization){
- projectNext(number: $number) {
+ projectV2(number: $number) {
id
}
}
@@ -69,7 +71,7 @@ Você pode encontrar o nó do projeto de uma organização se você souber o nom
curl --request POST \
--url https://api.github.com/graphql \
--header 'Authorization: token TOKEN' \
- --data '{"query":"query{organization(login: \"ORGANIZATION\") {projectNext(number: NUMBER){id}}}"}'
+ --data '{"query":"query{organization(login: \"ORGANIZATION\") {projectV2(number: NUMBER){id}}}"}'
```
{% endcurl %}
@@ -78,7 +80,7 @@ curl --request POST \
gh api graphql -f query='
query{
organization(login: "ORGANIZATION"){
- projectNext(number: NUMBER) {
+ projectV2(number: NUMBER) {
id
}
}
@@ -93,7 +95,7 @@ Você também pode encontrar o ID do nó de todos os projetos na sua organizaç
curl --request POST \
--url https://api.github.com/graphql \
--header 'Authorization: token TOKEN' \
- --data '{"query":"{organization(login: \"ORGANIZATION\") {projectsNext(first: 20) {nodes {id title}}}}"}'
+ --data '{"query":"{organization(login: \"ORGANIZATION\") {projectsV2(first: 20) {nodes {id title}}}}"}'
```
{% endcurl %}
@@ -102,7 +104,7 @@ curl --request POST \
gh api graphql -f query='
query{
organization(login: "ORGANIZATION") {
- projectsNext(first: 20) {
+ projectsV2(first: 20) {
nodes {
id
title
@@ -124,7 +126,7 @@ Você pode encontrar o ID do nó do projeto se você souber o número do projeto
curl --request POST \
--url https://api.github.com/graphql \
--header 'Authorization: token TOKEN' \
- --data '{"query":"query{user(login: \"USER\") {projectNext(number: NUMBER){id}}}"}'
+ --data '{"query":"query{user(login: \"USER\") {projectV2(number: NUMBER){id}}}"}'
```
{% endcurl %}
@@ -133,7 +135,7 @@ curl --request POST \
gh api graphql -f query='
query{
user(login: "USER"){
- projectNext(number: NUMBER) {
+ projectV2(number: NUMBER) {
id
}
}
@@ -148,7 +150,7 @@ Também é possível encontrar o ID do nó para todos os seus projetos. O exempl
curl --request POST \
--url https://api.github.com/graphql \
--header 'Authorization: token TOKEN' \
- --data '{"query":"{user(login: \"USER\") {projectsNext(first: 20) {nodes {id title}}}}"}'
+ --data '{"query":"{user(login: \"USER\") {projectsV2(first: 20) {nodes {id title}}}}"}'
```
{% endcurl %}
@@ -157,7 +159,7 @@ curl --request POST \
gh api graphql -f query='
query{
user(login: "USER") {
- projectsNext(first: 20) {
+ projectsV2(first: 20) {
nodes {
id
title
@@ -172,14 +174,14 @@ gh api graphql -f query='
Para atualizar o valor de um campo, você precisará saber o ID do nó do campo. Além disso, você precisará saber o ID das opções para um único campo selecionado e o ID das iterações para os campos de iteração.
-O exemplo a seguir retornará o ID, o nome e as configurações para os primeiros 20 campos de um projeto. Substitua `PROJECT_ID` pelo ID do nó do seu projeto.
+The following example will return the ID, name, settings, and configuration for the first 20 fields in a project. Substitua `PROJECT_ID` pelo ID do nó do seu projeto.
{% curl %}
```shell
curl --request POST \
--url https://api.github.com/graphql \
--header 'Authorization: token TOKEN' \
- --data '{"query":"query{node(id: \"PROJECT_ID\") {... on ProjectNext {fields(first: 20) {nodes {id name settings}}}}}"}'
+ --data '{"query":"query{ node(id: \"PROJECT_ID\") { ... on ProjectV2 { fields(first: 20) { nodes { ... on ProjectV2Field { id name } ... on ProjectV2IterationField { id name configuration { iterations { startDate id }}} ... on ProjectV2SingleSelectField { id name options { id name }}}}}}}"}'
```
{% endcurl %}
@@ -187,18 +189,37 @@ curl --request POST \
```shell
gh api graphql -f query='
query{
- node(id: "PROJECT_ID") {
- ... on ProjectNext {
- fields(first: 20) {
- nodes {
+ node(id: "PROJECT_ID") {
+ ... on ProjectV2 {
+ fields(first: 20) {
+ nodes {
+ ... on ProjectV2Field {
+ id
+ name
+ }
+ ... on ProjectV2IterationField {
id
name
- settings
+ configuration {
+ iterations {
+ startDate
+ id
+ }
+ }
+ }
+ ... on ProjectV2SingleSelectField {
+ id
+ name
+ options {
+ id
+ name
+ }
}
}
}
}
- }'
+ }
+}'
```
{% endcli %}
@@ -211,24 +232,42 @@ A resposta ficará semelhante ao seguinte exemplo:
"fields": {
"nodes": [
{
- "id": "MDE2OlByb2plY3ROZXh0RmllbGQxMzE1OQ==",
- "name": "Title",
- "settings": "null"
+ "id": "PVTF_lADOANN5s84ACbL0zgBZrZY",
+ "name": "Title"
},
{
- "id": "MDE2OlByb2plY3ROZXh0RmllbGQxMzE2MA==",
- "name": "Assignees",
- "settings": "null"
+ "id": "PVTF_lADOANN5s84ACbL0zgBZrZc",
+ "name": "Assignees"
},
{
- "id": "MDE2OlByb2plY3ROZXh0RmllbGQxMzE2MQ==",
+ "id": "PVTSSF_lADOANN5s84ACbL0zgBZrZg",
"name": "Status",
- "settings": "{\"options\":[{\"id\":\"f75ad846\",\"name\":\"Todo\",\"name_html\":\"Todo\"},{\"id\":\"47fc9ee4\",\"name\":\"In Progress\",\"name_html\":\"In Progress\"},{\"id\":\"98236657\",\"name\":\"Done\",\"name_html\":\"Done\"}]}"
+ "options": [
+ {
+ "id": "f75ad846",
+ "name": "Todo"
+ },
+ {
+ "id": "47fc9ee4",
+ "name": "In Progress"
+ },
+ {
+ "id": "98236657",
+ "name": "Done"
+ }
+ ]
},
{
- "id": "MDE2OlByb2plY3ROZXh0RmllbGQ3NTEwNw==",
+ "id": "PVTIF_lADOANN5s84ACbL0zgBah28",
"name": "Iteration",
- "settings": "{\"configuration\":{\"duration\":7,\"start_day\":5,\"iterations\":[{\"id\":\"c4d8e84d\",\"title\":\"Iteration 2\",\"duration\":7,\"start_date\":\"2021-10-08\",\"title_html\":\"Iteration 2\"},{\"id\":\"fafa9c9f\",\"title\":\"Iteration 3\",\"duration\":7,\"start_date\":\"2021-10-15\",\"title_html\":\"Iteration 3\"}],\"completed_iterations\":[{\"id\":\"fa62c118\",\"title\":\"Iteration 1\",\"duration\":7,\"start_date\":\"2021-10-01\",\"title_html\":\"Iteration 1\"}]}}"
+ "configuration": {
+ "iterations": [
+ {
+ "startDate": "2022-05-29",
+ "id": "cfc16e4d"
+ }
+ ]
+ }
}
]
}
@@ -237,26 +276,86 @@ A resposta ficará semelhante ao seguinte exemplo:
}
```
-Cada campo tem um ID. Além disso, campos únicos selecionados e iteração têm um valor de `configurações`. Nas configurações de seleção única, você pode encontrar o ID de cada opção para a seleção única. Nas configurações de iteração, você pode encontrar a duração da iteração, o dia de início da iteração (1 para segunda-feira e 7 para domingo), a lista de iterações incompletas e a lista de iterações concluídas. Para cada iteração nas listas de iterações, você pode encontrar o ID, título, duração e data de início da iteração.
+Each field has an ID and name. Single select fields are returned as a `ProjectV2SingleSelectField` object and have an `options` field where you can find the ID of each option for the single select. Iteration fields are returned as a `ProjectV2IterationField` object and have a `configuration` field which includes an `iterations` field containing the ID and information about each iteration.
-### Encontrando informações sobre os itens de um projeto
+If you just need the name and ID of a field, and do not need information about iterations or a single select field's options, you can make use of the `ProjectV2FieldCommon` object.
-Você pode consultar a API para encontrar informações sobre itens no seu projeto.
+{% curl %}
+```shell
+curl --request POST \
+ --url https://api.github.com/graphql \
+ --header 'Authorization: token TOKEN' \
+ --data '{"query":"query{ node(id: \"PROJECT_ID\") { ... on ProjectV2 { fields(first: 20) { nodes { ... on ProjectV2FieldCommon { id name }}}}}}"}'
+```
+{% endcurl %}
-{% note %}
+{% cli %}
+```shell
+gh api graphql -f query='
+ query{
+ node(id: "PROJECT_ID") {
+ ... on ProjectV2 {
+ fields(first: 20) {
+ nodes {
+ ... on ProjectV2FieldCommon {
+ id
+ name
+ }
+ }
+ }
+ }
+ }
+}
+```
+{% endcli %}
-**Observação**: A API não retornará informações sobre os rascunhos dos problemas.
+The response when using the `ProjectV2FieldCommon` object will look similar to the following example:
-{% endnote %}
+```json
+{
+ "data": {
+ "node": {
+ "fields": {
+ "nodes": [
+ {
+ "__typename": "ProjectV2Field",
+ "id": "PVTF_lADOANN5s84ACbL0zgBZrZY",
+ "name": "Title"
+ },
+ {
+ "__typename": "ProjectV2Field",
+ "id": "PVTF_lADOANN5s84ACbL0zgBZrZc",
+ "name": "Assignees"
+ },
+ {
+ "__typename": "ProjectV2SingleSelectField",
+ "id": "PVTSSF_lADOANN5s84ACbL0zgBZrZg",
+ "name": "Status"
+ },
+ {
+ "__typename": "ProjectV2IterationField",
+ "id": "PVTIF_lADOANN5s84ACbL0zgBah28",
+ "name": "Iteration"
+ }
+ ]
+ }
+ }
+ }
+}
+```
+
+### Encontrando informações sobre os itens de um projeto
+
+Você pode consultar a API para encontrar informações sobre itens no seu projeto.
-O exemplo a seguir retornará o título e ID dos primeiros 20 itens em um projeto. Para cada item, ela também retornará o valor e nome para os primeiros 8 campos do projeto. Se o item for um problema ou um pull request, ele retornará o login dos primeiros 10 responsáveis. Substitua `PROJECT_ID` pelo ID do nó do seu projeto.
+The following example will return the first 20 issues, pull requests, and draft issues in a project. For issues and pull requests, it will also return title and the first 10 assignees. For draft issue, it will return the title and body. The example will also return the field name and value for any text, date, or single select fields in the first 8 fields of the project. Substitua `PROJECT_ID` pelo ID do nó do seu projeto.
{% curl %}
```shell
curl --request POST \
--url https://api.github.com/graphql \
--header 'Authorization: token TOKEN' \
- --data '{"query":"query{node(id: \"PROJECT_ID\") {... on ProjectNext {items(first: 20) {nodes{title id fieldValues(first: 8) {nodes{value projectField{name}}} content{...on Issue {assignees(first: 10) {nodes{login}}} ...on PullRequest {assignees(first: 10) {nodes{login}}}}}}}}}"}'
+ --data '{"query":"query{ node(id: \"PROJECT_ID\") { ... on ProjectV2 { items(first: 20) { nodes{ id fieldValues(first: 8) { nodes{ ... on ProjectV2ItemFieldTextValue { text field { ... on ProjectV2FieldCommon { name }}} ... on ProjectV2ItemFieldDateValue { date field { ... on ProjectV2FieldCommon { name } } } ... on ProjectV2ItemFieldSingleSelectValue { name field { ... on ProjectV2FieldCommon { name }}}}} content{ ... on DraftIssue { title body } ...on Issue { title assignees(first: 10) { nodes{ login }}} ...on PullRequest { title assignees(first: 10) { nodes{ login }}}}}}}}}"}'
```
{% endcurl %}
@@ -265,31 +364,57 @@ curl --request POST \
gh api graphql -f query='
query{
node(id: "PROJECT_ID") {
- ... on ProjectNext {
- items(first: 20) {
- nodes{
- title
- id
- fieldValues(first: 8) {
- nodes{
- value
- projectField{
- name
- }
+ ... on ProjectV2 {
+ items(first: 20) {
+ nodes{
+ id
+ fieldValues(first: 8) {
+ nodes{
+ ... on ProjectV2ItemFieldTextValue {
+ text
+ field {
+ ... on ProjectV2FieldCommon {
+ name
+ }
+ }
+ }
+ ... on ProjectV2ItemFieldDateValue {
+ date
+ field {
+ ... on ProjectV2FieldCommon {
+ name
+ }
+ }
+ }
+ ... on ProjectV2ItemFieldSingleSelectValue {
+ name
+ field {
+ ... on ProjectV2FieldCommon {
+ name
+ }
+ }
+ }
+ }
}
- }
- content{
- ...on Issue {
- assignees(first: 10) {
- nodes{
- login
+ content{
+ ... on DraftIssue {
+ title
+ body
+ }
+ ...on Issue {
+ title
+ assignees(first: 10) {
+ nodes{
+ login
+ }
}
}
- }
- ...on PullRequest {
- assignees(first: 10) {
- nodes{
- login
+ ...on PullRequest {
+ title
+ assignees(first: 10) {
+ nodes{
+ login
+ }
}
}
}
@@ -297,21 +422,11 @@ gh api graphql -f query='
}
}
}
- }
- }'
+ }'
```
{% endcli %}
-Um projeto pode conter itens que um usuário não tem permissão para visualizar. Neste caso, a resposta incluirá o item redatado.
-
-```shell
-{
- "node": {
- "title": "You can't see this item",
- ...
- }
-}
-```
+Um projeto pode conter itens que um usuário não tem permissão para visualizar. In this case, the item type will be returned as `REDACTED`.
## Atualizando projetos
@@ -319,7 +434,7 @@ Use mutações para atualizar projetos. Para obter mais informações, consulte
{% note %}
-**Observação:** Você não pode adicionar e atualizar um item na mesma chamada. Você deve usar `addProjectNextItem` para adicionar o item e, em seguida, usar `updateProjectNextItemField` para atualizar o item.
+**Observação:** Você não pode adicionar e atualizar um item na mesma chamada. You must use `addProjectV2ItemById` to add the item and then use `updateProjectV2ItemFieldValue` to update the item.
{% endnote %}
@@ -332,7 +447,7 @@ O exemplo a seguir adicionará um problema ou pull request ao seu projeto. Subst
curl --request POST \
--url https://api.github.com/graphql \
--header 'Authorization: token TOKEN' \
- --data '{"query":"mutation {addProjectNextItem(input: {projectId: \"PROJECT_ID\" contentId: \"CONTENT_ID\"}) {projectNextItem {id}}}"}'
+ --data '{"query":"mutation {addProjectV2ItemById(input: {projectId: \"PROJECT_ID\" contentId: \"CONTENT_ID\"}) {item {id}}}"}'
```
{% endcurl %}
@@ -340,8 +455,8 @@ curl --request POST \
```shell
gh api graphql -f query='
mutation {
- addProjectNextItem(input: {projectId: "PROJECT_ID" contentId: "CONTENT_ID"}) {
- projectNextItem {
+ addProjectV2ItemById(input: {projectId: "PROJECT_ID" contentId: "CONTENT_ID"}) {
+ item {
id
}
}
@@ -354,9 +469,9 @@ A resposta conterá o ID do nó do item recém-criado.
```json
{
"data": {
- "addProjectNextItem": {
- "projectNextItem": {
- "id": "MDE1OlByb2plY3ROZXh0SXRlbTM0MjEz"
+ "addProjectV2ItemById": {
+ "item": {
+ "id": "PVTI_lADOANN5s84ACbL0zgBVd94"
}
}
}
@@ -365,16 +480,56 @@ A resposta conterá o ID do nó do item recém-criado.
Se você tentar adicionar um item que já existe, o ID do item existente será retornado.
+### Adding a draft issue to a project
+
+The following example will add a draft issue to your project. Substitua `PROJECT_ID` pelo ID do nó do seu projeto. Replace `TITLE` and `BODY` with the content you want for the new draft issue.
+
+{% curl %}
+```shell
+curl --request POST \
+ --url https://api.github.com/graphql \
+ --header 'Authorization: token TOKEN' \
+ --data '{"query":"mutation {addProjectV2DraftIssue(input: {projectId: "PROJECT_ID" title: "TITLE" body: "BODY"}) {item {id}}}"}'
+```
+{% endcurl %}
+
+{% cli %}
+```shell
+gh api graphql -f query='
+ mutation {
+ addProjectV2DraftIssue(input: {projectId: "PROJECT_ID" title: "TITLE" body: "BODY"}) {
+ item {
+ id
+ }
+ }
+ }'
+```
+{% endcli %}
+
+The response will contain the node ID of the newly created draft issue.
+
+```json
+{
+ "data": {
+ "addProjectV2ItemById": {
+ "item": {
+ "id": "PVTI_lADOANN5s84ACbL0zgBbxFc"
+ }
+ }
+ }
+}
+```
+
### Atualizando configurações de um projeto
-O exemplo a seguir irá atualizar as configurações do seu projeto. Substitua `PROJECT_ID` pelo ID do nó do seu projeto. Defina `público` como `verdadeiro` para tornar o seu projeto público em {% data variables.product.product_name %}. Modifique a `descrição` para fazer alterações no README do seu projeto.
+O exemplo a seguir irá atualizar as configurações do seu projeto. Substitua `PROJECT_ID` pelo ID do nó do seu projeto. Defina `público` como `verdadeiro` para tornar o seu projeto público em {% data variables.product.product_name %}. Modify `readme` to make changes to your project's README.
{% curl %}
```shell
curl --request POST \
--url https://api.github.com/graphql \
--header 'Authorization: token TOKEN' \
---data '{"query":"mutation { updateProjectNext(input: { projectId: \"PROJECT_ID\", title: \"Project title\", public: false, description: \"# Project README\n\nA long description\", shortDescription: \"A short description\"}) { projectNext { id, title, description, shortDescription }}}"}'
+--data '{"query":"mutation { updateProjectV2(input: { projectId: \"PROJECT_ID\", title: \"Project title\", public: false, readme: \"# Project README\n\nA long description\", shortDescription: \"A short description\"}) { projectV2 { id, title, readme, shortDescription }}}"}'
```
{% endcurl %}
@@ -382,19 +537,19 @@ curl --request POST \
```shell
gh api graphql -f query='
mutation {
- updateProjectNext(
+ updateProjectV2(
input: {
projectId: "PROJECT_ID",
title: "Project title",
public: false,
- description: "# Project README\n\nA long description",
+ readme: "# Project README\n\nA long description",
shortDescription: "A short description"
}
) {
- projectNext {
+ projectV2 {
id
title
- description
+ readme
shortDescription
}
}
@@ -404,14 +559,14 @@ gh api graphql -f query='
### Atualizando um campo de texto, número ou data personalizado
-O exemplo a seguir atualizará o valor de um campo de data para um item. Substitua `PROJECT_ID` pelo ID do nó do seu projeto. Substitua `ITEM_ID` pelo ID do nó do item que você deseja atualizar. Substitua `FIELD_ID` pelo ID do campo que você deseja atualizar.
+The following example will update the value of a text field for an item. Substitua `PROJECT_ID` pelo ID do nó do seu projeto. Substitua `ITEM_ID` pelo ID do nó do item que você deseja atualizar. Substitua `FIELD_ID` pelo ID do campo que você deseja atualizar.
{% curl %}
```shell
curl --request POST \
--url https://api.github.com/graphql \
--header 'Authorization: token TOKEN' \
- --data '{"query":"mutation {updateProjectNextItemField(input: {projectId: \"PROJECT_ID\" itemId: \"ITEM_ID\" fieldId: \"FIELD_ID\" value: \"2021-5-11\"}) {projectNextItem {id}}}"}'
+ --data '{"query":"mutation {updateProjectV2ItemFieldValue( input: { projectId: "PROJECT_ID" itemId: "ITEM_ID" fieldId: "FIELD_ID" value: { text: "Updated text" }}) { projectV2Item { id }}}"}'
```
{% endcurl %}
@@ -419,15 +574,17 @@ curl --request POST \
```shell
gh api graphql -f query='
mutation {
- updateProjectNextItemField(
+ updateProjectV2ItemFieldValue(
input: {
projectId: "PROJECT_ID"
itemId: "ITEM_ID"
fieldId: "FIELD_ID"
- value: "2021-5-11"
+ value: {
+ text: "Updated text"
+ }
}
) {
- projectNextItem {
+ projectV2Item {
id
}
}
@@ -437,7 +594,7 @@ gh api graphql -f query='
{% note %}
-**Observação:** Você não pode usar `updateProjectNextItemField` para alterar `Assignees`, `Labels`, `Milestone` ou `Repository` porque esses campos são propriedades de pull requests e problemas, não de itens do projeto. Em vez disso, você deverá usar a mutação [addAssigneesToAssignable]({% ifversion ghec%}/free-pro-team@latest{% endif %}/graphql/reference/mutations#addassigneestoassignable), [removeAssigneesFromAssignable]({% ifversion ghec%}/free-pro-team@latest{% endif %}/graphql/reference/mutations#removeassigneesfromassignable), [addLabelsToLabelable]({% ifversion ghec%}/free-pro-team@latest{% endif %}/graphql/reference/mutations#addlabelstolabelable), [removeLabelsFromLabelable]({% ifversion ghec%}/free-pro-team@latest{% endif %}/graphql/reference/mutations#removelabelsfromlabelable), [updateIssue]({% ifversion ghec%}/free-pro-team@latest{% endif %}/graphql/reference/mutations#updateissue), [updatePullRequest]({% ifversion ghec%}/free-pro-team@latest{% endif %}/graphql/reference/mutations#updatepullrequest) ou [transferIssue]({% ifversion ghec%}/free-pro-team@latest{% endif %}/graphql/reference/mutations#transferissue).
+**Note:** You cannot use `updateProjectV2ItemFieldValue` to change `Assignees`, `Labels`, `Milestone`, or `Repository` because these fields are properties of pull requests and issues, not of project items. Em vez disso, você deverá usar a mutação [addAssigneesToAssignable]({% ifversion ghec%}/free-pro-team@latest{% endif %}/graphql/reference/mutations#addassigneestoassignable), [removeAssigneesFromAssignable]({% ifversion ghec%}/free-pro-team@latest{% endif %}/graphql/reference/mutations#removeassigneesfromassignable), [addLabelsToLabelable]({% ifversion ghec%}/free-pro-team@latest{% endif %}/graphql/reference/mutations#addlabelstolabelable), [removeLabelsFromLabelable]({% ifversion ghec%}/free-pro-team@latest{% endif %}/graphql/reference/mutations#removelabelsfromlabelable), [updateIssue]({% ifversion ghec%}/free-pro-team@latest{% endif %}/graphql/reference/mutations#updateissue), [updatePullRequest]({% ifversion ghec%}/free-pro-team@latest{% endif %}/graphql/reference/mutations#updatepullrequest) ou [transferIssue]({% ifversion ghec%}/free-pro-team@latest{% endif %}/graphql/reference/mutations#transferissue).
{% endnote %}
@@ -455,7 +612,7 @@ O exemplo a seguir atualizará o valor de um campo de seleção única para um i
curl --request POST \
--url https://api.github.com/graphql \
--header 'Authorization: token TOKEN' \
- --data '{"query":"mutation {updateProjectNextItemField(input: {projectId: \"PROJECT_ID\" itemId: \"ITEM_ID\" fieldId: \"FIELD_ID\" value: \"OPTION_ID\"}) {projectNextItem {id}}}"}'
+ --data '{"query":"mutation {updateProjectV2ItemFieldValue( input: { projectId: "PROJECT_ID" itemId: "ITEM_ID" fieldId: "FIELD_ID" value: { singleSelectOptionId: "OPTION_ID" }}) { projectV2Item { id }}}"}'
```
{% endcurl %}
@@ -463,15 +620,17 @@ curl --request POST \
```shell
gh api graphql -f query='
mutation {
- updateProjectNextItemField(
+ updateProjectV2ItemFieldValue(
input: {
projectId: "PROJECT_ID"
itemId: "ITEM_ID"
fieldId: "FIELD_ID"
- value: "OPTION_ID"
+ value: {
+ singleSelectOptionId: "OPTION_ID"
+ }
}
) {
- projectNextItem {
+ projectV2Item {
id
}
}
@@ -486,14 +645,14 @@ O exemplo a seguir atualizará o valor de um campo de iteração para um item.
- `PROJET_ID` - Substituir isso pelo ID do nó do seu projeto.
- `ITEM_ID` - Substituir isso pelo ID do nó do item que você deseja atualizar.
- `FIELD_ID` - Substitua este ID do campo de iteração que você deseja atualizar.
-- `ITERATION_ID` - Substitua o ID da iteração desejada. Isso pode ser uma iteração ativa (da matriz de `iterações`) ou uma iteração concluída (da matriz `completed_iterations`).
+- `ITERATION_ID` - Substitua o ID da iteração desejada. This can be either an active or completed iteration.
{% curl %}
```shell
curl --request POST \
--url https://api.github.com/graphql \
--header 'Authorization: token TOKEN' \
- --data '{"query":"mutation {updateProjectNextItemField(input: {projectId: \"PROJECT_ID\" itemId: \"ITEM_ID\" fieldId: \"FIELD_ID\" value: \"ITERATION_ID\"}) {projectNextItem {id}}}"}'
+ --data '{"query":"mutation {updateProjectV2ItemFieldValue( input: { projectId: "PROJECT_ID" itemId: "ITEM_ID" fieldId: "FIELD_ID" value: { singleSelectOptionId: "OPTION_ID" }}) { projectV2Item { id }}}"}'
```
{% endcurl %}
@@ -501,15 +660,17 @@ curl --request POST \
```shell
gh api graphql -f query='
mutation {
- updateProjectNextItemField(
+ updateProjectV2ItemFieldValue(
input: {
projectId: "PROJECT_ID"
itemId: "ITEM_ID"
fieldId: "FIELD_ID"
- value: "ITERATION_ID"
+ value: {
+ iterationId: "ITERATION_ID"
+ }
}
) {
- projectNextItem {
+ projectV2Item {
id
}
}
@@ -526,7 +687,7 @@ O exemplo a seguir excluirá um item de um projeto. Substitua `PROJECT_ID` pelo
curl --request POST \
--url https://api.github.com/graphql \
--header 'Authorization: token TOKEN' \
- --data '{"query":"mutation {deleteProjectNextItem(input: {projectId: \"PROJECT_ID\" itemId: \"ITEM_ID\"}) {deletedItemId}}"}'
+ --data '{"query":"mutation {deleteProjectV2Item(input: {projectId: \"PROJECT_ID\" itemId: \"ITEM_ID\"}) {deletedItemId}}"}'
```
{% endcurl %}
@@ -534,7 +695,7 @@ curl --request POST \
```shell
gh api graphql -f query='
mutation {
- deleteProjectNextItem(
+ deleteProjectV2Item(
input: {
projectId: "PROJECT_ID"
itemId: "ITEM_ID"
diff --git a/translations/pt-BR/content/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization.md b/translations/pt-BR/content/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization.md
index e4220a49a075..f2b7d897239c 100644
--- a/translations/pt-BR/content/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization.md
+++ b/translations/pt-BR/content/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization.md
@@ -160,7 +160,7 @@ Nesta seção, você pode encontrar o acesso necessário para as funcionalidades
| Ação no repositório | Leitura | Triagem | Gravação | Manutenção | Administrador |
|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |:-------:|:-------:|:------------------------------------------------------:|:------------------------------------------------------:|:-------------------------------------------------------------------------------------------------:|{% ifversion fpt or ghes or ghae or ghec %}
-| Receive [{% data variables.product.prodname_dependabot_alerts %} for insecure dependencies](/code-security/supply-chain-security/about-alerts-for-vulnerable-dependencies) in a repository | | | | | **X** |
+| Receber [{% data variables.product.prodname_dependabot_alerts %} para dependências inseguras](/code-security/supply-chain-security/about-alerts-for-vulnerable-dependencies) em um repositório | | | | | **X** |
| [Ignorar {% data variables.product.prodname_dependabot_alerts %}](/code-security/supply-chain-security/viewing-and-updating-vulnerable-dependencies-in-your-repository) | | | | | **X** |{% endif %}{% ifversion ghes or ghae or ghec %}
|
| [Designe outras pessoas ou equipes para receber alertas de segurança](/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository#granting-access-to-security-alerts) | | | | | **X** |{% endif %}{% ifversion fpt or ghec %}
diff --git a/translations/pt-BR/content/pull-requests/collaborating-with-pull-requests/working-with-forks/index.md b/translations/pt-BR/content/pull-requests/collaborating-with-pull-requests/working-with-forks/index.md
index a51477013ae4..2246bafbe9b7 100644
--- a/translations/pt-BR/content/pull-requests/collaborating-with-pull-requests/working-with-forks/index.md
+++ b/translations/pt-BR/content/pull-requests/collaborating-with-pull-requests/working-with-forks/index.md
@@ -16,7 +16,6 @@ children:
- /about-forks
- /configuring-a-remote-for-a-fork
- /syncing-a-fork
- - /merging-an-upstream-repository-into-your-fork
- /allowing-changes-to-a-pull-request-branch-created-from-a-fork
- /what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility
---
diff --git a/translations/pt-BR/content/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork.md b/translations/pt-BR/content/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork.md
deleted file mode 100644
index 22a0365d717c..000000000000
--- a/translations/pt-BR/content/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-title: Fazer merge de um repositório upstream em sua bifurcação
-intro: 'Se você não tem acesso push (gravação) em um repositório upstream, é possível fazer pull de commits do repositório para sua própria bifurcação.'
-redirect_from:
- - /github/collaborating-with-issues-and-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork
- - /articles/merging-an-upstream-repository-into-your-fork
- - /github/collaborating-with-issues-and-pull-requests/merging-an-upstream-repository-into-your-fork
- - /github/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork
-versions:
- fpt: '*'
- ghes: '*'
- ghae: '*'
- ghec: '*'
-topics:
- - Pull requests
-shortTitle: Fazer merge de um repositório upstream
----
-
-{% data reusables.command_line.open_the_multi_os_terminal %}
-2. Altere o diretório de trabalho atual referente ao seu projeto local.
-3. Faça checkout do branch que deseja fazer merge. Normalmente, você fará o merge no branch-padrão.
- ```shell
- $ git checkout DEFAULT_BRANCH_NAME
- ```
-4. Faça pull do branch desejado do repositório upstream. Esse método guardará o histórico do commit sem modificações.
- ```shell
- $ git pull https://{% data variables.command_line.codeblock %}/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git BRANCH_NAME
- ```
-5. Resolva os conflitos, caso existam. Para obter mais informações, consulte "[Solucionar conflitos de merge](/github/collaborating-with-pull-requests/addressing-merge-conflicts)".
-6. Faça commit do merge.
-7. Revise as alterações e certifique-se de que são adequadas.
-8. Faça push do merge para o seu repositório GitHub.
- ```shell
- $ git push origin DEFAULT_BRANCH_NAME
- ```
diff --git a/translations/pt-BR/content/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork.md b/translations/pt-BR/content/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork.md
index da6007ee6b00..d4817b86cf13 100644
--- a/translations/pt-BR/content/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork.md
+++ b/translations/pt-BR/content/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork.md
@@ -6,6 +6,11 @@ redirect_from:
- /articles/syncing-a-fork
- /github/collaborating-with-issues-and-pull-requests/syncing-a-fork
- /github/collaborating-with-pull-requests/working-with-forks/syncing-a-fork
+ - /pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork
+ - /github/collaborating-with-issues-and-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork
+ - /articles/merging-an-upstream-repository-into-your-fork
+ - /github/collaborating-with-issues-and-pull-requests/merging-an-upstream-repository-into-your-fork
+ - /github/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork
versions:
fpt: '*'
ghes: '*'
@@ -18,7 +23,7 @@ permissions: People with write access for a forked repository can sync the fork
{% ifversion fpt or ghes > 3.1 or ghae or ghec %}
-## Sincronizando uma bifurcação a partir da interface de usuário da web
+## Syncing a fork branch from the web UI
1. Em {% data variables.product.product_name %}, acesse a página principal do repositório bifurcado que você deseja sincronizar com o repositório upstream.
2. Selecione o menu suspenso **Buscar a upstream**. 
@@ -26,19 +31,19 @@ permissions: People with write access for a forked repository can sync the fork
Se as alterações do repositório a upstream gerarem conflitos, {% data variables.product.company_short %} solicitará a criação de um pull request para resolver os conflitos.
-## Sincronizando uma bifurcação com {% data variables.product.prodname_cli %}
+## Syncing a fork branch with the {% data variables.product.prodname_cli %}
{% data reusables.cli.about-cli %} Para saber mais sobre {% data variables.product.prodname_cli %}, consulte "[Sobre {% data variables.product.prodname_cli %}](/github-cli/github-cli/about-github-cli)."
-Para atualizar a bifurcação remota a partir da bifurcação principal, use o subcomando `repo gh sync` e forneça o nome da sua bifurcação como argumento.
+To update the remote fork from its parent, use the `gh repo sync -b BRANCHNAME` subcommand and supply your fork and branch name as arguments.
```shell
-$ gh repo sync owner/cli-fork
+$ gh repo sync owner/cli-fork -b BRANCHNAME
```
Se as alterações do repositório upstream causarem conflitos, o {% data variables.product.prodname_cli %} não poderá sincronizar. Você pode definir o sinalizador `-force` para substituir o branch de destino.
-## Sincronizando uma bifurcação a partir da linha de comando
+## Syncing a fork branch from the command line
{% endif %}
Antes de poder sincronizar a sua bifurcação com um repositório upstream, é necessário [configurar um controle remoto que aponte para o repositório upstream](/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork) no Git.
@@ -77,6 +82,15 @@ Antes de poder sincronizar a sua bifurcação com um repositório upstream, é n
> create mode 100644 README.md
```
+ If your local branch didn't have any unique commits, Git will perform a fast-forward. For more information, see [Basic Branching and Merging](https://git-scm.com/book/en/v2/Git-Branching-Basic-Branching-and-Merging) in the Git documentation.
+ ```shell
+ $ git merge upstream/main
+ > Updating 34e91da..16c56ad
+ > Fast-forward
+ > README.md | 5 +++--
+ > 1 file changed, 3 insertions(+), 2 deletions(-)
+ ```
+ If your local branch had unique commits, you may need to resolve conflicts. Para obter mais informações, consulte "[Solucionar conflitos de merge](/github/collaborating-with-pull-requests/addressing-merge-conflicts)."
{% tip %}
diff --git a/translations/pt-BR/content/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user.md b/translations/pt-BR/content/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user.md
index 30d631ae2ed4..12f6dc214454 100644
--- a/translations/pt-BR/content/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user.md
+++ b/translations/pt-BR/content/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user.md
@@ -38,7 +38,7 @@ Para verificar o endereço de e-mail usado para esses commits e conectar commits
1. Navegue até o commit clicando no link da mensagem do commit. 
2. Para ler uma mensagem sobre o motivo do commit não estar vinculado, passe o mouse sobre o {% octicon "question" aria-label="Question mark" %} azul à direita do nome de usuário. 
- - **Autor não reconhecido (com endereço de e-mail)** Se você vir esta mensagem com um endereço de e-mail, o endereço que você usou para criar o commit não estará conectado à sua conta em {% data variables.product.product_name %}. {% ifversion not ghae %}Para vincular seus commits, [adicione o endereço de e-mail às suas configurações de e-mail do GitHub](/articles/adding-an-email-address-to-your-github-account).{% endif %} Se o endereço de e-mail tiver um Gravatar associado, o Gravatar será exibido ao lado do commit, em vez do Octoact cinza padrão.
+ - **Autor não reconhecido (com endereço de e-mail)** Se você vir esta mensagem com um endereço de e-mail, o endereço que você usou para criar o commit não estará conectado à sua conta em {% data variables.product.product_name %}. {% ifversion not ghae %}To link your commits, [add the email address to your GitHub email settings](/articles/adding-an-email-address-to-your-github-account).{% endif %}{% ifversion not ghae %} If the email address has a Gravatar associated with it, the Gravatar will be displayed next to the commit, rather than the default gray Octocat.{% endif %}
- **Autor não reconhecido (sem endereço de e-mail)** Se você vir esta mensagem sem um endereço de e-mail. significa que você usou um endereço de e-mail genérico que não pode ser conectado à sua conta em {% data variables.product.product_name %}.{% ifversion not ghae %} Você deverá [definir seu endereço de e-mail no Git](/articles/setting-your-commit-email-address) e, em seguida, [adicionar o novo endereço às suas configurações de e-mail do GitHub](/articles/adding-an-email-address-to-your-github-account) para vincular seus futuros commits. Os commits antigos não serão vinculados.{% endif %}
- **E-mail inválido** O endereço de e-mail nas configurações locais do Git está em branco ou não está formatado como um endereço de e-mail.{% ifversion not ghae %} Você deverá [definir seu endereço de e-mail de commit no Git](/articles/setting-your-commit-email-address) e, em seguida, [adicionar o novo endereço às suas configurações de e-mail do GitHub](/articles/adding-an-email-address-to-your-github-account) para vincular seus futuros commits. Os commits antigos não serão vinculados.{% endif %}
diff --git a/translations/pt-BR/content/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors.md b/translations/pt-BR/content/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors.md
index 9cb36ae5963c..10f24341ee29 100644
--- a/translations/pt-BR/content/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors.md
+++ b/translations/pt-BR/content/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors.md
@@ -125,7 +125,9 @@ $ ssh -T git@{% data variables.command_line.codeblock %}
> fornece acesso shell.
```
-Se o repositório pertencer a uma organização e você estiver usando uma chave SSH gerada por um aplicativo OAuth, o acesso ao aplicativo OAuth poderá ser restringido pelo proprietário da organização. Para obter mais informações, consulte "Sobre as restrições de acesso ao aplicativo OAuth".
+{% ifversion fpt or ghec %}
+Se o repositório pertencer a uma organização e você estiver usando uma chave SSH gerada por um aplicativo OAuth, o acesso ao aplicativo OAuth poderá ser restringido pelo proprietário da organização. Para obter mais informações, consulte "[Sobre as restrições de acesso ao aplicativo OAuth](/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions)".
+{% endif %}
Para obter mais informações, consulte [Adicionar uma nova chave SSH à sua conta GitHub](/articles/adding-a-new-ssh-key-to-your-github-account).
diff --git a/translations/pt-BR/content/repositories/releasing-projects-on-github/managing-releases-in-a-repository.md b/translations/pt-BR/content/repositories/releasing-projects-on-github/managing-releases-in-a-repository.md
index 08f64b9fd0e2..c4630a423f1f 100644
--- a/translations/pt-BR/content/repositories/releasing-projects-on-github/managing-releases-in-a-repository.md
+++ b/translations/pt-BR/content/repositories/releasing-projects-on-github/managing-releases-in-a-repository.md
@@ -26,7 +26,7 @@ shortTitle: Gerenciar versões
Você pode criar novas versões com observações de versões, @menções de contribuidores e links para arquivos binários, bem como editar ou excluir versões existentes.
{% ifversion fpt or ghec %}
-Você também pode publicar uma ação a partir de uma versão específica em {% data variables.product.prodname_marketplace %}. Para obter mais informações, consulte "Publicar uma ação no {% data variables.product.prodname_marketplace %}"
+Você também pode publicar uma ação de uma versão específica em {% data variables.product.prodname_marketplace %}. Para obter mais informações, consulte "[Publicar uma ação no {% data variables.product.prodname_marketplace %}](/actions/creating-actions/publishing-actions-in-github-marketplace)"
Você pode escolher se objetos {% data variables.large_files.product_name_long %} ({% data variables.large_files.product_name_short %}) estão incluídos nos arquivos ZIP e tarballs que {% data variables.product.product_name %} cria para cada versão. Para obter mais informações, consulte "
diff --git a/translations/pt-BR/content/repositories/working-with-files/using-files/viewing-a-file.md b/translations/pt-BR/content/repositories/working-with-files/using-files/viewing-a-file.md
index 5202b33ccf4c..a2a760c5a626 100644
--- a/translations/pt-BR/content/repositories/working-with-files/using-files/viewing-a-file.md
+++ b/translations/pt-BR/content/repositories/working-with-files/using-files/viewing-a-file.md
@@ -77,4 +77,10 @@ Isso pode ser útil quando alguns commits fizerem amplas alterações no seu có
git blame --ignore-revs-file .git-blame-ignore-revs
```
+You can also configure your local git so it always ignores the revs in that file:
+
+```shell
+git config blame.ignoreRevsFile .git-blame-ignore-revs
+```
+
{% endif %}
diff --git a/translations/pt-BR/content/repositories/working-with-files/using-files/working-with-non-code-files.md b/translations/pt-BR/content/repositories/working-with-files/using-files/working-with-non-code-files.md
index 8089400e6437..cc8f1ef4cefe 100644
--- a/translations/pt-BR/content/repositories/working-with-files/using-files/working-with-non-code-files.md
+++ b/translations/pt-BR/content/repositories/working-with-files/using-files/working-with-non-code-files.md
@@ -245,6 +245,7 @@ Quando você clicar no ícone de folha de papel à direita, também verá as alt
Os mapas no {% data variables.product.product_name %} usam [Leaflet.js](http://leafletjs.com) e são compatíveis com todos os tipos geométricos descritos nas [especificações geoJSON](http://www.geojson.org/geojson-spec.html) (Ponto, LineString, Polígono, Múltiplos Pontos, MultiLineString, MultiPolygon e GeometryCollection). Os arquivos TopoJSON devem ser do tipo "Topology" (Topologia) e estar de acordo com as [especificações topoJSON](https://github.com/mbostock/topojson/wiki/Specification).
+{% ifversion geoJSON-with-MapBox %}
### Estilos de elementos gráficos
Você pode personalizar a maneira como os elementos gráficos são exibidos, como especificar uma cor ou adicionar um ícone descritivo, transmitindo metadados adicionais nas propriedades do objeto geoJSON. As opções são:
@@ -259,6 +260,7 @@ Você pode personalizar a maneira como os elementos gráficos são exibidos, com
* `fill-opacity` (opacidade do preenchimento) - opacidade do interior de um polígono (0,0 - 1,0)
Consulte a [ versão 1.1.0 do simplestyle especificações de código aberto](https://github.com/mapbox/simplestyle-spec/tree/master/1.1.0) para obter mais informações.
+{% endif %}
### Incorporar o mapa em outro lugar
@@ -308,8 +310,12 @@ Ainda pode ser possível renderizar os dados convertendo o arquivo `.geojson` em
### Leia mais
+{% ifversion geoJSON-with-MapBox %}
* [Documentação do Leaflet.js](https://leafletjs.com/)
* [Documentação MapBox marcadores de estilo](http://www.mapbox.com/developers/simplestyle/)
+{%- else %}
+* [Azure Maps documentation](https://docs.microsoft.com/en-us/azure/azure-maps/)
+{%- endif %}
* [Wiki TopoJSON](https://github.com/mbostock/topojson/wiki)
## Trabalhando com arquivos do Jupyter Notebook no {% data variables.product.prodname_dotcom %}
diff --git a/translations/pt-BR/content/rest/actions/index.md b/translations/pt-BR/content/rest/actions/index.md
index 8079cbd52137..16819c1c0f77 100644
--- a/translations/pt-BR/content/rest/actions/index.md
+++ b/translations/pt-BR/content/rest/actions/index.md
@@ -15,6 +15,7 @@ miniTocMaxHeadingLevel: 3
children:
- /artifacts
- /cache
+ - /oidc
- /permissions
- /secrets
- /self-hosted-runner-groups
diff --git a/translations/pt-BR/content/rest/actions/oidc.md b/translations/pt-BR/content/rest/actions/oidc.md
new file mode 100644
index 000000000000..47fae48d9fdc
--- /dev/null
+++ b/translations/pt-BR/content/rest/actions/oidc.md
@@ -0,0 +1,12 @@
+---
+title: GitHub Actions OIDC
+allowTitleToDifferFromFilename: true
+shortTitle: OIDC
+intro: 'The {% data variables.product.prodname_actions %} OIDC API allows you to customize the JWT token claims.'
+topics:
+ - API
+versions:
+ ghec: '*'
+ fpt: '*'
+---
+
diff --git a/translations/pt-BR/content/rest/codespaces/codespaces.md b/translations/pt-BR/content/rest/codespaces/codespaces.md
index 2f8cd124ed06..f0ceed355e2d 100644
--- a/translations/pt-BR/content/rest/codespaces/codespaces.md
+++ b/translations/pt-BR/content/rest/codespaces/codespaces.md
@@ -9,8 +9,6 @@ topics:
miniTocMaxHeadingLevel: 3
---
-{% data reusables.codespaces.codespaces-api-beta-note %}
-
## Sobre a API de codespaces
A API de {% data variables.product.prodname_codespaces %} permite que você gerencie {% data variables.product.prodname_codespaces %} usando a API REST. Esta API está disponível para usuários autenticados e aplicativos OAuth, mas não para aplicativos GitHub. Para obter mais informações, consulte "[{% data variables.product.prodname_codespaces %}](/codespaces)".
diff --git a/translations/pt-BR/content/rest/codespaces/index.md b/translations/pt-BR/content/rest/codespaces/index.md
index da58fe82497d..b387d7960316 100644
--- a/translations/pt-BR/content/rest/codespaces/index.md
+++ b/translations/pt-BR/content/rest/codespaces/index.md
@@ -10,6 +10,7 @@ topics:
miniTocMaxHeadingLevel: 3
children:
- /codespaces
+ - /organizations
- /machines
- /repository-secrets
- /secrets
diff --git a/translations/pt-BR/content/rest/codespaces/organizations.md b/translations/pt-BR/content/rest/codespaces/organizations.md
new file mode 100644
index 000000000000..ae596dbc3027
--- /dev/null
+++ b/translations/pt-BR/content/rest/codespaces/organizations.md
@@ -0,0 +1,18 @@
+---
+title: Codespaces organizations
+allowTitleToDifferFromFilename: true
+shortTitle: Organizações
+intro: The Codespaces organizations API enables you to manage your organization members codespaces using the REST API.
+versions:
+ fpt: '*'
+ ghec: '*'
+topics:
+ - API
+miniTocMaxHeadingLevel: 3
+---
+
+{% data reusables.codespaces.codespaces-api-beta-note %}
+
+## About the Codespaces organizations API
+
+The {% data variables.product.prodname_codespaces %} organizations API enables you to manage {% data variables.product.prodname_codespaces %} billed to your organization using the REST API. This API is available for authenticated organization admins and OAuth Apps, but not GitHub Apps. For more information, see "[{% data variables.product.prodname_codespaces %}](/codespaces)."
diff --git a/translations/pt-BR/content/rest/overview/media-types.md b/translations/pt-BR/content/rest/overview/media-types.md
index 35ade85adf19..1e9d68d2e7ca 100644
--- a/translations/pt-BR/content/rest/overview/media-types.md
+++ b/translations/pt-BR/content/rest/overview/media-types.md
@@ -17,46 +17,22 @@ Tipos de mídia personalizados são usados na API para permitir que os consumido
Todos os tipos de mídia de {% data variables.product.product_name %} se parecem com isto:
- application/vnd.github[.version].param[+json]
+ application/vnd.github.param[+json]
Os tipos mais básicos de mídia que a API suporta são:
- application/json
application/vnd.github+json
-
-Nenhum desses parâmetros especifica a versão [][versions]. Portanto, você sempre receberá a representação atual do JSON padrão atual de recursos.
+ application/json
{% note %}
-**Importante:** A versão-padrão da API pode ser alterada no futuro. Se você estiver construindo um aplicativo e se importar com a estabilidade da API, certifique-se de solicitar uma versão específica no cabeçalho `Aceitar`, conforme mostrado nos exemplos abaixo.
+**Note:** In the past, we recommended including `v3` in your `Accept` header. This is no longer required and will have no impact on your API requests.
{% endnote %}
-Você pode especificar uma versão assim:
-
- application/vnd.github.v3+json
-
-Se você estiver especificando uma propriedade (como full/raw/etc. definido abaixo), coloque a versão antes da propriedade:
+If you're specifying a property (such as full/raw/etc defined below), put it after `github`:
- application/vnd.github.v3.raw+json
-
-Você pode verificar a versão atual por meio de cada cabeçalho de resposta. Procure o cabeçalho `X-GitHub-Media-Type`:
-
-```shell
-$ curl {% data variables.product.api_url_pre %}/users/technoweenie -I
-> HTTP/2 200
-> X-GitHub-Media-Type: github.v3
-
-$ curl {% data variables.product.api_url_pre %}/users/technoweenie -I \
-$ -H "Accept: application/vnd.github.full+json"
-> HTTP/2 200
-> X-GitHub-Media-Type: github.v3; param=full; format=json
-
-$ curl {% data variables.product.api_url_pre %}/users/technoweenie -I \
-$ -H "Accept: application/vnd.github.v3.full+json"
-> HTTP/2 200
-> X-GitHub-Media-Type: github.v3; param=full; format=json
-```
+ application/vnd.github.raw+json
## Propriedades do texto do comentário
@@ -64,25 +40,25 @@ O texto de um comentário pode ser escrito no [Linguagem de Markdown enriquecido
### Sem processar
- application/vnd.github.VERSION.raw+json
+ application/vnd.github.raw+json
Retorna o texto do markdown sem processar. A resposta incluirá o `texto`. Este é o padrão se você não passar nenhum tipo de mídia específico.
### Texto
- application/vnd.github.VERSION.text+json
+ application/vnd.github.text+json
Retorna uma representação única do texto do markdown. A resposta irá incluir `body_text`.
### HTML
- application/vnd.github.VERSION.html+json
+ application/vnd.github.html+json
Retorna um HTML interpretado a partir do markdown do texto. A resposta incluirá `body_html`.
### Completo
- application/vnd.github.VERSION.full+json
+ application/vnd.github.full+json
Retorna as representações de HTML e texto sem processar. A resposta incluirá `texto`, `body_text` e `body_html`:
@@ -92,14 +68,14 @@ Os seguintes tipos de mídia são permitidos ao [receber um blob](/rest/referenc
### JSON
- application/vnd.github.VERSION+json
+ application/vnd.github+json
application/json
Retorna a representação do JSON do blob com `conteúdo` como uma string codificada de base64. Este é o padrão, caso nada seja passado.
### Sem processar
- application/vnd.github.VERSION.raw
+ application/vnd.github.raw
Retorna os dados do blob sem processamento.
@@ -109,27 +85,27 @@ A [API de commits](/rest/reference/repos#commits) e [API de pull requests](/rest
### diff
- application/vnd.github.VERSION.diff
+ application/vnd.github.diff
### patch
- application/vnd.github.VERSION.patch
+ application/vnd.github.patch
### sha
- application/vnd.github.VERSION.sha
+ application/vnd.github.sha
## Conteúdo do repositório
### Sem processar
- application/vnd.github.VERSION.raw
+ application/vnd.github.raw
Retorna o conteúdo sem processamento de um arquivo. Este é o padrão se você não passar nenhum tipo de mídia específico.
### HTML
- application/vnd.github.VERSION.html
+ application/vnd.github.html
Para arquivos de markup, como Markdown ou AsciiDoc, você pode recuperar o HTML interpretado usando o tipo de mídia `.html`. As linguagens de markup são processadas em HTML usando nossa [biblioteca de markup](https://github.com/github/markup) de código aberto.
@@ -137,18 +113,16 @@ Para arquivos de markup, como Markdown ou AsciiDoc, você pode recuperar o HTML
### Sem processar
- application/vnd.github.VERSION.raw
+ application/vnd.github.raw
Retorna o conteúdo sem processar de um gist. Este é o padrão se você não passar nenhum tipo de mídia específico.
### base64
- application/vnd.github.VERSION.base64
+ application/vnd.github.base64
O conteúdo do gist é codificado em base64 antes de ser enviado. Isso pode ser útil se o seu gist contiver qualquer sequência de UTF-8 inválida.
[gfm]: http://github.github.com/github-flavored-markdown/
[git-diff]: http://git-scm.com/docs/git-diff
[git-patch]: http://git-scm.com/docs/git-format-patch
-[versions]: /developers/overview/about-githubs-apis
-[versions]: /developers/overview/about-githubs-apis
diff --git a/translations/pt-BR/content/rest/teams/members.md b/translations/pt-BR/content/rest/teams/members.md
index 65737bd0e6bd..43d4b4acb15c 100644
--- a/translations/pt-BR/content/rest/teams/members.md
+++ b/translations/pt-BR/content/rest/teams/members.md
@@ -20,7 +20,7 @@ miniTocMaxHeadingLevel: 3
{% ifversion fpt or ghes or ghec %}
{% note %}
-**Observação:** Quando você tiver configurado a sincronização da equipe para uma equipe com o provedor de identidade (IdP) da sua organização, você receberá uma mensagem de erro se tentar usar a API para fazer alterações na associação da equipe. Se você tiver acesso para administrar a associação do grupo em seu IdP, você pode administrar a associação da equipe do GitHub através do seu provedor de identidade, que adiciona e remove automaticamente os integrantes da equipe em uma organização. Para obter mais informações, consulte "Sincronizar equipes entre seu provedor de identidade e o GitHub".
+**Observação:** Quando você tiver configurado a sincronização da equipe para uma equipe com o provedor de identidade (IdP) da sua organização, você receberá uma mensagem de erro se tentar usar a API para fazer alterações na associação da equipe. Se você tiver acesso para administrar a associação do grupo em seu IdP, você pode administrar a associação da equipe do GitHub através do seu provedor de identidade, que adiciona e remove automaticamente os integrantes da equipe em uma organização. Para obter mais informações, consulte "[Sincronizar equipes entre seu provedor de identidade e o GitHub](/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization)".
{% endnote %}
diff --git a/translations/pt-BR/content/rest/teams/team-sync.md b/translations/pt-BR/content/rest/teams/team-sync.md
index 3daeea5150fe..331b579dc20a 100644
--- a/translations/pt-BR/content/rest/teams/team-sync.md
+++ b/translations/pt-BR/content/rest/teams/team-sync.md
@@ -12,9 +12,9 @@ allowTitleToDifferFromFilename: true
## Sobre a API de sincronização da equipe
-Para usar esta API, o usuário autenticado deve ser um mantenedor de equipe ou um proprietário da organização associada à equipe. O token que você usa para efetuar a autenticação também deverá ser autorizado para uso com o provedor de IdP (SSO). Para obter mais informações, consulte "Autorizando um token de acesso pessoal para uso com uma organização de logon único SAML".
+Para usar esta API, o usuário autenticado deve ser um mantenedor de equipe ou um proprietário da organização associada à equipe. O token que você usa para efetuar a autenticação também deverá ser autorizado para uso com o provedor de IdP (SSO). Para obter mais informações, consulte "[Autorizando um token de acesso pessoal para uso com uma organização de logon único SAML](/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on)".
-Você pode gerenciar os integrantes da equipe do GitHub através do seu IdP com a sincronização de equipe. A sincronização de equipe deve estar habilitada para usar a API de sincronização de equipe. Para obter mais informações, consulte "Sincronizar equipes entre seu provedor de identidade e o GitHub".
+Você pode gerenciar os integrantes da equipe do GitHub através do seu IdP com a sincronização de equipe. A sincronização de equipe deve estar habilitada para usar a API de sincronização de equipe. Para obter mais informações, consulte "[Sincronizar equipes entre seu provedor de identidade e o GitHub](/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization)".
{% note %}
diff --git a/translations/pt-BR/content/search-github/searching-on-github/searching-for-repositories.md b/translations/pt-BR/content/search-github/searching-on-github/searching-for-repositories.md
index e8fa32f3b507..29b363df2be8 100644
--- a/translations/pt-BR/content/search-github/searching-on-github/searching-for-repositories.md
+++ b/translations/pt-BR/content/search-github/searching-on-github/searching-for-repositories.md
@@ -24,14 +24,15 @@ Para incluir bifurcações nos resultados da pesquisa, você precisará adiciona
## Pesquisar por nome do repositório, descrição ou conteúdo do arquivo README
-Com o qualificador `in`, você pode restringir a pesquisa ao nome do repositório, descrição do repositório, conteúdo do arquivo README ou qualquer combinação desses itens. Quando você omite esse qualificador, somente o nome e a descrição do repositório são pesquisados.
+With the `in` qualifier you can restrict your search to the repository name, repository description, repository topics, contents of the README file, or any combination of these. When you omit this qualifier, only the repository name, description, and topics are searched.
| Qualifier | Exemplo |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `in:name` | [**jquery in:name**](https://github.com/search?q=jquery+in%3Aname&type=Repositories) corresponde aos repositórios com "jquery" no nome do respositório. |
| `in:description` | [**jquery in:name,description**](https://github.com/search?q=jquery+in%3Aname%2Cdescription&type=Repositories) corresponde aos repositórios com "jquery" no nome ou descrição do repositório. |
+| `in:topics` | [**jquery in:topics**](https://github.com/search?q=jquery+in%3Atopics&type=Repositories) matches repositories labeled with "jquery" as a topic. |
| `in:readme` | [**jquery em:readme**](https://github.com/search?q=jquery+in%3Areadme&type=Repositories) corresponde aos repositórios que mencionam "jquery" no arquivo README do repositório. |
-| `repo:owner/name` | [**repo:octocat/hello-world**](https://github.com/search?q=repo%3Aoctocat%2Fhello-world) identifica um nome de repositório específico. |
+| `repo:owner/name` | [**repo:octocat/hello-world**](https://github.com/search?q=repo%3Aoctocat%2Fhello-world) matches a specific repository name. |
## Pesquisar com base no conteúdo do repositório
diff --git a/translations/pt-BR/content/site-policy/github-terms/github-terms-for-additional-products-and-features.md b/translations/pt-BR/content/site-policy/github-terms/github-terms-for-additional-products-and-features.md
index 6255990081c6..423cc0622fdd 100644
--- a/translations/pt-BR/content/site-policy/github-terms/github-terms-for-additional-products-and-features.md
+++ b/translations/pt-BR/content/site-policy/github-terms/github-terms-for-additional-products-and-features.md
@@ -18,7 +18,7 @@ Data de vigência da versão: 10 de agosto de 2021
Ao usar o GitHub, você pode ter acesso a muitos produtos e funcionalidades adicionais ("Produtos e Funcionalidades Adicionais"). Porque muitos dos produtos e funcionalidades adicionais oferecem diferentes funcionalidades, termos específicos para esse produto ou recurso, podem-se aplicar, além do seu acordo principal — os Termos de Serviço do GitHub, Termos de Serviço Corporativo, Termos Gerais do GitHub ou contrato de licenciamento de volume da Microsoft (denominados o "Contrato"). Abaixo, listamos os produtos e funcionalidades, junto com os termos adicionais correspondentes que se aplicam ao seu uso.
-Ao usar as Funcionalidades e Produtos Adicionais, você também concorda com os Termos do GitHub aplicáveis para Produtos Adicionais e Funcionalidades listados abaixo. A violação destes termos do GitHub para Produtos e Funcionalidades Adicionais constitui uma violação do Contrato. Os termos em maiúsculas não definidos aqui têm o significado consignado no Contrato.
+Ao usar as Funcionalidades e Produtos Adicionais, você também concorda com os Termos do GitHub aplicáveis para Produtos Adicionais e Funcionalidades listados abaixo. A violation of these GitHub Terms for Additional Products and Features is a violation of the Agreement. Os termos em maiúsculas não definidos aqui têm o significado consignado no Contrato.
**Para usuários corporativos**
- Os usuários do **GitHub Enterprise Cloud** podem ter acesso aos seguintes Produtos e Funcionalidades: Ações, Segurança avançada, base de dados de consultores, códigos, pré-visualizações do Dependabot, importaor do GitHub Enterprise, laboratório de aprendizado, pacotes e páginas.
@@ -90,6 +90,19 @@ A versão geralmente disponível do Codespaces não está disponível atualmente
## Connect
Com GitHub Connect, você pode compartilhar certas funcionalidades e dados entre seu GitHub Enterprise Server ou sua instância do GitHub AE e sua organização do GitHub Enterprise Cloud ou conta corporativa no GitHub.com. Para habilitar o GitHub Connect, você precisa ter ao menos uma (1) conta no GitHub Enterprise Cloud ou GitHub.com e uma (1) instância licenciada do GitHub Enterprise Server ou GitHub AE. O seu uso do GitHub Enterprise Cloud ou GitHub.com por meio do Connect é regido pelos termos sob os quais você licencia o GitHub Enterprise Cloud ou GitHub.com. O uso de dados pessoais é regido pela [Declaração de Privacidade do GitHub](/github/site-policy/github-privacy-statement).
+## GitHub Copilot
+To use GitHub Copilot, you need to install an extension to an integrated development environment (IDE) or editor. The code you write using the GitHub Copilot extension in an IDE or editor (“**Your Code**”) is not “Content” under the Agreement until you upload it to GitHub.com.
+
+The code, functions, and other output returned to you by GitHub Copilot are called “**Suggestions**.” GitHub does not claim any rights in Suggestions, and you retain ownership of and responsibility for Your Code, including Suggestions you include in Your Code.
+
+_Uso aceitável_
+
+Your Code is subject to the GitHub [Acceptable Use Policies](/site-policy/acceptable-use-policies/github-acceptable-use-policies). For example, you may not prompt GitHub Copilot with content that is unlawful or otherwise prohibited by the GitHub Acceptable Use Policies on GitHub.com.
+
+_Dados_
+
+GitHub Copilot (i) may, depending on your preferred telemetry settings, collect snippets of Your Code, and (ii) will collect additional usage information through the IDE or editor tied to your Account. This may include personal data, as referenced in the [GitHub Privacy Statement](/site-policy/privacy-policies/github-privacy-statement). You can learn more about the collection and use of GitHub Copilot data in the [GitHub Copilot FAQ](https://github.com/features/copilot#faq-privacy).
+
## Importador do GitHub Enterprise
O Importador é uma estrutura para exportar dados de outras fontes a serem importados para a plataforma GitHub. O Importador é fornecido como se apresenta.
diff --git a/translations/pt-BR/content/site-policy/index.md b/translations/pt-BR/content/site-policy/index.md
index 669441b4cea7..bb08b9cc4247 100644
--- a/translations/pt-BR/content/site-policy/index.md
+++ b/translations/pt-BR/content/site-policy/index.md
@@ -17,5 +17,6 @@ children:
- /content-removal-policies
- /security-policies
- /github.amrom.workers.devpany-policies
+ - /site-policy-deprecated
---
diff --git a/translations/pt-BR/content/support/learning-about-github-support/about-github-premium-support.md b/translations/pt-BR/content/support/learning-about-github-support/about-github-premium-support.md
index 06836d306d7c..5734386a31dd 100644
--- a/translations/pt-BR/content/support/learning-about-github-support/about-github-premium-support.md
+++ b/translations/pt-BR/content/support/learning-about-github-support/about-github-premium-support.md
@@ -46,9 +46,9 @@ Há dois {% data variables.contact.premium_support %} planos: Premium e Premium
| Tempo inicial de resposta |
|
|
| Canais de suporte |
|
|
| Treinamentos | Acesso a conteúdo premium |
|
-| Membros com direito a suporte | 10 | 25 |
+| Membros com direito a suporte | 20 | 20 |
| Recursos | Processamento de tíquete com prioridade |
|
-| Health Checks | Unlimited automated Health Check reports (see "[Generating a Health Check for your enterprise]({% ifversion not ghes%}/enterprise-server@latest{% endif %}/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise)") |
|
+| Health Checks | Unlimited automated Health Check reports (see "[Generating a Health Check for your enterprise]({% ifversion not ghes%}/enterprise-server@latest{% endif %}/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise)") |
|
| Technical advisory hours | Nenhum | 4 horas por mês |
| Application upgrade assistance | Nenhum | By request |
| Cloud planning | Nenhum | By request |
diff --git a/translations/pt-BR/data/features/actions-cache-list-delete-apis.yml b/translations/pt-BR/data/features/actions-cache-list-delete-apis.yml
new file mode 100644
index 000000000000..b2f692d82714
--- /dev/null
+++ b/translations/pt-BR/data/features/actions-cache-list-delete-apis.yml
@@ -0,0 +1,8 @@
+#Reference: #7340
+#Extends actions-cache-management.yml (Issue #6154)
+#Documentation for Actions cache list and delete APIs
+versions:
+ fpt: '*'
+ ghec: '*'
+ ghes: '> 3.6'
+ ghae: 'issue-7340'
diff --git a/translations/pt-BR/data/features/copilot.yml b/translations/pt-BR/data/features/copilot.yml
new file mode 100644
index 000000000000..f5fe71ecb494
--- /dev/null
+++ b/translations/pt-BR/data/features/copilot.yml
@@ -0,0 +1,4 @@
+---
+versions:
+ fpt: '*'
+ ghec: '*'
diff --git a/translations/pt-BR/data/features/geoJSON-with-MapBox.yml b/translations/pt-BR/data/features/geoJSON-with-MapBox.yml
new file mode 100644
index 000000000000..08bdfab2d08a
--- /dev/null
+++ b/translations/pt-BR/data/features/geoJSON-with-MapBox.yml
@@ -0,0 +1,5 @@
+#Reference: #7429
+#Dotcom now uses Azure maps for geoJSON, but GHES/AE will still use the existing MapBox system
+versions:
+ ghes: '*'
+ ghae: '*'
diff --git a/translations/pt-BR/data/features/ghas-enablement-webhook.yml b/translations/pt-BR/data/features/ghas-enablement-webhook.yml
index 919039ef0d9a..cbb4509714ed 100644
--- a/translations/pt-BR/data/features/ghas-enablement-webhook.yml
+++ b/translations/pt-BR/data/features/ghas-enablement-webhook.yml
@@ -1,7 +1,6 @@
---
#docs-content 7314. GHAS enablement webhook
versions:
- fpt: '*'
ghec: '*'
ghes: '>3.6'
ghae: 'issue-7314'
diff --git a/translations/pt-BR/data/features/innersource-fork-policies.yml b/translations/pt-BR/data/features/innersource-fork-policies.yml
new file mode 100644
index 000000000000..051eca1fed2d
--- /dev/null
+++ b/translations/pt-BR/data/features/innersource-fork-policies.yml
@@ -0,0 +1,6 @@
+#Reference: #6035 #6036 #6037
+#Documentation for enterprise policies that define where forks can be created.
+versions:
+ ghec: '*'
+ ghes: '>3.6'
+ ghae: 'issue-6035'
diff --git a/translations/pt-BR/data/features/math-fenced-blocks.yml b/translations/pt-BR/data/features/math-fenced-blocks.yml
new file mode 100644
index 000000000000..e38e67ce063a
--- /dev/null
+++ b/translations/pt-BR/data/features/math-fenced-blocks.yml
@@ -0,0 +1,7 @@
+#Reference: #7471.
+#Documentation for fenced math blocks in markdown.
+versions:
+ fpt: '*'
+ ghec: '*'
+ ghes: '>=3.7'
+ ghae: 'issue-7471'
diff --git a/translations/pt-BR/data/features/projects-oauth-scope.yml b/translations/pt-BR/data/features/projects-oauth-scope.yml
new file mode 100644
index 000000000000..67763ec7c7fe
--- /dev/null
+++ b/translations/pt-BR/data/features/projects-oauth-scope.yml
@@ -0,0 +1,5 @@
+#Issue 7302
+#ProjectV2 GraphQL API
+versions:
+ fpt: '*'
+ ghec: '*'
diff --git a/translations/pt-BR/data/features/streaming-oidc-s3.yml b/translations/pt-BR/data/features/streaming-oidc-s3.yml
new file mode 100644
index 000000000000..9778e95cbc8f
--- /dev/null
+++ b/translations/pt-BR/data/features/streaming-oidc-s3.yml
@@ -0,0 +1,4 @@
+#Reference #7030
+#Documentation for using OIDC as authentication for audit log streaming to S3
+versions:
+ ghec: '*'
diff --git a/translations/pt-BR/data/graphql/ghae/graphql_upcoming_changes.public-ghae.yml b/translations/pt-BR/data/graphql/ghae/graphql_upcoming_changes.public-ghae.yml
index cdad349733e2..af33c8a75dd7 100644
--- a/translations/pt-BR/data/graphql/ghae/graphql_upcoming_changes.public-ghae.yml
+++ b/translations/pt-BR/data/graphql/ghae/graphql_upcoming_changes.public-ghae.yml
@@ -77,6 +77,111 @@ upcoming_changes:
date: '2022-07-01T00:00:00+00:00'
criticality: breaking
owner: jdennes
+ -
+ location: LockMergeQueueInput.branch
+ description: '`branch` será removido.'
+ reason: The merge queue is locked for the repository's default branch, the `branch` argument is now a no-op
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: jhunschejones
+ -
+ location: MergeLockedMergeGroupInput.branch
+ description: '`branch` será removido.'
+ reason: Changes are merged into the repository's default branch, the `branch` argument is now a no-op
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: jhunschejones
+ -
+ location: ProjectNextFieldType.ASSIGNEES
+ description: '`ASSIGNEES` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.DATE
+ description: '`DATE` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.ITERATION
+ description: '`ITERATION` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.LABELS
+ description: '`LABELS` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.LINKED_PULL_REQUESTS
+ description: '`LINKED_PULL_REQUESTS` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.MILESTONE
+ description: '`MILESTONE` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.NUMBER
+ description: '`NUMBER` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.REPOSITORY
+ description: '`REPOSITORY` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.REVIEWERS
+ description: '`REVIEWERS` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.SINGLE_SELECT
+ description: '`SINGLE_SELECT` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.TEXT
+ description: '`TEXT` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.TITLE
+ description: '`TITLE` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.TRACKS
+ description: '`TRACKS` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
-
location: RemovePullRequestFromMergeQueueInput.branch
description: '`branch` será removido.'
@@ -84,3 +189,17 @@ upcoming_changes:
date: '2022-10-01T00:00:00+00:00'
criticality: breaking
owner: jhunschejones
+ -
+ location: RepositoryVulnerabilityAlert.fixReason
+ description: '`fixReason` will be removed.'
+ reason: The `fixReason` field is being removed. You can still use `fixedAt` and `dismissReason`.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: jamestran201
+ -
+ location: UnlockAndResetMergeGroupInput.branch
+ description: '`branch` será removido.'
+ reason: The current merge group for the repository's default branch, the `branch` argument is now a no-op
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: jhunschejones
diff --git a/translations/pt-BR/data/graphql/ghec/graphql_upcoming_changes.public.yml b/translations/pt-BR/data/graphql/ghec/graphql_upcoming_changes.public.yml
index 855a7d22c81a..b1436cadbf92 100644
--- a/translations/pt-BR/data/graphql/ghec/graphql_upcoming_changes.public.yml
+++ b/translations/pt-BR/data/graphql/ghec/graphql_upcoming_changes.public.yml
@@ -98,6 +98,83 @@ upcoming_changes:
date: '2022-07-01T00:00:00+00:00'
criticality: breaking
owner: cheshire137
+ -
+ location: AddProjectDraftIssueInput.assigneeIds
+ description: '`assigneeIds` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: AddProjectDraftIssueInput.body
+ description: '`body` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: AddProjectDraftIssueInput.projectId
+ description: '`projectId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: AddProjectDraftIssueInput.title
+ description: '`title` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: AddProjectDraftIssuePayload.projectNextItem
+ description: '`projectNextItem` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: AddProjectNextItemInput.contentId
+ description: '`contentId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: AddProjectNextItemInput.projectId
+ description: '`projectId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: AddProjectNextItemPayload.projectNextItem
+ description: '`projectNextItem` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: DeleteProjectNextItemInput.itemId
+ description: '`itemId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: DeleteProjectNextItemInput.projectId
+ description: '`projectId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: DeleteProjectNextItemPayload.deletedItemId
+ description: '`deletedItemId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
-
location: DependencyGraphDependency.packageLabel
description: '`packageLabel` will be removed. Use normalized `packageName` field instead.'
@@ -105,6 +182,909 @@ upcoming_changes:
date: '2022-10-01T00:00:00+00:00'
criticality: breaking
owner: github/dependency_graph
+ -
+ location: Issue.projectNext
+ description: '`projectNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: Issue.projectsNext
+ description: '`projectsNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: LockMergeQueueInput.branch
+ description: '`branch` será removido.'
+ reason: The merge queue is locked for the repository's default branch, the `branch` argument is now a no-op
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: jhunschejones
+ -
+ location: MergeLockedMergeGroupInput.branch
+ description: '`branch` será removido.'
+ reason: Changes are merged into the repository's default branch, the `branch` argument is now a no-op
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: jhunschejones
+ -
+ location: Mutation.addProjectDraftIssue
+ description: '`addProjectDraftIssue` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: Mutation.addProjectNextItem
+ description: '`addProjectNextItem` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: Mutation.deleteProjectNextItem
+ description: '`deleteProjectNextItem` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: Mutation.updateProjectDraftIssue
+ description: '`updateProjectDraftIssue` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: Mutation.updateProjectNext
+ description: '`updateProjectNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: Mutation.updateProjectNextItemField
+ description: '`updateProjectNextItemField` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: Organization.projectNext
+ description: '`projectNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: Organization.projectsNext
+ description: '`projectsNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: Organization.recentProjectsNext
+ description: '`recentProjectsNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.closed
+ description: '`closed` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.createdAt
+ description: '`createdAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.creator
+ description: '`creator` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.databaseId
+ description: '`databaseId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.defaultView
+ description: '`defaultView` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.description
+ description: '`description` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.fieldConstraints
+ description: '`fieldConstraints` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.fields
+ description: '`fields` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.items
+ description: '`items` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.number
+ description: '`number` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.owner
+ description: '`owner` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.public
+ description: '`public` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.repositories
+ description: '`repositories` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.resourcePath
+ description: '`resourcePath` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.shortDescription
+ description: '`shortDescription` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.title
+ description: '`title` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.updatedAt
+ description: '`updatedAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.url
+ description: '`url` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.views
+ description: '`views` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextField.createdAt
+ description: '`createdAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextField.dataType
+ description: '`dataType` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextField.databaseId
+ description: '`databaseId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextField.name
+ description: '`name` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextField.project
+ description: '`project` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextField.settings
+ description: '`settings` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextField.updatedAt
+ description: '`updatedAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldCommon.createdAt
+ description: '`createdAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldCommon.dataType
+ description: '`dataType` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldCommon.databaseId
+ description: '`databaseId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldCommon.id
+ description: '`id` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldCommon.name
+ description: '`name` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldCommon.project
+ description: '`project` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldCommon.settings
+ description: '`settings` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldCommon.updatedAt
+ description: '`updatedAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.ASSIGNEES
+ description: '`ASSIGNEES` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.DATE
+ description: '`DATE` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.ITERATION
+ description: '`ITERATION` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.LABELS
+ description: '`LABELS` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.LINKED_PULL_REQUESTS
+ description: '`LINKED_PULL_REQUESTS` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.MILESTONE
+ description: '`MILESTONE` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.NUMBER
+ description: '`NUMBER` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.REPOSITORY
+ description: '`REPOSITORY` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.REVIEWERS
+ description: '`REVIEWERS` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.SINGLE_SELECT
+ description: '`SINGLE_SELECT` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.TEXT
+ description: '`TEXT` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.TITLE
+ description: '`TITLE` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.TRACKS
+ description: '`TRACKS` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItem.content
+ description: '`content` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItem.createdAt
+ description: '`createdAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItem.creator
+ description: '`creator` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItem.databaseId
+ description: '`databaseId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItem.fieldValues
+ description: '`fieldValues` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItem.isArchived
+ description: '`isArchived` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItem.project
+ description: '`project` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItem.title
+ description: '`title` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItem.type
+ description: '`type` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItem.updatedAt
+ description: '`updatedAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItemFieldValue.createdAt
+ description: '`createdAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItemFieldValue.creator
+ description: '`creator` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItemFieldValue.databaseId
+ description: '`databaseId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItemFieldValue.projectField
+ description: '`projectField` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItemFieldValue.projectFieldConstraint
+ description: '`projectFieldConstraint` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItemFieldValue.projectItem
+ description: '`projectItem` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItemFieldValue.updatedAt
+ description: '`updatedAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItemFieldValue.value
+ description: '`value` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationField.configuration
+ description: '`configuration` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationField.createdAt
+ description: '`createdAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationField.dataType
+ description: '`dataType` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationField.databaseId
+ description: '`databaseId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationField.name
+ description: '`name` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationField.project
+ description: '`project` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationField.settings
+ description: '`settings` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationField.updatedAt
+ description: '`updatedAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationFieldConfiguration.completedIterations
+ description: '`completedIterations` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationFieldConfiguration.duration
+ description: '`duration` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationFieldConfiguration.iterations
+ description: '`iterations` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationFieldConfiguration.startDay
+ description: '`startDay` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationFieldIteration.duration
+ description: '`duration` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationFieldIteration.id
+ description: '`id` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationFieldIteration.startDate
+ description: '`startDate` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationFieldIteration.title
+ description: '`title` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationFieldIteration.titleHTML
+ description: '`titleHtml` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextOrderField.CREATED_AT
+ description: '`CREATED_AT` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextOrderField.NUMBER
+ description: '`NUMBER` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextOrderField.TITLE
+ description: '`TITLE` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextOrderField.UPDATED_AT
+ description: '`UPDATED_AT` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextOwner.projectNext
+ description: '`projectNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextOwner.projectsNext
+ description: '`projectsNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextRecent.recentProjectsNext
+ description: '`recentProjectsNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextSingleSelectField.createdAt
+ description: '`createdAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextSingleSelectField.dataType
+ description: '`dataType` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextSingleSelectField.databaseId
+ description: '`databaseId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextSingleSelectField.name
+ description: '`name` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextSingleSelectField.options
+ description: '`options` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextSingleSelectField.project
+ description: '`project` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextSingleSelectField.settings
+ description: '`settings` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextSingleSelectField.updatedAt
+ description: '`updatedAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextSingleSelectFieldOption.id
+ description: '`id` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextSingleSelectFieldOption.name
+ description: '`name` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextSingleSelectFieldOption.nameHTML
+ description: '`nameHtml` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.createdAt
+ description: '`createdAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.databaseId
+ description: '`databaseId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.filter
+ description: '`filter` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.groupBy
+ description: '`groupBy` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.items
+ description: '`items` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.layout
+ description: '`layout` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.name
+ description: '`name` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.number
+ description: '`number` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.project
+ description: '`project` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.sortBy
+ description: '`sortBy` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.updatedAt
+ description: '`updatedAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.verticalGroupBy
+ description: '`verticalGroupBy` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.visibleFields
+ description: '`visibleFields` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: PullRequest.projectNext
+ description: '`projectNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: PullRequest.projectNextItems
+ description: '`projectNextItems` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: PullRequest.projectsNext
+ description: '`projectsNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
-
location: RemovePullRequestFromMergeQueueInput.branch
description: '`branch` será removido.'
@@ -112,6 +1092,97 @@ upcoming_changes:
date: '2022-10-01T00:00:00+00:00'
criticality: breaking
owner: jhunschejones
+ -
+ location: Repository.projectNext
+ description: '`projectNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: Repository.projectsNext
+ description: '`projectsNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: Repository.recentProjectsNext
+ description: '`recentProjectsNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: RepositoryVulnerabilityAlert.fixReason
+ description: '`fixReason` will be removed.'
+ reason: The `fixReason` field is being removed. You can still use `fixedAt` and `dismissReason`.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: jamestran201
+ -
+ location: UnlockAndResetMergeGroupInput.branch
+ description: '`branch` será removido.'
+ reason: The current merge group for the repository's default branch, the `branch` argument is now a no-op
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: jhunschejones
+ -
+ location: UpdateProjectNextInput.closed
+ description: '`closed` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: UpdateProjectNextInput.description
+ description: '`description` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: UpdateProjectNextInput.projectId
+ description: '`projectId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: UpdateProjectNextInput.public
+ description: '`public` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: UpdateProjectNextInput.shortDescription
+ description: '`shortDescription` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: UpdateProjectNextInput.title
+ description: '`title` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: UpdateProjectNextItemFieldInput.fieldConstraintId
+ description: '`fieldConstraintId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: UpdateProjectNextItemFieldInput.fieldId
+ description: '`fieldId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
-
location: UpdateProjectNextItemFieldInput.fieldWithSettingId
description: '`fieldWithSettingId` será removido. Use `fieldConstraintId`'
@@ -119,3 +1190,52 @@ upcoming_changes:
date: '2022-10-01T00:00:00+00:00'
criticality: breaking
owner: memex
+ -
+ location: UpdateProjectNextItemFieldInput.itemId
+ description: '`itemId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: UpdateProjectNextItemFieldInput.value
+ description: '`value` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: UpdateProjectNextItemFieldPayload.projectNextItem
+ description: '`projectNextItem` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: UpdateProjectNextPayload.projectNext
+ description: '`projectNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: User.projectNext
+ description: '`projectNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: User.projectsNext
+ description: '`projectsNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: User.recentProjectsNext
+ description: '`recentProjectsNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
diff --git a/translations/pt-BR/data/graphql/graphql_upcoming_changes.public.yml b/translations/pt-BR/data/graphql/graphql_upcoming_changes.public.yml
index 855a7d22c81a..b1436cadbf92 100644
--- a/translations/pt-BR/data/graphql/graphql_upcoming_changes.public.yml
+++ b/translations/pt-BR/data/graphql/graphql_upcoming_changes.public.yml
@@ -98,6 +98,83 @@ upcoming_changes:
date: '2022-07-01T00:00:00+00:00'
criticality: breaking
owner: cheshire137
+ -
+ location: AddProjectDraftIssueInput.assigneeIds
+ description: '`assigneeIds` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: AddProjectDraftIssueInput.body
+ description: '`body` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: AddProjectDraftIssueInput.projectId
+ description: '`projectId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: AddProjectDraftIssueInput.title
+ description: '`title` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: AddProjectDraftIssuePayload.projectNextItem
+ description: '`projectNextItem` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: AddProjectNextItemInput.contentId
+ description: '`contentId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: AddProjectNextItemInput.projectId
+ description: '`projectId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: AddProjectNextItemPayload.projectNextItem
+ description: '`projectNextItem` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: DeleteProjectNextItemInput.itemId
+ description: '`itemId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: DeleteProjectNextItemInput.projectId
+ description: '`projectId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: DeleteProjectNextItemPayload.deletedItemId
+ description: '`deletedItemId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
-
location: DependencyGraphDependency.packageLabel
description: '`packageLabel` will be removed. Use normalized `packageName` field instead.'
@@ -105,6 +182,909 @@ upcoming_changes:
date: '2022-10-01T00:00:00+00:00'
criticality: breaking
owner: github/dependency_graph
+ -
+ location: Issue.projectNext
+ description: '`projectNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: Issue.projectsNext
+ description: '`projectsNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: LockMergeQueueInput.branch
+ description: '`branch` será removido.'
+ reason: The merge queue is locked for the repository's default branch, the `branch` argument is now a no-op
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: jhunschejones
+ -
+ location: MergeLockedMergeGroupInput.branch
+ description: '`branch` será removido.'
+ reason: Changes are merged into the repository's default branch, the `branch` argument is now a no-op
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: jhunschejones
+ -
+ location: Mutation.addProjectDraftIssue
+ description: '`addProjectDraftIssue` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: Mutation.addProjectNextItem
+ description: '`addProjectNextItem` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: Mutation.deleteProjectNextItem
+ description: '`deleteProjectNextItem` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: Mutation.updateProjectDraftIssue
+ description: '`updateProjectDraftIssue` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: Mutation.updateProjectNext
+ description: '`updateProjectNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: Mutation.updateProjectNextItemField
+ description: '`updateProjectNextItemField` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: Organization.projectNext
+ description: '`projectNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: Organization.projectsNext
+ description: '`projectsNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: Organization.recentProjectsNext
+ description: '`recentProjectsNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.closed
+ description: '`closed` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.createdAt
+ description: '`createdAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.creator
+ description: '`creator` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.databaseId
+ description: '`databaseId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.defaultView
+ description: '`defaultView` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.description
+ description: '`description` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.fieldConstraints
+ description: '`fieldConstraints` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.fields
+ description: '`fields` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.items
+ description: '`items` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.number
+ description: '`number` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.owner
+ description: '`owner` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.public
+ description: '`public` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.repositories
+ description: '`repositories` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.resourcePath
+ description: '`resourcePath` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.shortDescription
+ description: '`shortDescription` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.title
+ description: '`title` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.updatedAt
+ description: '`updatedAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.url
+ description: '`url` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNext.views
+ description: '`views` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextField.createdAt
+ description: '`createdAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextField.dataType
+ description: '`dataType` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextField.databaseId
+ description: '`databaseId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextField.name
+ description: '`name` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextField.project
+ description: '`project` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextField.settings
+ description: '`settings` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextField.updatedAt
+ description: '`updatedAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldCommon.createdAt
+ description: '`createdAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldCommon.dataType
+ description: '`dataType` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldCommon.databaseId
+ description: '`databaseId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldCommon.id
+ description: '`id` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldCommon.name
+ description: '`name` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldCommon.project
+ description: '`project` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldCommon.settings
+ description: '`settings` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldCommon.updatedAt
+ description: '`updatedAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.ASSIGNEES
+ description: '`ASSIGNEES` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.DATE
+ description: '`DATE` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.ITERATION
+ description: '`ITERATION` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.LABELS
+ description: '`LABELS` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.LINKED_PULL_REQUESTS
+ description: '`LINKED_PULL_REQUESTS` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.MILESTONE
+ description: '`MILESTONE` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.NUMBER
+ description: '`NUMBER` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.REPOSITORY
+ description: '`REPOSITORY` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.REVIEWERS
+ description: '`REVIEWERS` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.SINGLE_SELECT
+ description: '`SINGLE_SELECT` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.TEXT
+ description: '`TEXT` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.TITLE
+ description: '`TITLE` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextFieldType.TRACKS
+ description: '`TRACKS` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItem.content
+ description: '`content` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItem.createdAt
+ description: '`createdAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItem.creator
+ description: '`creator` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItem.databaseId
+ description: '`databaseId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItem.fieldValues
+ description: '`fieldValues` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItem.isArchived
+ description: '`isArchived` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItem.project
+ description: '`project` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItem.title
+ description: '`title` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItem.type
+ description: '`type` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItem.updatedAt
+ description: '`updatedAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItemFieldValue.createdAt
+ description: '`createdAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItemFieldValue.creator
+ description: '`creator` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItemFieldValue.databaseId
+ description: '`databaseId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItemFieldValue.projectField
+ description: '`projectField` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItemFieldValue.projectFieldConstraint
+ description: '`projectFieldConstraint` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItemFieldValue.projectItem
+ description: '`projectItem` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItemFieldValue.updatedAt
+ description: '`updatedAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextItemFieldValue.value
+ description: '`value` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationField.configuration
+ description: '`configuration` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationField.createdAt
+ description: '`createdAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationField.dataType
+ description: '`dataType` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationField.databaseId
+ description: '`databaseId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationField.name
+ description: '`name` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationField.project
+ description: '`project` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationField.settings
+ description: '`settings` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationField.updatedAt
+ description: '`updatedAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationFieldConfiguration.completedIterations
+ description: '`completedIterations` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationFieldConfiguration.duration
+ description: '`duration` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationFieldConfiguration.iterations
+ description: '`iterations` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationFieldConfiguration.startDay
+ description: '`startDay` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationFieldIteration.duration
+ description: '`duration` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationFieldIteration.id
+ description: '`id` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationFieldIteration.startDate
+ description: '`startDate` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationFieldIteration.title
+ description: '`title` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextIterationFieldIteration.titleHTML
+ description: '`titleHtml` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextOrderField.CREATED_AT
+ description: '`CREATED_AT` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextOrderField.NUMBER
+ description: '`NUMBER` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextOrderField.TITLE
+ description: '`TITLE` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextOrderField.UPDATED_AT
+ description: '`UPDATED_AT` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextOwner.projectNext
+ description: '`projectNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextOwner.projectsNext
+ description: '`projectsNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextRecent.recentProjectsNext
+ description: '`recentProjectsNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextSingleSelectField.createdAt
+ description: '`createdAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextSingleSelectField.dataType
+ description: '`dataType` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextSingleSelectField.databaseId
+ description: '`databaseId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextSingleSelectField.name
+ description: '`name` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextSingleSelectField.options
+ description: '`options` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextSingleSelectField.project
+ description: '`project` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextSingleSelectField.settings
+ description: '`settings` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextSingleSelectField.updatedAt
+ description: '`updatedAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextSingleSelectFieldOption.id
+ description: '`id` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextSingleSelectFieldOption.name
+ description: '`name` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectNextSingleSelectFieldOption.nameHTML
+ description: '`nameHtml` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.createdAt
+ description: '`createdAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.databaseId
+ description: '`databaseId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.filter
+ description: '`filter` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.groupBy
+ description: '`groupBy` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.items
+ description: '`items` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.layout
+ description: '`layout` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.name
+ description: '`name` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.number
+ description: '`number` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.project
+ description: '`project` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.sortBy
+ description: '`sortBy` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.updatedAt
+ description: '`updatedAt` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.verticalGroupBy
+ description: '`verticalGroupBy` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: ProjectView.visibleFields
+ description: '`visibleFields` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: PullRequest.projectNext
+ description: '`projectNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: PullRequest.projectNextItems
+ description: '`projectNextItems` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: PullRequest.projectsNext
+ description: '`projectsNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
-
location: RemovePullRequestFromMergeQueueInput.branch
description: '`branch` será removido.'
@@ -112,6 +1092,97 @@ upcoming_changes:
date: '2022-10-01T00:00:00+00:00'
criticality: breaking
owner: jhunschejones
+ -
+ location: Repository.projectNext
+ description: '`projectNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: Repository.projectsNext
+ description: '`projectsNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: Repository.recentProjectsNext
+ description: '`recentProjectsNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: RepositoryVulnerabilityAlert.fixReason
+ description: '`fixReason` will be removed.'
+ reason: The `fixReason` field is being removed. You can still use `fixedAt` and `dismissReason`.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: jamestran201
+ -
+ location: UnlockAndResetMergeGroupInput.branch
+ description: '`branch` será removido.'
+ reason: The current merge group for the repository's default branch, the `branch` argument is now a no-op
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: jhunschejones
+ -
+ location: UpdateProjectNextInput.closed
+ description: '`closed` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: UpdateProjectNextInput.description
+ description: '`description` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: UpdateProjectNextInput.projectId
+ description: '`projectId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: UpdateProjectNextInput.public
+ description: '`public` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: UpdateProjectNextInput.shortDescription
+ description: '`shortDescription` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: UpdateProjectNextInput.title
+ description: '`title` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: UpdateProjectNextItemFieldInput.fieldConstraintId
+ description: '`fieldConstraintId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: UpdateProjectNextItemFieldInput.fieldId
+ description: '`fieldId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
-
location: UpdateProjectNextItemFieldInput.fieldWithSettingId
description: '`fieldWithSettingId` será removido. Use `fieldConstraintId`'
@@ -119,3 +1190,52 @@ upcoming_changes:
date: '2022-10-01T00:00:00+00:00'
criticality: breaking
owner: memex
+ -
+ location: UpdateProjectNextItemFieldInput.itemId
+ description: '`itemId` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: UpdateProjectNextItemFieldInput.value
+ description: '`value` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: UpdateProjectNextItemFieldPayload.projectNextItem
+ description: '`projectNextItem` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: UpdateProjectNextPayload.projectNext
+ description: '`projectNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: User.projectNext
+ description: '`projectNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: User.projectsNext
+ description: '`projectsNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
+ -
+ location: User.recentProjectsNext
+ description: '`recentProjectsNext` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.'
+ reason: The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API.
+ date: '2022-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: lukewar
diff --git a/translations/pt-BR/data/release-notes/enterprise-server/3-5/0.yml b/translations/pt-BR/data/release-notes/enterprise-server/3-5/0.yml
index 57306bfb9195..422701a3a3c4 100644
--- a/translations/pt-BR/data/release-notes/enterprise-server/3-5/0.yml
+++ b/translations/pt-BR/data/release-notes/enterprise-server/3-5/0.yml
@@ -298,7 +298,7 @@ sections:
- In version 2.10, the minimum requirement for root storage increased from 80 GB to 200 GB. As of 3.5.0, system preflight checks will fail if the root storage is smaller than 80 GB.
- In version 3.0, the minimum requirement for memory increased to from 16 GB to 32 GB. As of 3.5.0, system preflight checks will fail if the system has less than 28 GB of memory.
- For more information, see the minimum requirements for each supported deployment platform in "[Setting up a GitHub Enterprise Server instance](/enterprise-server/admin/installation/setting-up-a-github-enterprise-server-instance)." [Updated: 2022-06-20]
+ For more information, see the minimum requirements for each supported deployment platform in "[Setting up a GitHub Enterprise Server instance](/admin/installation/setting-up-a-github-enterprise-server-instance)." [Updated: 2022-06-20]
- |
Para usar o fluxo de autorização do dispositivo para os aplicativos OAuth e GitHub, você deve habilitar o recurso manualmente. Essa alteração reduz a probabilidade de aplicativos serem usados em ataques de phishing contra usuários do GitHub Enterprise Server, garantindo que os integradores estejam cientes dos riscos e fazendo uma escolha consciente para apoiar essa forma de autenticação. Se você possui ou gerencia um aplicativo OAuth ou GitHub e quer usar o fluxo do dispositivo, você pode habilitá-lo para seu aplicativo através da página de configurações do aplicativo. Os pontos de extremidade da API do dispositivo responderão com o código de status `400` aos aplicativos que não habilitaram este recurso. Para obter mais informações, consulte "[Autorizando aplicativos OAuth](/developers/apps/building-oauth-apps/authorizing-oauth-apps#device-flow)".
- |
diff --git a/translations/pt-BR/data/reusables/actions/actions-activity-types.md b/translations/pt-BR/data/reusables/actions/actions-activity-types.md
index 86184daa9d7b..09dba11e813e 100644
--- a/translations/pt-BR/data/reusables/actions/actions-activity-types.md
+++ b/translations/pt-BR/data/reusables/actions/actions-activity-types.md
@@ -13,7 +13,7 @@ Se você especificar vários tipos de atividades, apenas um desses tipos de ativ
```yaml
on:
- issue:
+ issues:
types:
- opened
- labeled
diff --git a/translations/pt-BR/data/reusables/actions/caching-availability.md b/translations/pt-BR/data/reusables/actions/caching-availability.md
index 6469b7829e6a..03ed449b0959 100644
--- a/translations/pt-BR/data/reusables/actions/caching-availability.md
+++ b/translations/pt-BR/data/reusables/actions/caching-availability.md
@@ -1 +1 @@
-{% data variables.product.prodname_actions %} de cache só está disponível para repositórios hospedados em {% data variables.product.prodname_dotcom_the_website %} ou {% data variables.product.prodname_ghe_server %} 3.5 e posterior. Para obter mais informações, consulte "Dependências de cache para acelerar fluxos de trabalho."
\ No newline at end of file
+{% data variables.product.prodname_actions %} de cache só está disponível para repositórios hospedados em {% data variables.product.prodname_dotcom_the_website %} ou {% data variables.product.prodname_ghe_server %} 3.5 e posterior. Para obter mais informações, consulte "[Memorizar dependências para acelerar fluxos de trabalho]({% ifversion actions-caching %}{% else %}/free-pro-team@latest{% endif %}/actions/guides/caching-dependencies-to-speed-up-workflows)".
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/actions/proxy-considerations.md b/translations/pt-BR/data/reusables/actions/proxy-considerations.md
index 5eeaea1bb532..b4819a1f9f01 100644
--- a/translations/pt-BR/data/reusables/actions/proxy-considerations.md
+++ b/translations/pt-BR/data/reusables/actions/proxy-considerations.md
@@ -1 +1 @@
-Se {% data variables.product.prodname_actions %} estiver habilitado para sua empresa, apenas os proxies HTTP são compatíveis. Os proxies SOCK5 e HTTPS e Polipo não são compatíveis.
+Se {% data variables.product.prodname_actions %} estiver habilitado para sua empresa, apenas os proxies HTTP são compatíveis. SOCKS5 and HTTPS proxies are not supported.
diff --git a/translations/pt-BR/data/reusables/audit_log/streaming-check-s3-endpoint.md b/translations/pt-BR/data/reusables/audit_log/streaming-check-s3-endpoint.md
new file mode 100644
index 000000000000..901aebb9b330
--- /dev/null
+++ b/translations/pt-BR/data/reusables/audit_log/streaming-check-s3-endpoint.md
@@ -0,0 +1,3 @@
+1. To verify that {% data variables.product.prodname_dotcom %} can connect and write to the Amazon S3 endpoint, click **Check endpoint**.
+
+ 
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/audit_log/streaming-choose-s3.md b/translations/pt-BR/data/reusables/audit_log/streaming-choose-s3.md
new file mode 100644
index 000000000000..8eee8b447cfb
--- /dev/null
+++ b/translations/pt-BR/data/reusables/audit_log/streaming-choose-s3.md
@@ -0,0 +1,3 @@
+1. Select the **Configure stream** dropdown and click **Amazon S3**.
+
+ 
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/copilot/accept-or-reject-suggestion.md b/translations/pt-BR/data/reusables/copilot/accept-or-reject-suggestion.md
new file mode 100644
index 000000000000..462852d6c35b
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/accept-or-reject-suggestion.md
@@ -0,0 +1 @@
+1. To accept a suggestion, press Tab. To reject all suggestions, press Esc.
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/copilot/accept-suggestion-new-tab.md b/translations/pt-BR/data/reusables/copilot/accept-suggestion-new-tab.md
new file mode 100644
index 000000000000..539e42935d1c
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/accept-suggestion-new-tab.md
@@ -0,0 +1 @@
+1. To accept a suggestion from the new tab, above the suggestion you want to accept, click **Accept solution**.
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/copilot/accept-suggestion-tab.md b/translations/pt-BR/data/reusables/copilot/accept-suggestion-tab.md
new file mode 100644
index 000000000000..5bee724a534d
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/accept-suggestion-tab.md
@@ -0,0 +1 @@
+1. If {% data variables.product.prodname_copilot %} offers a suggestion you want to accept, press Tab.
diff --git a/translations/pt-BR/data/reusables/copilot/accept-suggestion.md b/translations/pt-BR/data/reusables/copilot/accept-suggestion.md
new file mode 100644
index 000000000000..4882c5d748d0
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/accept-suggestion.md
@@ -0,0 +1 @@
+1. To accept the suggestion, press Tab.
diff --git a/translations/pt-BR/data/reusables/copilot/alternative-suggestions.md b/translations/pt-BR/data/reusables/copilot/alternative-suggestions.md
new file mode 100644
index 000000000000..a92c9879c711
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/alternative-suggestions.md
@@ -0,0 +1 @@
+For any given input, {% data variables.product.prodname_copilot %} may offer multiple suggestions. You can select which suggestion to use, or reject all suggestions.
diff --git a/translations/pt-BR/data/reusables/copilot/close-suggestions-tab.md b/translations/pt-BR/data/reusables/copilot/close-suggestions-tab.md
new file mode 100644
index 000000000000..0ba4288e6249
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/close-suggestions-tab.md
@@ -0,0 +1 @@
+1. Alternatively, to reject all suggestions, close the suggestions tab.
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/copilot/copilot-prerequisites.md b/translations/pt-BR/data/reusables/copilot/copilot-prerequisites.md
new file mode 100644
index 000000000000..d3e0b598f4ca
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/copilot-prerequisites.md
@@ -0,0 +1,2 @@
+- {% data variables.product.prodname_copilot %} is free to use for verified students and open source maintainers.
+- If you are not a student or open source maintainer, you can try {% data variables.product.prodname_copilot %} for free with a one-time 60 day trial. After the free trial, you will need a paid subscription for continued use. You must provide billing information in order to start a free trial. Para obter mais informações, consulte "[Sobre a cobrança do {% data variables.product.prodname_copilot %}](/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot)".
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/copilot/create-c-file.md b/translations/pt-BR/data/reusables/copilot/create-c-file.md
new file mode 100644
index 000000000000..ad5e9391eda9
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/create-c-file.md
@@ -0,0 +1 @@
+1. In {% data variables.product.prodname_vs %}, create a new C# (_*.cs_) file.
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/copilot/create-java-file.md b/translations/pt-BR/data/reusables/copilot/create-java-file.md
new file mode 100644
index 000000000000..d38696a1ddf9
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/create-java-file.md
@@ -0,0 +1 @@
+1. In your JetBrains IDE, create a new Java (_*.java_) file.
diff --git a/translations/pt-BR/data/reusables/copilot/create-js-file.md b/translations/pt-BR/data/reusables/copilot/create-js-file.md
new file mode 100644
index 000000000000..aa5ba222500a
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/create-js-file.md
@@ -0,0 +1 @@
+1. In {% data variables.product.prodname_vscode %}, create a new JavaScript (_*.js_) file.
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/copilot/dotcom-settings.md b/translations/pt-BR/data/reusables/copilot/dotcom-settings.md
new file mode 100644
index 000000000000..a025d4e6ff2f
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/dotcom-settings.md
@@ -0,0 +1,17 @@
+## Configuring {% data variables.product.prodname_copilot %} settings on {% data variables.product.prodname_dotcom_the_website %}
+
+Once you have an active {% data variables.product.prodname_copilot %} trial or subscription, you can adjust {% data variables.product.prodname_copilot %} settings for your personal account on {% data variables.product.prodname_dotcom %}. The settings apply anywhere that you use {% data variables.product.prodname_copilot %}. You can configure the suggestions that {% data variables.product.prodname_copilot %} offers and how {% data variables.product.company_short %} uses your telemetry data.
+
+### Enabling or disabling duplication detection
+
+{% data reusables.user-settings.access_settings %}
+{% data reusables.user-settings.copilot-settings %}
+1. Under **Suggestions matching public code**, select the dropdown menu and click **Allow** to allow suggestions matching public code, or **Block** to block suggestions matching public code. 
+{% data reusables.copilot.save-settings %}
+
+### Enabling and disabling telemetry
+
+{% data reusables.user-settings.access_settings %}
+{% data reusables.user-settings.copilot-settings %}
+1. To allow or prevent {% data variables.product.prodname_dotcom %} using your telemetry data, next to **Allow {% data variables.product.prodname_dotcom %} to use my telemetry for product improvements**, select or deselect the checkbox. 
+{% data reusables.copilot.save-settings %}
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/copilot/enabling-disabling-in-jetbrains.md b/translations/pt-BR/data/reusables/copilot/enabling-disabling-in-jetbrains.md
new file mode 100644
index 000000000000..d8f717e00099
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/enabling-disabling-in-jetbrains.md
@@ -0,0 +1,6 @@
+## Habilitar ou desabilitar {% data variables.product.prodname_copilot %}
+
+You can enable or disable {% data variables.product.prodname_copilot %} from within JetBrains. O ícone de status {% data variables.product.prodname_copilot %} na parte inferior da janela do JetBrains indica se o {% data variables.product.prodname_copilot %} está habilitado ou desabilitado. When enabled, the icon is highlighted. When disabled, the icon is grayed out.
+
+1. To enable or disable {% data variables.product.prodname_copilot %}, click the status icon in the bottom panel of the JetBrains window. 
+2. If you are disabling {% data variables.product.prodname_copilot %}, JetBrains will ask whether you want to disable the feature globally, or for the language of the file you are currently editing. Para desabilitar globalmente, clique em **Desabilitar as conclusões**. Alternatively, click the button to disable completions for the language of the file you are currently editing. 
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/copilot/enabling-or-disabling-in-vsc.md b/translations/pt-BR/data/reusables/copilot/enabling-or-disabling-in-vsc.md
new file mode 100644
index 000000000000..f2092e02c457
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/enabling-or-disabling-in-vsc.md
@@ -0,0 +1,9 @@
+## Habilitar ou desabilitar {% data variables.product.prodname_copilot %}
+
+You can enable or disable {% data variables.product.prodname_copilot %} from within {% data variables.product.prodname_vscode %}. The {% data variables.product.prodname_copilot %} status icon in the bottom panel of the {% data variables.product.prodname_vscode %} window indicates whether {% data variables.product.prodname_copilot %} is enabled or disabled. When enabled, the background color of the icon will match the color of the status bar. When disabled, the background color of the icon will contrast with the color of the status bar.
+
+1. To enable or disable {% data variables.product.prodname_copilot %}, click the status icon in the bottom panel of the {% data variables.product.prodname_vscode %} window. 
+2. If you are disabling {% data variables.product.prodname_copilot %}, you will be asked whether you want to disable suggestions globally, or for the language of the file you are currently editing.
+
+ - To disable suggestions from {% data variables.product.prodname_copilot %} globally, click **Disable Globally**.
+ - To disable suggestions from {% data variables.product.prodname_copilot %} for the specified language, click **Disable for _LANGUAGE_**. 
diff --git a/translations/pt-BR/data/reusables/copilot/enabling-or-disabling-vs.md b/translations/pt-BR/data/reusables/copilot/enabling-or-disabling-vs.md
new file mode 100644
index 000000000000..25aad129e782
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/enabling-or-disabling-vs.md
@@ -0,0 +1,9 @@
+## Habilitar ou desabilitar {% data variables.product.prodname_copilot %}
+
+The {% data variables.product.prodname_copilot %} status icon in the bottom panel of the {% data variables.product.prodname_vs %} window indicates whether {% data variables.product.prodname_copilot %} is enabled or disabled. When enabled, the background color of the icon will match the color of the status bar. When disabled, it will have a diagonal line through it.
+
+1. To enable or disable {% data variables.product.prodname_copilot %}, click the {% data variables.product.prodname_copilot %} icon in the bottom panel of the {% data variables.product.prodname_vs %} window. 
+2. If you are disabling {% data variables.product.prodname_copilot %}, you will be asked whether you want to disable suggestions globally, or for the language of the file you are currently editing.
+
+ - To disable suggestions from {% data variables.product.prodname_copilot %} globally, click **Enable Globally**.
+ - To disable suggestions from {% data variables.product.prodname_copilot %} for the specified language, click **Enable for _LANGUAGE_**.
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/copilot/generating-suggestions-from-comments.md b/translations/pt-BR/data/reusables/copilot/generating-suggestions-from-comments.md
new file mode 100644
index 000000000000..ad62637674dc
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/generating-suggestions-from-comments.md
@@ -0,0 +1 @@
+You can describe something you want to do using natural language within a comment, and {% data variables.product.prodname_copilot %} will suggest the code to accomplish your goal.
diff --git a/translations/pt-BR/data/reusables/copilot/getting-started-further-reading.md b/translations/pt-BR/data/reusables/copilot/getting-started-further-reading.md
new file mode 100644
index 000000000000..51f14c215fdd
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/getting-started-further-reading.md
@@ -0,0 +1,4 @@
+## Leia mais
+
+- [{% data variables.product.prodname_copilot %}](https://copilot.github.com/)
+- [Sobre {% data variables.product.prodname_copilot %}](/copilot/overview-of-github-copilot/about-github-copilot)
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/copilot/install-copilot-in-neovim.md b/translations/pt-BR/data/reusables/copilot/install-copilot-in-neovim.md
new file mode 100644
index 000000000000..fc5dd621819f
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/install-copilot-in-neovim.md
@@ -0,0 +1,2 @@
+1. To use {% data variables.product.prodname_copilot %} in Neovim, install the {% data variables.product.prodname_copilot %} plugin. You can either install the plugin from a plugin manager or directly.
+ - If you use a plugin manager like vim-plug or packer.nvim, use the plugin manager to install `github/copilot.vim`. For more information, see the documentation for the plugin manager. For example, you can see the documentation for [vim-plug](https://github.com/junegunn/vim-plug) or [packer.nvim](https://github.com/wbthomason/packer.nvim).
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/copilot/java-int-snippet.md b/translations/pt-BR/data/reusables/copilot/java-int-snippet.md
new file mode 100644
index 000000000000..44c3c54f7aab
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/java-int-snippet.md
@@ -0,0 +1,3 @@
+```java{:copy}
+int calculateDaysBetweenDates(
+```
diff --git a/translations/pt-BR/data/reusables/copilot/jetbrains-ides.md b/translations/pt-BR/data/reusables/copilot/jetbrains-ides.md
new file mode 100644
index 000000000000..cc4e629c1a80
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/jetbrains-ides.md
@@ -0,0 +1,19 @@
+To use {% data variables.product.prodname_copilot %} in JetBrains, you must have a compatible JetBrains IDE installed. {% data variables.product.prodname_copilot %} is compatible with the following IDEs.
+
+- IntelliJ IDEA (Ultimate, Community, Educational)
+- Android Studio
+- AppCode
+- CLion
+- Code With Me Guest
+- DataGrip
+- DataSpell
+- GoLand
+- JetBrains Client
+- MPS
+- PhpStorm
+- PyCharm (Professional, Community, Educational)
+- Rider
+- RubyMine
+- WebStorm
+
+For more information, see the [JetBrains IDEs](https://www.jetbrains.com/products/) tool finder.
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/copilot/procedural-intro.md b/translations/pt-BR/data/reusables/copilot/procedural-intro.md
new file mode 100644
index 000000000000..f7d7b2f2d5b2
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/procedural-intro.md
@@ -0,0 +1 @@
+{% data variables.product.prodname_copilot %} provides autocomplete-style suggestions from an AI pair programmer as you code. Para obter mais informações, consulte "[Sobre {% data variables.product.prodname_copilot %}](/copilot/overview-of-github-copilot/about-github-copilot)".
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/copilot/reject-suggestions-escape.md b/translations/pt-BR/data/reusables/copilot/reject-suggestions-escape.md
new file mode 100644
index 000000000000..e80777941a83
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/reject-suggestions-escape.md
@@ -0,0 +1 @@
+1. Alternatively, to reject all suggestions, press Esc.
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/copilot/save-settings.md b/translations/pt-BR/data/reusables/copilot/save-settings.md
new file mode 100644
index 000000000000..d67bf91c409f
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/save-settings.md
@@ -0,0 +1 @@
+1. To confirm your new settings, click **Save**.
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/copilot/see-alternative-suggestions.md b/translations/pt-BR/data/reusables/copilot/see-alternative-suggestions.md
new file mode 100644
index 000000000000..d24b0b5e74f2
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/see-alternative-suggestions.md
@@ -0,0 +1 @@
+1. Optionally, you can see alternative suggestions, if any are available.
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/copilot/signup-procedure.md b/translations/pt-BR/data/reusables/copilot/signup-procedure.md
new file mode 100644
index 000000000000..de8f76deef6b
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/signup-procedure.md
@@ -0,0 +1,17 @@
+Antes de começar a usar {% data variables.product.prodname_copilot %}, você deverá configurar um teste grátis ou uma assinatura.
+
+{% data reusables.user-settings.access_settings %}
+1. In the "Code, planning, and automation" section of the sidebar, click **{% octicon "copilot" aria-label="The copilot icon" %} GitHub Copilot**.
+1. On the {% data variables.product.prodname_copilot %} settings page, click **Enable {% data variables.product.prodname_copilot %}**.
+
+ 
+1. Escolha se você deseja pagar mensal ou anualmente e clique em **Continuar para obter acesso ao Copilot**.
+ - Se sua conta pessoal atender aos critérios de uma assinatura de {% data variables.product.prodname_copilot %} grátis em vez de um teste, você será automaticamente encaminhado para a etapa 6.
+
+ 
+1. Follow the steps to confirm your payment details, then click **Submit**.
+1. Selecione suas preferências e, em seguida, clique em **Salvar e começar**.
+
+ 
+
+ You can change these preferences at a later time by returning to your {% data variables.product.prodname_copilot %} settings. For more information, see "[Configuring GitHub Copilot in Visual Studio Code](/copilot/configuring-github-copilot/configuring-github-copilot-in-visual-studio-code#configuring-github-copilot-settings-on-githubcom)."
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/copilot/suggestions-new-tab.md b/translations/pt-BR/data/reusables/copilot/suggestions-new-tab.md
new file mode 100644
index 000000000000..64653d5bbf6a
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/suggestions-new-tab.md
@@ -0,0 +1 @@
+You may not want any of the initial suggestions {% data variables.product.prodname_copilot %} offers. You can use a keyboard shortcut to prompt {% data variables.product.prodname_copilot %} to show you multiple suggestions in a new tab.
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/copilot/supported-languages.md b/translations/pt-BR/data/reusables/copilot/supported-languages.md
new file mode 100644
index 000000000000..3568cc314a10
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/supported-languages.md
@@ -0,0 +1 @@
+{% data variables.product.prodname_copilot %} provides suggestions for numerous languages and a wide variety of frameworks, but works especially well for Python, JavaScript, TypeScript, Ruby, Go, C# and C++.
diff --git a/translations/pt-BR/data/reusables/copilot/type-function-header-c.md b/translations/pt-BR/data/reusables/copilot/type-function-header-c.md
new file mode 100644
index 000000000000..0f416d112dea
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/type-function-header-c.md
@@ -0,0 +1,5 @@
+1. No arquivo C#, digite o cabeçalho da função a seguir.
+
+ ```csharp{:copy}
+ function calculateDaysBetweenDates(begin, end) {
+ ```
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/copilot/type-function-header.md b/translations/pt-BR/data/reusables/copilot/type-function-header.md
new file mode 100644
index 000000000000..96cf93e7d1e2
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/type-function-header.md
@@ -0,0 +1,6 @@
+1. No arquivo JavaScript, digite o cabeçalho da função a seguir.
+
+ ```javascript{:copy}
+ function calculateDaysBetweenDates(begin, end) {
+ ```
+
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/copilot/windows-linux-next-suggestion.md b/translations/pt-BR/data/reusables/copilot/windows-linux-next-suggestion.md
new file mode 100644
index 000000000000..ff6799e72bc4
--- /dev/null
+++ b/translations/pt-BR/data/reusables/copilot/windows-linux-next-suggestion.md
@@ -0,0 +1 @@
+- On Windows or Linux, press Alt+] for the next suggestion, or Alt+[ for the previous suggestion.
\ No newline at end of file
diff --git a/translations/pt-BR/data/reusables/dependabot/configuration-options.md b/translations/pt-BR/data/reusables/dependabot/configuration-options.md
index 7ef56491c269..a74e893fe50e 100644
--- a/translations/pt-BR/data/reusables/dependabot/configuration-options.md
+++ b/translations/pt-BR/data/reusables/dependabot/configuration-options.md
@@ -20,6 +20,6 @@
| [`schedule.day`](/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleday) | | | X | Dia da semana para verificar se há atualizações |
| [`schedule.time`](/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduletime) | | | X | Hora do dia para procurar atualizações (hh:mm) |
| [`schedule.timezone`](/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduletimezone) | | | X | Fuso horário para hora do dia (identificador de zona) |
-| [`target-branch`](/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#target-branch) | | X | X | Branch para criar pull requests contra |
+| [`target-branch`](/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#target-branch) | | | X | Branch para criar pull requests contra |
| [`vendor`](/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#vendor) | | | X | Atualizar dependências de vendor ou armazenadas em cache |
| [`versioning-strategy`](/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#versioning-strategy) | | X | X | Como atualizar os requisitos da versão do manifesto |
diff --git a/translations/pt-BR/data/reusables/dependabot/supported-package-managers.md b/translations/pt-BR/data/reusables/dependabot/supported-package-managers.md
index 9a3771801817..499a7f98fd13 100644
--- a/translations/pt-BR/data/reusables/dependabot/supported-package-managers.md
+++ b/translations/pt-BR/data/reusables/dependabot/supported-package-managers.md
@@ -25,7 +25,7 @@ A tabela a seguir mostra, para cada gerenciador de pacotes:
| poetry | `pip` | v1 | | **✓** | |{% ifversion fpt or ghec or ghes > 3.4 %}
| pub | `pub` | v2 [4] | | |
{% endif %}
-| Terraform | `terraform` | >= 0.13, <= 1.0 | **✓** | **✓** | |
+| Terraform | `terraform` | >= 0.13, <= 1.2.x | **✓** | **✓** | |
| yarn | `npm` | v1 | **✓** | **✓** | |
{% tip %}
@@ -40,8 +40,12 @@ A tabela a seguir mostra, para cada gerenciador de pacotes:
[3] {% data variables.product.prodname_dependabot %} não executa o NuGet CLI, mas é compatível com a maioria dos recursos até a versão 4.8.
-{% ifversion fpt or ghec or ghes > 3.4 %}[4] `pub` support is currently in beta. Any known limitations are subject to change. Note that {% data variables.product.prodname_dependabot %}:
+{% ifversion fpt or ghec or ghes > 3.4 %}
+[4]
+{% ifversion ghes = 3.5 %}`pub` support is currently in beta. Any known limitations are subject to change. Note that {% data variables.product.prodname_dependabot %}:
- Doesn't support updating git dependencies for `pub`.
- Won't perform an update when the version that it tries to update to is ignored, even if an earlier version is available.
- For information about configuring your _dependabot.yml_ file for `pub`, see "[Enabling support for beta-level ecosystems](/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#enable-beta-ecosystems)." {% endif %}
+ For information about configuring your _dependabot.yml_ file for `pub`, see "[Enabling support for beta-level ecosystems](/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#enable-beta-ecosystems)."
+ {%- else %}{% data variables.product.prodname_dependabot %} won't perform an update for `pub` when the version that it tries to update to is ignored, even if an earlier version is available.{% endif %}
+{% endif %}
diff --git a/translations/pt-BR/data/reusables/dependency-submission/about-dependency-submission.md b/translations/pt-BR/data/reusables/dependency-submission/about-dependency-submission.md
index 0869729a9b2e..f1c8ab57113f 100644
--- a/translations/pt-BR/data/reusables/dependency-submission/about-dependency-submission.md
+++ b/translations/pt-BR/data/reusables/dependency-submission/about-dependency-submission.md
@@ -2,4 +2,4 @@ The Dependency submission API lets you submit dependencies for a project. This e
The dependency graph shows any dependencies you submit using the API in addition to any dependencies that are identified from manifest or lock files in the repository (for example, a `package-lock.json` file in a JavaScript project). For more information about viewing the dependency graph, see "[Exploring the dependencies of a repository](/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository#viewing-the-dependency-graph)."
-Submitted dependencies will receive {% data variables.product.prodname_dependabot_alerts %} and {% data variables.product.prodname_dependabot_security_updates %} for any known vulnerabilities. You will only get {% data variables.product.prodname_dependabot_alerts %} for dependencies that are from one of the [supported ecosystems](https://github.com/github/advisory-database#supported-ecosystems) of the {% data variables.product.prodname_advisory_database %}. Submitted dependencies will not be surfaced in dependency review or your organization's dependency insights.
+Submitted dependencies will receive {% data variables.product.prodname_dependabot_alerts %} and {% data variables.product.prodname_dependabot_security_updates %} for any known vulnerabilities. Você só obterá {% data variables.product.prodname_dependabot_alerts %} para dependências que são de um dos [ecossistemas compatíveis](https://github.com/github/advisory-database#supported-ecosystems) do {% data variables.product.prodname_advisory_database %}. Submitted dependencies will not be surfaced in dependency review or your organization's dependency insights.
diff --git a/translations/pt-BR/data/reusables/enterprise-accounts/dormant-user-activity.md b/translations/pt-BR/data/reusables/enterprise-accounts/dormant-user-activity.md
index 0bf7a6f8e339..ab1ada583dcc 100644
--- a/translations/pt-BR/data/reusables/enterprise-accounts/dormant-user-activity.md
+++ b/translations/pt-BR/data/reusables/enterprise-accounts/dormant-user-activity.md
@@ -1,6 +1,23 @@
-O termo "atividade" inclui, entre outros:
-- Fazer login no {% data variables.product.product_name %};
-- Fazer comentários em problemas ou pull requests;
-- Criar, excluir, ver e marcar repositórios como favoritos;
-- Fazer push de commits.
-- Accessing resources by using a personal access token or SSH key.
+A user is considered active if the user has performed any of the following activities on {% ifversion fpt or ghec or ghes %}{% data variables.product.product_location %}{% elsif ghae %}{% data variables.product.product_name %}{% endif %}.
+
+- Signing into {% data variables.product.product_location %}
+- Criar um repositório
+- Pushing to a repository
+- Being added to a repository
+- Changing the visibility of a repository
+- Criar um problema ou um pull request
+- Commenting on an issue or pull request
+- Closing or reopening an issue or pull request
+- Applying a label to an issue or pull request, or removing a label
+- Assigning or unassigning an issue or pull request
+- Requesting a review of a pull request, or removing a review request
+- Creating or editing a comment in a pull request review
+- Dismissing a comment in a pull request
+- Synchronizing a pull request
+- Commenting on a commit
+- Publishing a release
+- Pushing to a wiki
+- Inspecionar um repositório
+- Favoritando um repositório
+- Excluir um repositório
+- Accessing resources by using a personal access token or SSH key
diff --git a/translations/pt-BR/data/reusables/enterprise/navigate-to-log-streaming-tab.md b/translations/pt-BR/data/reusables/enterprise/navigate-to-log-streaming-tab.md
index f63a710665f1..c03947a06503 100644
--- a/translations/pt-BR/data/reusables/enterprise/navigate-to-log-streaming-tab.md
+++ b/translations/pt-BR/data/reusables/enterprise/navigate-to-log-streaming-tab.md
@@ -1,4 +1,4 @@
{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.audit-log-tab %}
-1. Clique na aba **Transmissão de log**.
+1. Under "Audit log", click **Log streaming**.
diff --git a/translations/pt-BR/data/reusables/enterprise_installation/request-a-trial.md b/translations/pt-BR/data/reusables/enterprise_installation/request-a-trial.md
index 9f79ba550323..f62d86de09b0 100644
--- a/translations/pt-BR/data/reusables/enterprise_installation/request-a-trial.md
+++ b/translations/pt-BR/data/reusables/enterprise_installation/request-a-trial.md
@@ -1 +1 @@
-Você pode solicitar uma versão de avaliação para avaliar {% data variables.product.prodname_ghe_server %}. Para obter mais informações, consulte "Configurar uma versão de avaliação do {% data variables.product.prodname_ghe_server %}".
+Você pode solicitar uma versão de avaliação para avaliar {% data variables.product.prodname_ghe_server %}. Para obter mais informações, consulte "[Configurar uma versão de avaliação do {% data variables.product.prodname_ghe_server %}]({% ifversion ghae %}/enterprise-server@latest{% endif %}/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server)".
diff --git a/translations/pt-BR/data/reusables/gated-features/copilot.md b/translations/pt-BR/data/reusables/gated-features/copilot.md
new file mode 100644
index 000000000000..9665d4356e1c
--- /dev/null
+++ b/translations/pt-BR/data/reusables/gated-features/copilot.md
@@ -0,0 +1 @@
+{% data variables.product.prodname_copilot %} is available to {% data variables.product.company_short %} customers with a personal account on {% data variables.product.prodname_dotcom_the_website %}. {% data variables.product.prodname_copilot %} is free to use for verified students and open source maintainers. If you are not a student or open source maintainer, you can try {% data variables.product.prodname_copilot %} for free with a one-time 60 day trial. After the free trial, you will need a paid subscription for continued use. Para obter mais informações, consulte "[Sobre a cobrança do {% data variables.product.prodname_copilot %}](/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot)".
diff --git a/translations/pt-BR/data/reusables/products/which-product-to-use.md b/translations/pt-BR/data/reusables/products/which-product-to-use.md
index b460c83cac46..463c4791ea43 100644
--- a/translations/pt-BR/data/reusables/products/which-product-to-use.md
+++ b/translations/pt-BR/data/reusables/products/which-product-to-use.md
@@ -1 +1 @@
-Se não tiver certeza se {% data variables.product.prodname_ghe_cloud %}, {% data variables.product.prodname_ghe_server %} ou ambos são o melhor para a sua organização, entre em contato com {% data variables.contact.contact_enterprise_sales %}. If your organization has 11 or fewer developers, consider {% data variables.product.prodname_team %}; organizations with 12 or more developers typically benefit the most from {% data variables.product.prodname_enterprise %}. Para obter mais informações, consulte "Produtos da {% data variables.product.prodname_dotcom %}".
+Se não tiver certeza se {% data variables.product.prodname_ghe_cloud %}, {% data variables.product.prodname_ghe_server %} ou ambos são o melhor para a sua organização, entre em contato com {% data variables.contact.contact_enterprise_sales %}. If your organization has 11 or fewer developers, consider {% data variables.product.prodname_team %}; organizations with 12 or more developers typically benefit the most from {% data variables.product.prodname_enterprise %}. Para obter mais informações, consulte os "[Produtos da {% data variables.product.prodname_dotcom %}](/get-started/learning-about-github/githubs-products)".
diff --git a/translations/pt-BR/data/reusables/projects/graphql-deprecation.md b/translations/pt-BR/data/reusables/projects/graphql-deprecation.md
new file mode 100644
index 000000000000..c5f65c8ade30
--- /dev/null
+++ b/translations/pt-BR/data/reusables/projects/graphql-deprecation.md
@@ -0,0 +1,5 @@
+{% note %}
+
+**Note:** We deprecated the `ProjectNext` GraphQL API on **2022-06-20**, and we will remove the `ProjectNext` GraphQL API on **2022-10-01**. For more information on migrating to the new `ProjectV2` GraphQL API, please see "[The new GitHub Issues – June 23rd update](https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/)" in {% data variables.product.prodname_blog %}.
+
+{% endnote %}
diff --git a/translations/pt-BR/data/reusables/repositories/you-can-fork.md b/translations/pt-BR/data/reusables/repositories/you-can-fork.md
index ccfbc02a5b6f..8cef38a85cd4 100644
--- a/translations/pt-BR/data/reusables/repositories/you-can-fork.md
+++ b/translations/pt-BR/data/reusables/repositories/you-can-fork.md
@@ -1,7 +1,11 @@
-{% ifversion ghae %}If the policies for your enterprise permit forking internal and private repositories, you{% else %}You{% endif %} can fork a repository to your personal account or any organization where you have repository creation permissions. Para obter mais informações, consulte "[Funções em uma organização](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization)".
+{% ifversion ghae %}
+If the policies for your enterprise permit forking private and internal repositories, you can fork a repository to your personal account or an organization where you have repository creation permissions. Para obter mais informações, consulte "[Funções em uma organização](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization)".
-{% ifversion fpt or ghes or ghec %}
-
-If you have access to a private repository and the owner permits forking, you can fork the repository to your personal account or any organization on {% ifversion fpt or ghec %}{% data variables.product.prodname_team %}{% else %}{% data variables.product.product_location %}{% endif %} where you have repository creation permissions. {% ifversion fpt or ghec %}Você não pode criar um repositório privado para uma organização usando {% data variables.product.prodname_free_team %}. Para obter mais informações, consulte "[produtos do GitHub](/articles/githubs-products)."{% endif %}
+{% elsif ghes or ghec %}
+You can fork a private or internal repository to your personal account or an organization on
+{% data variables.product.product_location %} where you have repository creation permissions, if settings for the repository and your enterprise policies allow forking.
+{% elsif fpt %}
+If you have access to a private repository and the owner permits forking, you can fork the repository to your personal account, or an organization on
+{% data variables.product.prodname_team %} where you have repository creation permissions. You cannot fork a private repository to an organization using {% data variables.product.prodname_free_team %}. Para obter mais informações, consulte os "[Produtos do GitHub](/articles/githubs-products)".
{% endif %}
diff --git a/translations/pt-BR/data/reusables/secret-scanning/secret-list-private-push-protection.md b/translations/pt-BR/data/reusables/secret-scanning/secret-list-private-push-protection.md
index 9d54d8a2f8a9..9574e1c77c79 100644
--- a/translations/pt-BR/data/reusables/secret-scanning/secret-list-private-push-protection.md
+++ b/translations/pt-BR/data/reusables/secret-scanning/secret-list-private-push-protection.md
@@ -43,22 +43,7 @@
| Grafana | Grafana API Key | grafana_api_key |
| Hubspot | Chave da API de Hubspot | hubspot_api_key |
| Intercom | Intercom Access Token | intercom_access_token |
-| Ionic | Ionic Personal Access Token | ionic_personal_access_token |
-| Ionic | Ionic Refresh Token | ionic_refresh_token |
-| Linear | Linear API Key | linear_api_key |
-| Linear | Linear OAuth Access Token | linear_oauth_access_token |
-| Midtrans | Midtrans Production Server Key | midtrans_production_server_key |
-| New Relic | New Relic Personal API Key | new_relic_personal_api_key |
-| New Relic | New Relic REST API Key | new_relic_rest_api_key |
-| New Relic | New Relic Insights Query Key | new_relic_insights_query_key |
-| npm | Token de acesso de npm | npm_access_token |
-| NuGet | Chave de API de NuGet | nuget_api_key |
-| Onfido | Onfido Live API Token | onfido_live_api_token |
-| OpenAI | OpenAI API Key | openai_api_key |
-| PlanetScale | PlanetScale Database Password | planetscale_database_password |
-| PlanetScale | PlanetScale OAuth Token | planetscale_oauth_token |
-| PlanetScale | PlanetScale Service Token | planetscale_service_token |
-| Postman | Chave da API de Postman | postman_api_key |
-| Proctorio | Chave de segredo de Proctorio | proctorio_secret_key |
+{%- ifversion fpt or ghec or ghes > 3.6 or ghae-issue-7456 %}
+JFrog | JFrog Platform Access Token | jfrog_platform_access_token JFrog | JFrog Platform API Key | jfrog_platform_api_key{% endif %} Ionic | Ionic Personal Access Token | ionic_personal_access_token Ionic | Ionic Refresh Token | ionic_refresh_token Linear | Linear API Key | linear_api_key Linear | Linear OAuth Access Token | linear_oauth_access_token Midtrans | Midtrans Production Server Key | midtrans_production_server_key New Relic | New Relic Personal API Key | new_relic_personal_api_key New Relic | New Relic REST API Key | new_relic_rest_api_key New Relic | New Relic Insights Query Key | new_relic_insights_query_key npm | npm Access Token | npm_access_token NuGet | NuGet API Key | nuget_api_key Onfido | Onfido Live API Token | onfido_live_api_token OpenAI | OpenAI API Key | openai_api_key PlanetScale | PlanetScale Database Password | planetscale_database_password PlanetScale | PlanetScale OAuth Token | planetscale_oauth_token PlanetScale | PlanetScale Service Token | planetscale_service_token Postman | Postman API Key | postman_api_key Proctorio | Proctorio Secret Key | proctorio_secret_key
{%- ifversion fpt or ghec or ghes > 3.5 or ghae-issue-7375 %}
redirect.pizza | redirect.pizza API Token | redirect_pizza_api_token{% endif %} Samsara | Samsara API Token | samsara_api_token Samsara | Samsara OAuth Access Token | samsara_oauth_access_token SendGrid | SendGrid API Key | sendgrid_api_key Sendinblue | Sendinblue API Key | sendinblue_api_key Sendinblue | Sendinblue SMTP Key | sendinblue_smtp_key Shippo | Shippo Live API Token | shippo_live_api_token Shopify | Shopify App Shared Secret | shopify_app_shared_secret Shopify | Shopify Access Token | shopify_access_token Slack | Slack API Token | slack_api_token Stripe | Stripe Live API Secret Key | stripe_api_key Tencent Cloud | Tencent Cloud Secret ID | tencent_cloud_secret_id Typeform | Typeform Personal Access Token | typeform_personal_access_token WorkOS | WorkOS Production API Key | workos_production_api_key
diff --git a/translations/pt-BR/data/reusables/support/premium-support-features.md b/translations/pt-BR/data/reusables/support/premium-support-features.md
index c03a0da9e70c..56c03ae93c48 100644
--- a/translations/pt-BR/data/reusables/support/premium-support-features.md
+++ b/translations/pt-BR/data/reusables/support/premium-support-features.md
@@ -8,5 +8,4 @@ In addition to all of the benefits of {% data variables.contact.enterprise_suppo
- Acesso a conteúdo premium
- Health Checks
- Application upgrade assistance: Before you upgrade {% data variables.product.prodname_ghe_server %}, we review your upgrade plans, playbooks, and other documentation and answer questions specific to your environment ({% data variables.product.premium_plus_support_plan %} only)
- - Cloud planning: Customer Success Managers and Customer Success Architects help you plan your journey to the cloud ({% data variables.product.premium_plus_support_plan %} only)
- Technical advisory hours ({% data variables.product.premium_plus_support_plan %} only)
diff --git a/translations/pt-BR/data/reusables/user-settings/copilot-settings.md b/translations/pt-BR/data/reusables/user-settings/copilot-settings.md
new file mode 100644
index 000000000000..f5a67478d586
--- /dev/null
+++ b/translations/pt-BR/data/reusables/user-settings/copilot-settings.md
@@ -0,0 +1 @@
+1. In the left sidebar, click **Copilot**.
\ No newline at end of file