1
0
mirror of synced 2026-01-31 09:01:33 -05:00

Merge pull request #9926 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2021-09-09 14:46:14 -04:00
committed by GitHub

View File

@@ -167,7 +167,7 @@ Note that the `repo_deployment` [OAuth scope](/developers/apps/scopes-for-oauth-
### Inactive deployments
When you set the state of a deployment to `success`, then all prior non-transient, non-production environment deployments in the same repository to the same environment name will become `inactive`. To avoid this, you can set `auto_inactive` to `false` when creating the deployment status.
When you set the state of a deployment to `success`, then all prior non-transient, non-production environment deployments in the same repository with the same environment name will become `inactive`. To avoid this, you can set `auto_inactive` to `false` when creating the deployment status.
You can communicate that a transient environment no longer exists by setting its `state` to `inactive`. Setting the `state` to `inactive` shows the deployment as `destroyed` in {% data variables.product.prodname_dotcom %} and removes access to it.