-
Notifications
You must be signed in to change notification settings - Fork 135
ci: Implement review workflows #1675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
7853ac1 to
4a6a4cf
Compare
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Formatting suggestions availableA patch file with formatting suggestions has been generated. You can apply it using one of these methods: Method 1: Apply via gh CLI# Download and apply the patch directly
gh run download 19239691365 --repo tidyverse/tibble --name changes-patch && patch -p1 < changes.patch && rm changes.patchMethod 2: View the patchClick to see the patch contentsdiff --git a/man/as_tibble.Rd b/man/as_tibble.Rd
index e1580a8e..656fe538 100644
--- a/man/as_tibble.Rd
+++ b/man/as_tibble.Rd
@@ -111,6 +111,8 @@ in contrast with \code{\link[=tibble]{tibble()}}, which builds a tibble from ind
\code{as_tibble()} is to \code{\link[=tibble]{tibble()}} as \code{\link[base:as.data.frame]{base::as.data.frame()}} is to
\code{\link[base:data.frame]{base::data.frame()}}.
+Boo
+
\code{as_tibble()} is an S3 generic, with methods for:
\itemize{
\item \code{\link[base:data.frame]{data.frame}}: Thin wrapper around the \code{list} methodThis comment was automatically generated by the commit-suggester workflow. |
Formatting suggestions availableA patch file with formatting suggestions has been generated. You can apply it using one of these methods: Method 1: Apply via gh CLI# Download and apply the patch directly
gh run download 19240191660 --repo tidyverse/tibble --name changes-patch && patch -p1 < changes.patch && rm changes.patchMethod 2: View the patchClick to see the patch contentsdiff --git a/man/as_tibble.Rd b/man/as_tibble.Rd
index e1580a8e..656fe538 100644
--- a/man/as_tibble.Rd
+++ b/man/as_tibble.Rd
@@ -111,6 +111,8 @@ in contrast with \code{\link[=tibble]{tibble()}}, which builds a tibble from ind
\code{as_tibble()} is to \code{\link[=tibble]{tibble()}} as \code{\link[base:as.data.frame]{base::as.data.frame()}} is to
\code{\link[base:data.frame]{base::data.frame()}}.
+Boo
+
\code{as_tibble()} is an S3 generic, with methods for:
\itemize{
\item \code{\link[base:data.frame]{data.frame}}: Thin wrapper around the \code{list} methodThis comment was automatically generated by the commit-suggester workflow. |
Formatting suggestions availableA patch file with formatting suggestions has been generated. You can apply it using one of these methods: Method 1: Apply via gh CLI# Download and apply the patch directly
gh run download 19241353862 --repo tidyverse/tibble --name changes-patch && patch -p1 < changes.patch && rm changes.patchMethod 2: View the patchClick to see the patch contentsdiff --git a/man/as_tibble.Rd b/man/as_tibble.Rd
index e1580a8e..656fe538 100644
--- a/man/as_tibble.Rd
+++ b/man/as_tibble.Rd
@@ -111,6 +111,8 @@ in contrast with \code{\link[=tibble]{tibble()}}, which builds a tibble from ind
\code{as_tibble()} is to \code{\link[=tibble]{tibble()}} as \code{\link[base:as.data.frame]{base::as.data.frame()}} is to
\code{\link[base:data.frame]{base::data.frame()}}.
+Boo
+
\code{as_tibble()} is an S3 generic, with methods for:
\itemize{
\item \code{\link[base:data.frame]{data.frame}}: Thin wrapper around the \code{list} method
diff --git a/tests/testthat/_snaps/add.md b/tests/testthat/_snaps/add.md
index 7552cf35..cbfb87e9 100644
--- a/tests/testthat/_snaps/add.md
+++ b/tests/testthat/_snaps/add.md
@@ -1,6 +1,7 @@
# output test
Code
+ # Boo
add_row(tibble(), a = 1)
Condition
Error in `add_row()`:This comment was automatically generated by the commit-suggester workflow. |
Formatting suggestions availableA patch file with formatting suggestions has been generated. You can apply it using one of these methods: Method 1: Apply via gh CLI# Download and apply the patch directly
gh run download 19243842477 --repo tidyverse/tibble --name changes-patch && patch -p1 < changes.patch && rm changes.patchMethod 2: View the patchClick to see the patch contentsdiff --git a/man/as_tibble.Rd b/man/as_tibble.Rd
index e1580a8e..656fe538 100644
--- a/man/as_tibble.Rd
+++ b/man/as_tibble.Rd
@@ -111,6 +111,8 @@ in contrast with \code{\link[=tibble]{tibble()}}, which builds a tibble from ind
\code{as_tibble()} is to \code{\link[=tibble]{tibble()}} as \code{\link[base:as.data.frame]{base::as.data.frame()}} is to
\code{\link[base:data.frame]{base::data.frame()}}.
+Boo
+
\code{as_tibble()} is an S3 generic, with methods for:
\itemize{
\item \code{\link[base:data.frame]{data.frame}}: Thin wrapper around the \code{list} method
diff --git a/tests/testthat/_snaps/add.md b/tests/testthat/_snaps/add.md
index 7552cf35..cbfb87e9 100644
--- a/tests/testthat/_snaps/add.md
+++ b/tests/testthat/_snaps/add.md
@@ -1,6 +1,7 @@
# output test
Code
+ # Boo
add_row(tibble(), a = 1)
Condition
Error in `add_row()`:This comment was automatically generated by the commit-suggester workflow. |
No description provided.