github · GitHub Actions Docs
Actions Configuring custom deployment protection rules - GitHub Docs
Teaches how to create and implement custom protection rules for deployment environments to gate deployments based on external or internal criteria.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Configuring custom deployment protection rules - GitHub Docs
Teaches how to create and implement custom protection rules for deployment environments to gate deployments based on external or internal criteria.
When To Use
Use when you need to automate deployment gates by requiring external approval services or custom logic to validate an environment before a deployment proceeds.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-deploy-configuring-custom-deployment-protection-rules-gi-workflow-guide.md | Documentation explaining how to configure and manage custom deployment protection rules within GitHub Actions. | Questions about documentation explaining how to configure and manage custom deployment protection rules within GitHub Actions. |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Deploy / - Configure and manage deployments / - Configure custom protection rules
- Main sections:
Who can use this feature?,In this article,About custom deployment protection rules,Using existing custom deployment protection rules,Prerequisites.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/how-tos/deploy/configure-and-manage-deployments/configure-custom-protection-rules
