Environment Protection Rules - CI/CD用語集の定義
environment protection rulesは、environment(例: production)を対象とするjobの実行を許可するかどうかを決めます。
environment protection rulesとは、名前付きのenvironmentへのdeployを、required reviewers、wait timer、branchの制限といった条件でゲートするGitHub Actionsの制御です。
リポジトリ設定でenvironmentごとに構成され、人による承認のためにdeployを一時停止したり、そのenvironmentに絞られたsecretがjobに公開される前に遅延を挟んだりできます。
関連ガイド
Required Reviewers (Deployment) - CI/CD Glossary DefinitionRequired Reviewers (Deployment): Required reviewers is an environment protection rule that pauses a deploymen…
Wait Timer (Deployment) - CI/CD Glossary DefinitionWait Timer (Deployment): A wait timer is an environment protection rule that delays a deployment job by a set…
Readiness Gate - CI/CD Glossary DefinitionReadiness Gate: A readiness gate is a condition that must be satisfied before an instance or deployment is co…