Skip to content

Commit

Permalink
Updating GitHub Actions questions
Browse files Browse the repository at this point in the history
  • Loading branch information
dostonhamrakulov committed Jun 24, 2024
1 parent 1ee8774 commit 4fe7a8c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/questions/actions/question-116.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions content/questions/actions/question-117.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/questions/actions/question-118.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion content/questions/actions/question-119.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4fe7a8c

Please sign in to comment.