Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions questions/es/actions/question-056.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
question: "¿Cómo puedes requerir aprobaciones manuales por un mantenedor si la ejecución del workflow está dirigida al entorno `production`?"
documentation: "https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment"
question: "¿Cómo puedes requerir aprobaciones manuales por parte de un mantenedor si la ejecución del workflow está dirigida al entorno `production`?"
documentation: "https://docs.github.com/en/actions/reference/workflows-and-actions/deployments-and-environments#deployment-protection-rules"
---

- [x] Usando reglas de protección de implementación
Expand Down
10 changes: 5 additions & 5 deletions questions/ja/actions/question-056.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
question: "ワークフロー実行が `production` 環境をターゲットとする場合、メンテナーによる手動承認を必須にするにはどうすればよいですか?"
documentation: "https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment"
question: "ワークフロー実行が`production`環境を対象としている場合、メンテナーによる手動承認を必要とするにはどうすればよいですか?"
documentation: "https://docs.github.com/en/actions/reference/workflows-and-actions/deployments-and-environments#deployment-protection-rules"
---

- [x] デプロイ保護ルールを使用する
- [ ] `production` ワークフローで必要なレビュアーを設定する
- [x] デプロイメント保護ルールを使用する
- [ ] `production`ワークフローで必要なレビュアーを設定する
- [ ] ブランチ保護ルールを使用する
- [ ] GitHub Actions は手動承認をサポートしていない
- [ ] GitHub Actions では手動承認はサポートされていない
11 changes: 6 additions & 5 deletions questions/pl/actions/question-056.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
question: "Jak można wymagać ręcznych zatwierdzeń przez maintainerów, jeśli uruchomienie workflow dotyczy środowiska `production`?"
documentation: "https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment"
question: "Jak można wymagać ręcznej akceptacji przez maintainera, jeśli uruchomienie workflow dotyczy środowiska `production`?"
documentation: "https://docs.github.com/en/actions/reference/workflows-and-actions/deployments-and-environments#deployment-protection-rules"
---

- [x] Korzystając z zasad ochrony wdrożenia
- [x] Używając zasad ochrony wdrożeń (deployment protection rules)
- [ ] Ustawiając wymaganych recenzentów w workflow `production`
- [ ] Korzystając z zasad ochrony gałęzi
- [ ] Ręczne zatwierdzenia nie są obsługiwane przez GitHub Actions
- [ ] Używając zasad ochrony gałęzi (branch protection rules)
- [ ] Manualne akceptacje nie są obsługiwane przez GitHub Actions

6 changes: 3 additions & 3 deletions questions/pt/actions/question-056.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
question: "Como você pode exigir aprovações manuais por um mantenedor se a execução do workflow estiver direcionada ao ambiente `production`?"
documentation: "https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment"
question: "Como você pode exigir aprovações manuais por um mantenedor se a execução do workflow estiver direcionada para o ambiente `production`?"
documentation: "https://docs.github.com/en/actions/reference/workflows-and-actions/deployments-and-environments#deployment-protection-rules"
---

- [x] Usando regras de proteção de implantação
- [ ] Definindo os revisores obrigatórios no workflow `production`
- [ ] Definindo os revisores necessários no workflow `production`
- [ ] Usando regras de proteção de branch
- [ ] Aprovações manuais não são suportadas pelo GitHub Actions

Loading