New translation batch for es (#29144)
* Add crowdin translations * Run script/i18n/homogenize-frontmatter.js * Run script/i18n/fix-translation-errors.js * Run script/i18n/lint-translation-files.js --check rendering * run script/i18n/reset-files-with-broken-liquid-tags.js --language=es * run script/i18n/reset-known-broken-translation-files.js * Check in es CSV report Co-authored-by: Hector Alfaro <hectorsector@github.com>
This commit is contained in:
@@ -369,10 +369,14 @@ runs:
|
||||
```
|
||||
{% endif %}
|
||||
|
||||
{% ifversion ghes > 3.5 or ghae-issue-6573 %}
|
||||
|
||||
#### `runs.steps[*].continue-on-error`
|
||||
|
||||
**Opcional** Impide que la acción falle cuando falla un paso. Se configura en `true` para permitir que la acción pase cuando falla este paso.
|
||||
|
||||
{% endif %}
|
||||
|
||||
## `runs` para las acciones de contenedores de Docker
|
||||
|
||||
**Requerido** Configura la imagen que se utiliza para la acción de contenedores de Docker.
|
||||
@@ -451,7 +455,7 @@ Los `args` se usan en el lugar de la instrucción `CMD` en un `Dockerfile`. Si u
|
||||
|
||||
{% data reusables.actions.dockerfile-guidelines %}
|
||||
|
||||
Si necesitas pasar variables de ambiente a una acción, asegúrate que ésta ejecute un shell de comandos para realizar la sustitución de variables. Por ejemplo, si se configura tu atributo `entrypoint` como `"sh -c"`, entonces `args` se ejecutará en un shell de comandos. Como alternativa, si tu `Dockerfile` utiliza un `ENTRYPOINT` para ejecutar el mismo comando (`"sh -c"`), entonces `args` se ejecutará en un shell de comandos.
|
||||
Si necesitas pasar variables de ambiente a una acción, asegúrate que ésta ejecute un shell de comandos para realizar la sustitución de variables. Por ejemplo, si se configura tu atributo `entrypoint` como `"sh -c"`, entoces `args` se ejecutará en un shell de comandos. Como alternativa, si tu `Dockerfile` utiliza un `ENTRYPOINT` para ejecutar el mismo comando (`"sh -c"`), entonces `args` se ejecutará en un shell de comandos.
|
||||
|
||||
Para obtener más información sobre el uso de la instrucción `CMD` con {% data variables.product.prodname_actions %}, consulta la sección "[Soporte de Dockerfile para {% data variables.product.prodname_actions %}](/actions/creating-actions/dockerfile-support-for-github-actions/#cmd)".
|
||||
|
||||
@@ -471,7 +475,7 @@ runs:
|
||||
|
||||
## `branding`
|
||||
|
||||
Puedes usar un color y un icono de [Feather](https://feathericons.com/) para crear una insignia que personalice y diferencie tu acción. Los distintivos se muestran junto al nombre de tu acción en [{% data variables.product.prodname_marketplace %}](https://github.com/marketplace?type=actions).
|
||||
Puedes usar un color y un icono de [Pluma](https://feathericons.com/) para crear una insignia que personalice y diferencie tu acción. Los distintivos se muestran junto al nombre de tu acción en [{% data variables.product.prodname_marketplace %}](https://github.com/marketplace?type=actions).
|
||||
|
||||
### Ejemplo: Configurar la personalización de una acción
|
||||
|
||||
@@ -483,7 +487,7 @@ branding:
|
||||
|
||||
### `branding.color`
|
||||
|
||||
El color de fondo del distintivo. Puede ser: `white`, `yellow`, `blue`, `green`, `orange`, `red`, `purple`, o `gray-dark`.
|
||||
El color de fondo de la insignia. Puede ser: `blanco`, `amarillow`, `azul`, `verde`, `anaranjado`, `rojo`, `púrpura` o `gris oscuro`.
|
||||
|
||||
### `branding.icon`
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ versions:
|
||||
|
||||
Los jobs que referencian un ambiente configurado con revisores requeridos esperarán por una aprobación antes de comenzar. Mientras que un job espera su revisión, tendrá un estado de "Waiting". Si un job no se aprueba dentro de 30 días, la ejecución del flujo de trabajo se cancelará automáticamente.
|
||||
|
||||
For more information about environments and required approvals, see "[Using environments for deployment](/actions/deployment/using-environments-for-deployment)." Para obtener más información sobre cómo revisar los despliegues con la API de REST, consulta la sección "[Ejecutores de Flujo de Trabajo](/rest/reference/actions#workflow-runs)".
|
||||
Para obtener más información sobre los ambientes y las aprobaciones requeridas, consulta la sección "[Utilizar ambientes para despliegue](/actions/deployment/using-environments-for-deployment)". Para obtener más información sobre cómo revisar los despliegues con la API de REST, consulta la sección "[Ejecutores de Flujo de Trabajo](/rest/reference/actions#workflow-runs)".
|
||||
|
||||
## Aprobar o rechazar un job
|
||||
|
||||
|
||||
@@ -89,7 +89,7 @@ Si habilitas la compatibilidad con el encabezado `X-Forwarded-For` en tu instanc
|
||||
Si {% data variables.product.product_location %} indica que tu sesión venció cuando te conectaste a la {% data variables.enterprise.management_console %} mediante un balanceador de carga, intenta una de las siguientes configuraciones en este balanceador.
|
||||
|
||||
- Inhabilita los encabezados de `X-Forwarded-For` para tu instancia en los puertos 8080 y 8443.
|
||||
- Configura tu balanceador de carga para operar en capa 4 y utiliza el protocolo PROXY en vez de `X-Forwarded-For` para pasar las direcciones IP del cliente. Para obtener más información, consulta la sección "[Habilitar la compatibilidad con el protocolo PROXY en {% data variables.product.product_location %} ](#enabling-proxy-protocol-support-on-your-github-enterprise-server-instance)".
|
||||
- Configura tu balanceador de carga para operar en capa 4 y utiliza el protocolo PROXY en vez de `X-Forwarded-For` para pasar las direcciones IP del cliente. For more information, see "[Enabling PROXY protocol support on {% data variables.product.product_location %}](#enabling-proxy-protocol-support-on-your-github-enterprise-server-instance)."
|
||||
|
||||
Para obtener más información, refiérete a la documentación para tu balanceador de carga.
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@ By default, {% data variables.product.product_name %} runs as a standalone insta
|
||||
|
||||
To safeguard against data loss or service disruptions for your developers, {% data variables.product.company_short %} strongly recommends that you establish a plan for disaster recovery. You can back up your instance's configuration and user data by deploying and configuring a Linux or Unix host system with {% data variables.product.prodname_enterprise_backup_utilities %}. Para obtener más información, consulta "[Configurar copias de seguridad en tu aparato](/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance)"
|
||||
|
||||
Additionally, you can configure a passive replica instance to fail over to in the event of a system or network failure. For more information, see "[About deployment](#about-deployment-topologies)."
|
||||
Additionally, you can configure a passive replica instance to fail over to in the event of a system or network failure. For more information, see "[About deployment topologies](#about-deployment-topologies)."
|
||||
|
||||
## About documentation
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
title: Acerca del resumen de seguridad
|
||||
intro: 'Puedes ver, filtrar y clasificar las alertas de seguridad para los repositorios que pertenezcan a tu organización o equipo en un solo lugar: la página de Resumen de Seguridad.'
|
||||
permissions: '{% data reusables.security-center.permissions %}'
|
||||
product: '{% data reusables.gated-features.security-center %}'
|
||||
permissions: '{% data reusables.security-overview.permissions %}'
|
||||
product: '{% data reusables.gated-features.security-overview %}'
|
||||
redirect_from:
|
||||
- /code-security/security-overview/exploring-security-alerts
|
||||
versions:
|
||||
@@ -23,7 +23,7 @@ shortTitle: Acerca del resumen de seguridad
|
||||
---
|
||||
|
||||
{% ifversion ghes < 3.5 or ghae %}
|
||||
{% data reusables.security-center.beta %}
|
||||
{% data reusables.security-overview.beta %}
|
||||
{% endif %}
|
||||
|
||||
## Acerca del resumen de seguridad
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
title: Filtrar alertas en el resumen de seguridad
|
||||
intro: Utiliza filtros para ver categorías específicas de las alertas
|
||||
permissions: '{% data reusables.security-center.permissions %}'
|
||||
product: '{% data reusables.gated-features.security-center %}'
|
||||
permissions: '{% data reusables.security-overview.permissions %}'
|
||||
product: '{% data reusables.gated-features.security-overview %}'
|
||||
versions:
|
||||
ghae: '*'
|
||||
ghes: '*'
|
||||
@@ -18,7 +18,7 @@ shortTitle: Filtrar alertas
|
||||
---
|
||||
|
||||
{% ifversion ghes < 3.5 or ghae %}
|
||||
{% data reusables.security-center.beta %}
|
||||
{% data reusables.security-overview.beta %}
|
||||
{% endif %}
|
||||
|
||||
## Acerca de filtrar el resumen de seguridad
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: Visualizar las alertas de seguridad para los repositorios en tu organización
|
||||
shortTitle: Resumen de seguridad
|
||||
intro: 'Visualiza, clasifica y filtra las alertas de seguridad desde cualquier parte de tu organización en un solo lugar.'
|
||||
product: '{% data reusables.gated-features.security-center %}'
|
||||
product: '{% data reusables.gated-features.security-overview %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghae: '*'
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
title: Ver el resumen de seguridad
|
||||
intro: Navegar a las diversas vistas disponibles en el resumen de seguridad
|
||||
permissions: '{% data reusables.security-center.permissions %}'
|
||||
product: '{% data reusables.gated-features.security-center %}'
|
||||
permissions: '{% data reusables.security-overview.permissions %}'
|
||||
product: '{% data reusables.gated-features.security-overview %}'
|
||||
versions:
|
||||
ghae: issue-5503
|
||||
ghes: '*'
|
||||
@@ -18,7 +18,7 @@ shortTitle: Ver el resumen de seguridad
|
||||
---
|
||||
|
||||
{% ifversion ghes < 3.5 or ghae %}
|
||||
{% data reusables.security-center.beta %}
|
||||
{% data reusables.security-overview.beta %}
|
||||
{% endif %}
|
||||
|
||||
## Visualizar el resumen de seguridad de una organización
|
||||
|
||||
@@ -39,7 +39,7 @@ Anyone with read access to a repository can view and compare releases, but only
|
||||
You can manually create release notes while managing a release. Alternatively, you can automatically generate release notes from a default template, or customize your own release notes template. For more information, see "[Automatically generated release notes](/repositories/releasing-projects-on-github/automatically-generated-release-notes)."
|
||||
{% endif %}
|
||||
|
||||
{% ifversion fpt or ghec or ghes > 3.6 or ghae-issue-7054 %}
|
||||
{% ifversion fpt or ghec or ghes > 3.5 or ghae-issue-7054 %}
|
||||
When viewing the details for a release, the creation date for each release asset is shown next to the release asset.
|
||||
{% endif %}
|
||||
|
||||
|
||||
@@ -58,9 +58,14 @@ For more information, see "[About GitHub Premium Support](/support/about-github-
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% ifversion fpt or ghec %}
|
||||
{% ifversion fpt or ghec or ghae %}
|
||||
|
||||
Before contacting {% data variables.contact.github_support %}, check if there are currently any incidents affecting services on {% data variables.product.prodname_dotcom %} on [{% data variables.product.prodname_dotcom %} Status](https://www.githubstatus.com/). For more information, see "[About GitHub status](#about-github-status)."
|
||||
Before contacting {% data variables.contact.github_support %}, check if there are currently any incidents affecting services on {% data variables.product.product_name %} on
|
||||
{%- ifversion fpt or ghec %}
|
||||
[{% data variables.product.prodname_dotcom %} Status](https://githubstatus.com/)
|
||||
{%- elsif ghae %}
|
||||
[{% data variables.product.product_name %} Status](https://ghestatus.com/)
|
||||
{%- endif %}. For more information, see "[About GitHub status](#about-github-status)."
|
||||
|
||||
{% endif %}
|
||||
|
||||
@@ -94,12 +99,12 @@ Email communication from GitHub Support will always be sent from either a `githu
|
||||
|
||||
{% data reusables.support.scope-of-support %}
|
||||
|
||||
{% ifversion ghec or fpt %}
|
||||
{% ifversion ghec or fpt or ghae %}
|
||||
## About GitHub status
|
||||
|
||||
You can check for any incidents currently affecting {% data variables.product.prodname_dotcom %} services and view information about past incidents on {% data variables.product.prodname_dotcom %}'s [Status page](https://www.githubstatus.com/).
|
||||
You can check for any incidents currently affecting {% data variables.product.product_name %} services and view information about past incidents on {% data variables.product.prodname_dotcom %}'s [Status page]({% ifversion fpt or ghec %}https://githubstatus.com{% elsif ghae %}https://ghestatus.com{% endif %}).
|
||||
|
||||
You can also subscribe and get alerted via email, text message, and webhook whenever there's an incident affecting {% data variables.product.prodname_dotcom %}.
|
||||
You can also subscribe and get alerted via email, text message, and webhook whenever there's an incident affecting {% data variables.product.product_name %}.
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
||||
@@ -34,14 +34,7 @@ versions:
|
||||
feature: 'meow'
|
||||
```
|
||||
|
||||
Si quieres que un archivo de contenido aplique a más de una característica, puedes hacer esto:
|
||||
|
||||
```yaml
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>3.1'
|
||||
feature: ['meow', 'blorp']
|
||||
```
|
||||
You cannot use `feature:` to specify multiple concurrent versions, as this is not supported. Alternatively, you could create a new feature-based versioning file with the required versioning.
|
||||
|
||||
## Imposición del modelado
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
versions:
|
||||
ghec: '*'
|
||||
ghes: '>=3.5'
|
||||
ghes: '>=3.6'
|
||||
ghae: 'issue-5740'
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
ghes: '>=3.5'
|
||||
ghes: '>=3.6'
|
||||
ghae: 'issue-5892'
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
versions:
|
||||
ghec: '*'
|
||||
ghes: '>=3.5'
|
||||
ghae: 'issue-5739'
|
||||
|
||||
@@ -1 +1,5 @@
|
||||
Si tienes configurado un **Servidor Proxy HTTP** en {% data variables.product.product_location %}, debes agregar `localhost` y `127.0.0.1` a la lista de **Exclusión de Proxy HTTP**. Para obtener más información sobre cómo cambiar tu configuración de proxy, consulta la sección "[Configurar un servidor de proxy web saliente](/admin/configuration/configuring-an-outbound-web-proxy-server)".
|
||||
If you have an **HTTP Proxy Server** configured on {% data variables.product.product_location %}:
|
||||
- You must add `localhost` and `127.0.0.1` to the **HTTP Proxy Exclusion** list.
|
||||
- If the BYOS bucket is not routable, then you must also add the bucket's URL to the exclusion list.
|
||||
|
||||
Para obtener más información sobre cómo cambiar tu configuración de proxy, consulta la sección "[Configurar un servidor de proxy web saliente](/admin/configuration/configuring-an-outbound-web-proxy-server)".
|
||||
@@ -1 +1 @@
|
||||
A matrix strategy lets you use variables in a single job definition to automatically create multiple job runs that are based the combinations of the variables. For example, you can use a matrix strategy to test your code in multiple versions of a language or on multiple operating systems.
|
||||
A matrix strategy lets you use variables in a single job definition to automatically create multiple job runs that are based on the combinations of the variables. For example, you can use a matrix strategy to test your code in multiple versions of a language or on multiple operating systems.
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
Si planeas habilitar las {% data variables.product.prodname_actions %} para los usuarios de tu instancia, se necesitarán más recursos.
|
||||
|
||||
{%- ifversion ghes = 3.2 %}
|
||||
|
||||
{% data reusables.actions.hardware-requirements-3.2 %}
|
||||
|
||||
{%- endif %}
|
||||
|
||||
{%- ifversion ghes = 3.3 %}
|
||||
|
||||
{% data reusables.actions.hardware-requirements-3.3 %}
|
||||
|
||||
{%- endif %}
|
||||
|
||||
{%- ifversion ghes = 3.4 %}
|
||||
|
||||
{% data reusables.actions.hardware-requirements-3.4 %}
|
||||
|
||||
{%- endif %}
|
||||
|
||||
{%- ifversion ghes = 3.5 %}
|
||||
|
||||
{% data reusables.actions.hardware-requirements-3.5 %}
|
||||
|
||||
{%- endif %}
|
||||
|
||||
Para obtener más información sobre estos requisitos, consulta la sección "[Iniciar con las {% data variables.product.prodname_actions %} para {% data variables.product.prodname_ghe_server %}](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server#review-hardware-considerations)".
|
||||
@@ -8,6 +8,10 @@ Te recomendamos utilizar configuraciones de hardware diferentes dependiendo de l
|
||||
|
||||
{% data reusables.enterprise_installation.hardware-rec-table %}
|
||||
|
||||
{% data reusables.actions.more-resources-for-ghes %}
|
||||
|
||||
{% data reusables.enterprise_installation.about-adjusting-resources %}
|
||||
|
||||
### Almacenamiento
|
||||
|
||||
Recomendamos un SSD de alto rendimiento con operaciones de altas de entrada/salida por segundo (IOPS) y latencia baja para {% data variables.product.prodname_ghe_server %}. Las cargas de trabajo son intensivas para las I/O. Si utilizas un hipervisor de metal puro, te recomendamos adjuntar directamente el disco o utilizar un disco de una red de área de almacenamiento (SAN).
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
{% ifversion ghes %}
|
||||
|
||||
| Licencias de usuario | vCPU | Memoria | Almacenamiento conectado | Almacenamiento raíz |
|
||||
|:---------------------------------------- | ----:| -------:| ------------------------:| -------------------:|
|
||||
| Prueba, Demo o 10 usuarios no frecuentes | 4 | 32 GB | 150 GB | 200 GB |
|
||||
@@ -7,50 +5,3 @@
|
||||
| 3000-5000 | 12 | 64 GB | 500 GB | 200 GB |
|
||||
| 5000-8000 | 16 | 96 GB | 750 GB | 200 GB |
|
||||
| 8000-10000+ | 20 | 160 GB | 1000 GB | 200 GB |
|
||||
|
||||
{% else %}
|
||||
|
||||
| Licencias de usuario | vCPU | Memoria | Almacenamiento conectado | Almacenamiento raíz |
|
||||
|:---------------------------------------- | ----:| -------:| ------------------------:| -------------------:|
|
||||
| Prueba, Demo o 10 usuarios no frecuentes | 2 | 16 GB | 100 GB | 200 GB |
|
||||
| 10-3000 | 4 | 32 GB | 250 GB | 200 GB |
|
||||
| 3000-5000 | 8 | 64 GB | 500 GB | 200 GB |
|
||||
| 5000-8000 | 12 | 96 GB | 750 GB | 200 GB |
|
||||
| 8000-10000+ | 16 | 128 GB | 1000 GB | 200 GB |
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% ifversion ghes %}
|
||||
|
||||
Si planeas habilitar las {% data variables.product.prodname_actions %} para los usuarios de tu instancia, se necesitarán más recursos.
|
||||
|
||||
|
||||
{%- ifversion ghes = 3.2 %}
|
||||
|
||||
{% data reusables.actions.hardware-requirements-3.2 %}
|
||||
|
||||
{%- endif %}
|
||||
|
||||
{%- ifversion ghes = 3.3 %}
|
||||
|
||||
{% data reusables.actions.hardware-requirements-3.3 %}
|
||||
|
||||
{%- endif %}
|
||||
|
||||
{%- ifversion ghes = 3.4 %}
|
||||
|
||||
{% data reusables.actions.hardware-requirements-3.4 %}
|
||||
|
||||
{%- endif %}
|
||||
|
||||
{%- ifversion ghes = 3.5 %}
|
||||
|
||||
{% data reusables.actions.hardware-requirements-3.5 %}
|
||||
|
||||
{%- endif %}
|
||||
|
||||
Para obtener más información sobre estos requisitos, consulta la sección "[Iniciar con las {% data variables.product.prodname_actions %} para {% data variables.product.prodname_ghe_server %}](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server#review-hardware-considerations)".
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% data reusables.enterprise_installation.about-adjusting-resources %}
|
||||
|
||||
@@ -1 +1 @@
|
||||
{% data variables.product.prodname_github_codespaces %} is available for organizations using {% data variables.product.prodname_team %} or {% data variables.product.prodname_ghe_cloud %}. {% data reusables.gated-features.more-info-org-products %}
|
||||
{% data variables.product.prodname_github_codespaces %} está disponible para las organizaciones que utilizan {% data variables.product.prodname_team %} o {% data variables.product.prodname_ghe_cloud %}. {% data reusables.gated-features.more-info-org-products %}
|
||||
|
||||
@@ -1 +1 @@
|
||||
1. Te recomendamos confirmar que tus usuarios tienen habilitado SAML y tienen una identidad de SCIM enlazada para evitar errores de aprovisionamiento potenciales. For more information, see "[Troubleshooting identity and access management for your organization](/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management-for-your-organization)."
|
||||
1. Te recomendamos confirmar que tus usuarios tienen habilitado SAML y tienen una identidad de SCIM enlazada para evitar errores de aprovisionamiento potenciales. Para obtener más información, consulta la sección "[Solucionar problemas de administración de identidad y acceso para tu organización](/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management-for-your-organization)".
|
||||
|
||||
@@ -1 +1 @@
|
||||
You can choose the delivery method and frequency of notifications about {% data variables.product.prodname_dependabot_alerts %} on repositories that you are watching or where you have subscribed to notifications for security alerts.
|
||||
Puedes elegir el método y frecuencia de entrega de las notificaciones sobre las {% data variables.product.prodname_dependabot_alerts %} en los repositorios que estás observando o en donde te hayas suscrito a las notificaciones para las alertas de seguridad.
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
|
||||
{% endnote %}
|
||||
|
||||
You can customize the way you are notified about {% data variables.product.prodname_dependabot_alerts %}. Por ejemplo, puedes recibir un correo electrónico semanal con el resúmen de las alertas de hasta 10 de tus repositorios si utilizas las opciones "**Enviar un resumen de vulnerabilidades por correo electrónico** y **Resumen semanal de seguridad por correo electrónico**.
|
||||
Puedes personalizar la forma en la que se te notifica sobre las {% data variables.product.prodname_dependabot_alerts %}. Por ejemplo, puedes recibir un correo electrónico semanal con el resúmen de las alertas de hasta 10 de tus repositorios si utilizas las opciones "**Enviar un resumen de vulnerabilidades por correo electrónico** y **Resumen semanal de seguridad por correo electrónico**.
|
||||
|
||||
@@ -1 +1 @@
|
||||
1. Debajo de "Visibilidad", elige hacer tu tablero de proyecto {% ifversion ghae %}interno{% else %}público{% endif %} o privado. Para obtener más información, consulta "[Cambiar la visibilidad del tablero de proyecto](/github/managing-your-work-on-github/changing-project-board-visibility)". ![Radio buttons to choose project board visibility]{% ifversion ghae %}(/assets/images/help/projects/visibility-radio-buttons-ae.png){% elsif ghes > 3.4 %}(/assets/images/help/projects/visibility-radio-buttons-es.png){% else %}(/assets/images/help/projects/visibility-radio-buttons.png){% endif %}
|
||||
1. Debajo de "Visibilidad", elige hacer tu tablero de proyecto {% ifversion ghae %}interno{% else %}público{% endif %} o privado. Para obtener más información, consulta "[Cambiar la visibilidad del tablero de proyecto](/github/managing-your-work-on-github/changing-project-board-visibility)". ![Botones radiales para elegir la visibilidad del tablero de proyecto]{% ifversion ghae %}(/assets/images/help/projects/visibility-radio-buttons-ae.png){% elsif ghes > 3.4 %}(/assets/images/help/projects/visibility-radio-buttons-es.png){% else %}(/assets/images/help/projects/visibility-radio-buttons.png){% endif %}
|
||||
|
||||
@@ -1 +1 @@
|
||||
Predeterminadamente, los tableros de proyecto en toda la organización y los que pertenecen a los usuarios son privados y solo los pueden ver las personas con permisos de lectura, escritura o administrativos en el tablero de proyecto. {% ifversion ghae %}An internal{% else %}A public{% endif %} project board is visible to {% ifversion ghae %}anyone with access to your enterprise on {% data variables.product.prodname_ghe_managed %}{% elsif ghes %}anyone with access to your {% data variables.product.prodname_ghe_server %} instance{% else %}anyone with the project board's URL{% endif %}. Los tableros de proyecto a nivel de repositorio comparten la visibilidad de su repositorio respectivo. Esto significa que un repositorio privado tendrá un tablero privado y esta visibilidad no podrá cambiarse.
|
||||
By default, user-owned and organization-wide project boards are private and only visible to people with read, write, or admin permissions to the project board. {% ifversion ghae %}An internal{% else %}A public{% endif %} project board is visible to {% ifversion ghae %}anyone with access to your enterprise on {% data variables.product.prodname_ghe_managed %}{% elsif ghes %}anyone with access to your {% data variables.product.prodname_ghe_server %} instance{% else %}anyone with the project board's URL{% endif %}. Repository-level project boards share the visibility of their repository. That is, a private repository will have a private board, and this visibility cannot be changed.
|
||||
|
||||
@@ -1 +1 @@
|
||||
Additionally, {% data variables.product.prodname_dotcom %} can review any dependencies added, updated, or removed in a pull request made against the default branch of a repository, and flag any changes that would reduce the security of your project. Esto te permite detectar y tratar las dependencias vulnerables{% ifversion GH-advisory-db-supports-malware %} o el malware{% endif %} antes, en vez de después, de que lleguen a tu base de código. Para obtener más información, consulta la sección "[Revisar los cambios de las dependencias en una solicitud de cambios](/github/collaborating-with-issues-and-pull-requests/reviewing-dependency-changes-in-a-pull-request)".
|
||||
Adicionalmente, {% data variables.product.prodname_dotcom %} puede revisar cualquier dependencia agregada, actualizada o eliminada en una solicitud de cambios que se haya hecho contra la rama predeterminada de un repositorio y marcar cualquier cambio que reduciría la seguridad de tu proyecto. Esto te permite detectar y tratar las dependencias vulnerables{% ifversion GH-advisory-db-supports-malware %} o el malware{% endif %} antes, en vez de después, de que lleguen a tu base de código. Para obtener más información, consulta la sección "[Revisar los cambios de las dependencias en una solicitud de cambios](/github/collaborating-with-issues-and-pull-requests/reviewing-dependency-changes-in-a-pull-request)".
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
1. Para evitar sincronizar los errores y confirmar que tus usuarios tienen habilitado SAML y las identidades enlazadas de SCIM, te recomendamos que audites a los usuarios de tu organizción. For more information, see "[Troubleshooting identity and access management for your organization](/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management-for-your-organization)."
|
||||
1. Para evitar sincronizar los errores y confirmar que tus usuarios tienen habilitado SAML y las identidades enlazadas de SCIM, te recomendamos que audites a los usuarios de tu organizción. Para obtener más información, consulta la sección "[Solucionar problemas de administración de identidad y acceso para tu organización](/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management-for-your-organization)".
|
||||
|
||||
1. A la derecha de "Aprovisionar a la App", da clic en **Editar**.
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ Amazon | Secreto de Cliente OAuth de Amazon | amazon_oauth_client_secret{% endif
|
||||
{%- ifversion fpt or ghec or ghes > 3.2 or ghae %}
|
||||
Amazon Web Services (AWS) | Token de Sesión de Amazon AWS | aws_session_token{% endif %}
|
||||
{%- ifversion fpt or ghec or ghes > 3.2 or ghae %}
|
||||
Amazon Web Services (AWS) | Amazon AWS Temporary Access Key ID | aws_temporary_access_key_id{% endif %} Asana | Asana Personal Access Token | asana_personal_access_token Atlassian | Atlassian API Token | atlassian_api_token Atlassian | Atlassian JSON Web Token | atlassian_jwt Atlassian | Bitbucket Server Personal Access Token | bitbucket_server_personal_access_token
|
||||
Amazon Web Services (AWS) | ID de Llave de Acceso Temporal a Amazon AWS | aws_temporary_access_key_id{% endif %} Asana | Token de Acceso Personal a Asana | asana_personal_access_token Atlassian | Token de la API de Atlassian | atlassian_api_token Atlassian | Token Web JSON de Atlassian | atlassian_jwt Atlassian | Token de Acceso Personal al Servidor de Bitbucket | bitbucket_server_personal_access_token
|
||||
{%- ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5845 %}
|
||||
Azure | Secreto de la Aplicación de Azure Active Directory | azure_active_directory_application_secret{% endif %}
|
||||
{%- ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5845 %}
|
||||
@@ -22,13 +22,13 @@ Azure | Llave del Caché de Azure para Redis | azure_cache_for_redis_access_key{
|
||||
{%- ifversion ghes < 3.4 or ghae or ghae-issue-5342 %}
|
||||
Azure | Secuencia de Conexión SQL de Azure | azure_sql_connection_string{% endif %} Azure | Llave de Cuenta de Almacenamiento de Azure | azure_storage_account_key
|
||||
{%- ifversion fpt or ghec or ghes > 3.2 or ghae %}
|
||||
Beamer | Beamer API Key | beamer_api_key{% endif %} Checkout.com | Checkout.com Production Secret Key | checkout_production_secret_key Checkout.com | Checkout.com Test Secret Key | checkout_test_secret_key Clojars | Clojars Deploy Token | clojars_deploy_token CloudBees CodeShip | CloudBees CodeShip Credential | codeship_credential
|
||||
Beamer | Llave de la API de Beamer | beamer_api_key{% endif %} Checkout.com | Llave Secreta de Producción de Checkout.com | checkout_production_secret_key Checkout.com | Llave Secreta de Pruebas de Checkout.com | checkout_test_secret_key Clojars | Token de Despliegue de Clojars | clojars_deploy_token CloudBees CodeShip | Credencial de CloudBees CodeShip | codeship_credential
|
||||
{%- ifversion fpt or ghec or ghes > 3.2 or ghae %}
|
||||
Contentful | Token de Acceso Personal a Contentful | contentful_personal_access_token{% endif %} Databricks | Token de Acceso a Databricks | databricks_access_token
|
||||
{%- ifversion fpt or ghec or ghes > 3.4 or ghae-issue-6944 %}
|
||||
DigitalOcean | DigitalOcean Personal Access Token | digitalocean_personal_access_token DigitalOcean | DigitalOcean OAuth Token | digitalocean_oauth_token DigitalOcean | DigitalOcean Refresh Token | digitalocean_refresh_token DigitalOcean | DigitalOcean System Token | digitalocean_system_token{% endif %} Discord | Discord Bot Token | discord_bot_token Doppler | Doppler Personal Token | doppler_personal_token Doppler | Doppler Service Token | doppler_service_token Doppler | Doppler CLI Token | doppler_cli_token Doppler | Doppler SCIM Token | doppler_scim_token Doppler | Doppler Audit Token | doppler_audit_token Dropbox | Dropbox Access Token | dropbox_access_token Dropbox | Dropbox Short Lived Access Token | dropbox_short_lived_access_token Duffel | Duffel Live Access Token | duffel_live_access_token Duffel | Duffel Test Access Token | duffel_test_access_token Dynatrace | Dynatrace Access Token | dynatrace_access_token Dynatrace | Dynatrace Internal Token | dynatrace_internal_token EasyPost | EasyPost Production API Key | easypost_production_api_key EasyPost | EasyPost Test API Key | easypost_test_api_key Fastly | Fastly API Token | fastly_api_token Finicity | Finicity App Key | finicity_app_key Flutterwave | Flutterwave Live API Secret Key | flutterwave_live_api_secret_key Flutterwave | Flutterwave Test API Secret Key | flutterwave_test_api_secret_key Frame.io | Frame.io JSON Web Token | frameio_jwt Frame.io| Frame.io Developer Token | frameio_developer_token
|
||||
DigitalOcean | Token de Acceso Personal a DigitalOcean | digitalocean_personal_access_token DigitalOcean | Token OAuth de DigitalOcean | digitalocean_oauth_token DigitalOcean | Token de Actualización de DigitalOcean | digitalocean_refresh_token DigitalOcean | Token de Sistema de DigitalOcean | digitalocean_system_token{% endif %} Discord | Token del Bot de Discord | discord_bot_token Doppler | Token Personal de Doppler | doppler_personal_token Doppler | Token de Servicio de Doppler | doppler_service_token Doppler | Token del CLI de Doppler | doppler_cli_token Doppler | Token de SCIM de Doppler | doppler_scim_token Doppler | Token de Auditoría de Doppler | doppler_audit_token Dropbox | Token de Acceso a Dropbox | dropbox_access_token Dropbox | Token de Acceso de Vida Corta a Dropbox | dropbox_short_lived_access_token Duffel | Token de Acceso en Vivo a Duffel | duffel_live_access_token Duffel | Token de Acceso de Prueba a Duffel | duffel_test_access_token Dynatrace | Token de Acceso a Dynatrace | dynatrace_access_token Dynatrace | Token Interno de Dynatrace | dynatrace_internal_token EasyPost | Llave de la API de Producción de EasyPost | easypost_production_api_key EasyPost | Llave de la API de Pruebas de EasyPost | easypost_test_api_key Fastly | Token de la API de Fastly | fastly_api_token Finicity | Llave de la App de Finicity | finicity_app_key Flutterwave | Llave Secreta de la API en Vivo de Flutterwave | flutterwave_live_api_secret_key Flutterwave | Llave Secreta de la API de Pruebas de Flutterwave | flutterwave_test_api_secret_key Frame.io | Token Web JSON de Frame.io | frameio_jwt Frame.io| Token de Desarrollador de Frame.io | frameio_developer_token
|
||||
{%- ifversion fpt or ghec or ghes > 3.2 or ghae %}
|
||||
FullStory | FullStory API Key | fullstory_api_key{% endif %} GitHub | GitHub Personal Access Token | github_personal_access_token GitHub | GitHub OAuth Access Token | github_oauth_access_token GitHub | GitHub Refresh Token | github_refresh_token GitHub | GitHub App Installation Access Token | github_app_installation_access_token GitHub | GitHub SSH Private Key | github_ssh_private_key
|
||||
FullStory | Llave de la API de FullStory | fullstory_api_key{% endif %} GitHub | Token de Acceso Personal a GitHub | github_personal_access_token GitHub | Token de Acceso OAuth a GitHub | github_oauth_access_token GitHub | Token de Actualización de GitHub | github_refresh_token GitHub | Token de Acceso a la Instalación de la App de GitHub | github_app_installation_access_token GitHub | Llave Privada SSH de GitHub | github_ssh_private_key
|
||||
{%- ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5845 %}
|
||||
GitLab | Token de Acceso a GitLab | gitlab_access_token{% endif %} GoCardless | Toekn de Acceso en Vivo a GoCardless | gocardless_live_access_token GoCardless | Token de Acceso de Prueba a GoCardless | gocardless_sandbox_access_token
|
||||
{%- ifversion fpt or ghec or ghes > 3.2 or ghae %}
|
||||
@@ -46,15 +46,15 @@ Google | ID de Cliente OAuth de Google | google_oauth_client_id{% endif %}
|
||||
{%- ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5845 %}
|
||||
Google | Secreto de Cliente OAuth de Google | google_oauth_client_secret{% endif %}
|
||||
{%- ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5845 %}
|
||||
Google | Google OAuth Refresh Token | google_oauth_refresh_token{% endif %} Grafana | Grafana API Key | grafana_api_key HashiCorp | Terraform Cloud / Enterprise API Token | terraform_api_token HashiCorp | HashiCorp Vault Batch Token | hashicorp_vault_batch_token HashiCorp | HashiCorp Vault Service Token | hashicorp_vault_service_token Hubspot | Hubspot API Key | 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
|
||||
Google | Token de Actualización OAuth de Google | google_oauth_refresh_token{% endif %} Grafana | Llave de la API de Grafana | grafana_api_key HashiCorp | Token de la API de Terraform Cloud / Enterprise | terraform_api_token HashiCorp | Token de Lote de HashiCorp Vault | hashicorp_vault_batch_token HashiCorp | Token de Servicio HashiCorp Vault | hashicorp_vault_service_token Hubspot | Llave de la API de Hubspot | hubspot_api_key Intercom | Token de Acceso de Intercom | intercom_access_token Ionic | Token de Acceso Personal de Ionic | ionic_personal_access_token Ionic | Token de Actualización de Ionic | ionic_refresh_token
|
||||
{%- ifversion fpt or ghec or ghes > 3.4 or ghae-issue-6944 %}
|
||||
JD Cloud | Llave de Acceso de JD Cloud | jd_cloud_access_key{% endif %}
|
||||
{%- ifversion fpt or ghec or ghes > 3.2 or ghae %}
|
||||
JFrog | Token de Acceso a la Plataforma de JFrog | jfrog_platform_access_token{% endif %}
|
||||
{%- ifversion fpt or ghec or ghes > 3.2 or ghae %}
|
||||
JFrog | JFrog Platform API Key | jfrog_platform_api_key{% endif %} Linear | Linear API Key | linear_api_key Linear | Linear OAuth Access Token | linear_oauth_access_token Lob | Lob Live API Key | lob_live_api_key Lob | Lob Test API Key | lob_test_api_key Mailchimp | Mailchimp API Key | mailchimp_api_key Mailgun | Mailgun API Key | mailgun_api_key
|
||||
JFrog | Llave de la API de la Plataforma de JFrog | jfrog_platform_api_key{% endif %} Linear | Llave de la API de Linear | linear_api_key Linear | Token de Acceso OAuth a Linear | linear_oauth_access_token Lob | Llave de la API en Vivo de Lob | lob_live_api_key Lob | Llave de la API de Pruebas de Lob | lob_test_api_key Mailchimp | Llave de la API de Mailchimp | mailchimp_api_key Mailgun | Llave de la API de Mailgun | mailgun_api_key
|
||||
{%- ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5845 %}
|
||||
Mapbox | Mapbox Secret Access Token | mapbox_secret_access_token{% endif %} MessageBird | MessageBird API Key | messagebird_api_key Meta | Facebook Access Token | facebook_access_token
|
||||
Mapbox | Token de Acceso Secreto a Mapbox | mapbox_secret_access_token{% endif %} MessageBird | Llave de la API de MessageBird | messagebird_api_key Meta | Token de Acceso a Facebook | facebook_access_token
|
||||
{%- ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5845 %}
|
||||
Midtrans | Llave del Servidor Productivo de Midtrans | midtrans_production_server_key{% endif %}
|
||||
{%- ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5845 %}
|
||||
@@ -72,7 +72,7 @@ Notion | Token de Integración a Notion | notion_integration_token{% endif %}
|
||||
{%- ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5845 %}
|
||||
Notion | Secreto de Cliente OAuth a Notion | notion_oauth_client_secret{% endif %} npm | Token de Acceso a npm | npm_access_token NuGet | Llave de la API de NuGet | nuget_api_key
|
||||
{%- ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5845 %}
|
||||
Octopus Deploy | Octopus Deploy API Key | octopus_deploy_api_key{% endif %} Onfido | Onfido Live API Token | onfido_live_api_token Onfido | Onfido Sandbox API Token | onfido_sandbox_api_token OpenAI | OpenAI API Key | openai_api_key Palantir | Palantir JSON Web Token | palantir_jwt
|
||||
Octopus Deploy | Llave de la API de Despliegue de Octopus | octopus_deploy_api_key{% endif %} Onfido | Token de la API en Vivo de Onfido | onfido_live_api_token Onfido | Token de la API del Sandbox de Onfido | onfido_sandbox_api_token OpenAI | Llave de la API de OpenAI | openai_api_key Palantir | Token Web JSON de Palantir | palantir_jwt
|
||||
{%- ifversion fpt or ghec or ghes > 3.2 or ghae %}
|
||||
PlanetScale | Contraseña de la Base de Datos de PlanetScale | planetscale_database_password{% endif %}
|
||||
{%- ifversion fpt or ghec or ghes > 3.2 or ghae %}
|
||||
@@ -82,15 +82,15 @@ PlanetScale | Token de Servicio de PlanetScale | planetscale_service_token{% end
|
||||
{%- ifversion fpt or ghec or ghes > 3.2 or ghae %}
|
||||
Plivo | ID de Auth de Plivo | plivo_auth_id{% endif %}
|
||||
{%- ifversion fpt or ghec or ghes > 3.2 or ghae %}
|
||||
Plivo | Plivo Auth Token | plivo_auth_token{% endif %} Postman | Postman API Key | postman_api_key Proctorio | Proctorio Consumer Key | proctorio_consumer_key Proctorio | Proctorio Linkage Key | proctorio_linkage_key Proctorio | Proctorio Registration Key | proctorio_registration_key Proctorio | Proctorio Secret Key | proctorio_secret_key Pulumi | Pulumi Access Token | pulumi_access_token PyPI | PyPI API Token | pypi_api_token
|
||||
Plivo | Token de Autorización de Plivo | plivo_auth_token{% endif %} Postman | Llave de la API de Postman | postman_api_key Proctorio | Llave de Consumidor de Proctorio | proctorio_consumer_key Proctorio | Llave de Vinculación de Proctorio | proctorio_linkage_key Proctorio | Llave de Registro de Proctorio | proctorio_registration_key Proctorio | Llave de Secreto de Proctorio | proctorio_secret_key Pulumi | Token de Acceso a Pulumi | pulumi_access_token PyPI | Token de la API de PyPI | pypi_api_token
|
||||
{%- ifversion fpt or ghec or ghes > 3.5 or ghae-issue-7375 %}
|
||||
redirect.pizza | redirect.pizza API Token | redirect_pizza_api_token{% endif %} RubyGems | RubyGems API Key | rubygems_api_key Samsara | Samsara API Token | samsara_api_token Samsara | Samsara OAuth Access Token | samsara_oauth_access_token
|
||||
redirect.pizza | Token de la API de redirect.pizza | redirect_pizza_api_token{% endif %} RubyGems | Llave de la API de RubyGems | rubygems_api_key Samsara | Token de la API de Samsara | samsara_api_token Samsara | Token de Acceso OAuth de Samsara | samsara_oauth_access_token
|
||||
{%- ifversion fpt or ghec or ghes > 3.4 or ghae-issue-6944 %}
|
||||
Segment | Segment Public API Token | segment_public_api_token{% endif %} SendGrid | SendGrid API Key | sendgrid_api_key
|
||||
Segment | Token de la API Pública de Segment | segment_public_api_token{% endif %} SendGrid | Llave de la API de SendGrid | sendgrid_api_key
|
||||
{%- ifversion fpt or ghec or ghes > 3.2 or ghae %}
|
||||
Sendinblue | Llave de la API de Sendinblue | sendinblue_api_key{% endif %}
|
||||
{%- ifversion fpt or ghec or ghes > 3.2 or ghae %}
|
||||
Sendinblue | Sendinblue SMTP Key | sendinblue_smtp_key{% endif %} Shippo | Shippo Live API Token | shippo_live_api_token Shippo | Shippo Test API Token | shippo_test_api_token
|
||||
Sendinblue | Llave SMTP de Sendinblue | sendinblue_smtp_key{% endif %} Shippo | Token de la API en Vivo de Shippo | shippo_live_api_token Shippo | Token de la API de Pruebas de Shippo | shippo_test_api_token
|
||||
{%- ifversion fpt or ghec or ghes > 3.4 or ghae-issue-6944 %}
|
||||
Shopify | Credenciales del Cliente de la App de Shopify | shopify_app_client_credentials Shopify | Secreto del Cliente de la App de Shopify | shopify_app_client_secret{% endif %} Shopify | Secreto Compartido de la App de Shopify | shopify_app_shared_secret Shopify | Token de Acceso de Shopify | shopify_access_token Shopify | Token de Acceso a la App Personalizada de Shopify | shopify_custom_app_access_token
|
||||
{%- ifversion fpt or ghec or ghes > 3.4 or ghae-issue-6944 %}
|
||||
@@ -100,9 +100,9 @@ Square | Token de Acceso a Square | square_access_token{% endif %}
|
||||
{%- ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5845 %}
|
||||
Square | Secreto de la Aplicación de Producción de Square | square_production_application_secret{% endif %}
|
||||
{%- ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5845 %}
|
||||
Square | Square Sandbox Application Secret | square_sandbox_application_secret{% endif %} SSLMate | SSLMate API Key | sslmate_api_key SSLMate | SSLMate Cluster Secret | sslmate_cluster_secret Stripe | Stripe API Key | stripe_api_key Stripe | Stripe Live API Secret Key | stripe_live_secret_key Stripe | Stripe Test API Secret Key | stripe_test_secret_key Stripe | Stripe Live API Restricted Key | stripe_live_restricted_key Stripe | Stripe Test API Restricted Key | stripe_test_restricted_key Stripe | Stripe Webhook Signing Secret | stripe_webhook_signing_secret
|
||||
Square | Secreto de la Aplicación del Sandbox de Square | square_sandbox_application_secret{% endif %} SSLMate | Llave de la API de SSLMate | sslmate_api_key SSLMate | Secreto de Clúster de SSLMate | sslmate_cluster_secret Stripe | Llave de la API de Stripe | stripe_api_key Stripe | Llave Secreta de la API en Vivo de Stripe | stripe_live_secret_key Stripe | Llave Secreta de la API de Pruebas de Stripe | stripe_test_secret_key Stripe | Llave Restringida de la API en Vivo de Stripe | stripe_live_restricted_key Stripe | Llave Restringida de la API de Pruebas de Stripe | stripe_test_restricted_key Stripe | Secreto de Inicio de Sesión de Webhook de Stripe | stripe_webhook_signing_secret
|
||||
{%- ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5845 %}
|
||||
Supabase | Supabase Service Key | supabase_service_key{% endif %} Tableau | Tableau Personal Access Token | tableau_personal_access_token Telegram | Telegram Bot Token | telegram_bot_token Tencent Cloud | Tencent Cloud Secret ID | tencent_cloud_secret_id
|
||||
Supabase | Llave de Servicio de Supabase | supabase_service_key{% endif %} Tableau | Token de Acceso Personal a Tableau | tableau_personal_access_token Telegram | Token del Bot de Telegram | telegram_bot_token Tencent Cloud | ID Secreta de Tencent Cloud | tencent_cloud_secret_id
|
||||
{%- ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5845 %}
|
||||
Twilio | Token de Acceso a Twilio | twilio_access_token{% endif %} Twilio | Identificador de Secuencia de Cuenta de Twilio | twilio_account_sid Twilio | Llave de la API de Twilio | twilio_api_key
|
||||
{%- ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5845 %}
|
||||
|
||||
@@ -103,4 +103,4 @@
|
||||
| Twilio | Clave de API de Twilio |
|
||||
| Typeform | Token de acceso personal a Typeform |
|
||||
| Valour | Token de acceso a Valour |
|
||||
| Zuplo | Zuplo Consumer API |
|
||||
| Zuplo | API consumidora de Zuplo |
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
| `check_suite` | `objeto` | La [check_suite](/rest/reference/checks#suites). |
|
||||
| `check_suite[head_branch]` | `secuencia` | El nombre de la rama principal en la cual están los cambios. |
|
||||
| `check_suite[head_sha]` | `secuencia` | El SHA de la confirmación más reciente para esta suite de verificaciones. |
|
||||
| `check_suite[status]` | `secuencia` | El estado de resumen para todas las ejecuciones de verificación que son parte de la suite de verificaciones. Can be `queued`, `requested`, `in_progress`, or `completed`. |
|
||||
| `check_suite[status]` | `secuencia` | El estado de resumen para todas las ejecuciones de verificación que son parte de la suite de verificaciones. Puede ser `queued`, `requested`, `in_progress` o `completed`. |
|
||||
| `check_suite[conclusion]` | `secuencia` | La conclusión de resumen para todas las ejecuciones de verificación que son parte de la suite de verificaciones. Puede ser uno de entre `success`, `failure`, `neutral`, `cancelled`, `timed_out`, `action_required` o `stale`. Este valor será `null` hasta que la ejecución de verificación esté como `completed`. |
|
||||
| `check_suite[url]` | `secuencia` | La URL que apunta al recurso de la API de suite de verificación. |
|
||||
| `check_suite[pull_requests]` | `arreglo` | Una matriz de solicitudes de extracción que empatan con esta suite de verificaciones. Una solicitud de cambios empata con una suite de verificaciones si tienen la misma `head_branch`.<br/><br/>**Nota:**<ul><li>El `head_sha` de la suite de verificaciones puede diferir del `sha` de la solicitud de cambios si se sube información subsecuentemente a la solicitud de cambios.</li><li>Cuando la `head_branch` de la suite de verificación está en un repositorio bifurcado, esta será `null` y el arreglo de `pull_requests` estará vacío.</li></ul> |
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
| --------------- | ----------- | --------------------------------------------------------------------------------------- |
|
||||
| `ref` | `secuencia` | El recurso de la [`git ref`](/rest/reference/git#get-a-reference). |
|
||||
| `ref_type` | `secuencia` | El tipo de objeto de Git ref que se creó en el repositorio. Puede ser `branch` o `tag`. |
|
||||
| `master_branch` | `secuencia` | The name of the repository's default branch (usually `main`). |
|
||||
| `master_branch` | `secuencia` | El nombre de la rama predeterminada del repositorio (habitualmente `main`). |
|
||||
| `descripción` | `secuencia` | La descripción actual del repositorio. |
|
||||
|
||||
@@ -200,7 +200,7 @@ api_url_pre: >-
|
||||
oauth_host_code: >-
|
||||
{% ifversion fpt or ghec %}https://github.com{% else %}http(s)://[hostname]{% endif %}
|
||||
device_authorization_url: >-
|
||||
[`https://github.com/login/device`](https://github.com/login/device)
|
||||
{%- ifversion fpt or ghec %} [`https://github.com/login/device`](https://github.com/login/device) {%- elsif ghes %} `http(s)://[hostname]/login/device` {%- elsif ghae %} `https://[hostname]/login/device` {%- endif %}
|
||||
#Use this all other code blocks
|
||||
api_url_code: >-
|
||||
{% ifversion fpt or ghec %}https://api.github.com{% elsif ghes %}http(s)://[hostname]/api/v3{% elsif ghae %}https://[hostname]/api/v3{% endif %}
|
||||
|
||||
@@ -318,4 +318,5 @@ translations/es-ES/data/reusables/github-connect/send-contribution-counts-to-git
|
||||
translations/es-ES/data/reusables/organizations/data_saved_for_reinstating_a_former_org_member.md,broken liquid tags
|
||||
translations/es-ES/data/reusables/package_registry/authenticate-packages.md,Listed in localization-support#489
|
||||
translations/es-ES/data/reusables/package_registry/authenticate-packages.md,broken liquid tags
|
||||
translations/es-ES/data/reusables/project-management/project-board-visibility.md,broken liquid tags
|
||||
translations/es-ES/data/reusables/repositories/deleted_forks_from_private_repositories_warning.md,broken liquid tags
|
||||
|
||||
|
Reference in New Issue
Block a user