diff --git a/content/questions/actions/question-116.md b/content/questions/actions/question-116.md index 84a3c93..d4fe691 100644 --- a/content/questions/actions/question-116.md +++ b/content/questions/actions/question-116.md @@ -6,7 +6,7 @@ draft: false --- > https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks -- [x] By default, all first-time contributors require approval to run workflows. +- [x] By default, only first-time contributors who recently created a GitHub account will require approval to run workflows. - [x] You can configure workflow approval requirements for a repository, organization, or enterprise. - [ ] When a pull-request is created from public forks, workflows can be run without approvals - [ ] Contributors to public repositories can run any workflow with pull-requests from forked repositories diff --git a/content/questions/actions/question-117.md b/content/questions/actions/question-117.md index 431a8bb..3812ed2 100644 --- a/content/questions/actions/question-117.md +++ b/content/questions/actions/question-117.md @@ -6,7 +6,6 @@ draft: false --- > https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#allow-administrators-to-bypass-configured-protection-rules -1. [x] Administrators -1. [ ] Owners +1. [x] Repository administrators 1. [ ] Anyone with repository write permission 1. [ ] Anyone with repository read permission diff --git a/content/questions/actions/question-118.md b/content/questions/actions/question-118.md index baa8d50..5c58d37 100644 --- a/content/questions/actions/question-118.md +++ b/content/questions/actions/question-118.md @@ -18,7 +18,7 @@ jobs: >https://docs.github.com/en/actions/managing-workflow-runs/skipping-workflow-runs -1. [x] By defining the following keywords in the commit message or in the title of the pull-request +1. [x] By including any one of the following keywords in the commit message or in the title of the pull-request ```yaml [skip ci] [ci skip] diff --git a/content/questions/actions/question-119.md b/content/questions/actions/question-119.md index f5d4be3..f39c81f 100644 --- a/content/questions/actions/question-119.md +++ b/content/questions/actions/question-119.md @@ -8,5 +8,5 @@ draft: false > https://docs.github.com/en/actions/managing-workflow-runs/deleting-a-workflow-run - [x] When workflow run has been completed - [x] When workflow run is two weeks old -- [ ] When workflow run is 90 days old +- [ ] When workflow run is 10 days old - [ ] When workflow run is in progress