Skip to content

Commit

Permalink
catch two
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Mar 11, 2024
1 parent edb9a5e commit 7e1eed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conduct.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ version 2.1, available at
<https://www.contributor-covenant.org/version/2/1/code_of_conduct.html>.

Community Impact Guidelines were inspired by
[Mozilla's code of conduct enforcement ladder][https://github.com/mozilla/inclusion].
[Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/inclusion).

For answers to common questions about this code of conduct, see the FAQ at
<https://www.contributor-covenant.org/faq>. Translations are available at <https://www.contributor-covenant.org/translations>.
Expand Down
2 changes: 1 addition & 1 deletion review.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ As the [contributors](contributors.qmd) page explains, updates to the R-releases

## The automated review process

The [`review_pull_requests.yaml`](https://github.com/r-releases/r-releases.r-universe.dev/blob/main/.github/workflows/review_pull_requests.yaml) [GitHub Actions](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions) workflow runs periodically and reviews each new open pull request using [`r.releases.utils::review_pull_request()`](https://github.com/r-releases/r.releases.utils/blob/main/R/review_pull_request.R). Depending on the results of the automated checks, the bot will automatically merge the pull request, close it, or flag it for manual review. The bot will post an informative comment explaining the decision, and it may add a GitHub label to the pull request for triage purposes.
The [`review_pull_requests.yaml`](https://github.com/r-releases/r-releases.r-universe.dev/blob/main/.github/workflows/review_pull_requests.yaml) [GitHub Actions](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions) workflow runs periodically and reviews each new open pull request using [`r.releases.internals::review_pull_request()`](https://github.com/r-releases/r.releases.internals/blob/main/R/review_pull_request.R). Depending on the results of the automated checks, the bot will automatically merge the pull request, close it, or flag it for manual review. The bot will post an informative comment explaining the decision, and it may add a GitHub label to the pull request for triage purposes.

The pull request is automatically closed if:

Expand Down

0 comments on commit 7e1eed3

Please sign in to comment.