-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update cran-checks.yaml #1
base: main
Are you sure you want to change the base?
Conversation
The organization name has changed thus breaking the action. My apologies! Signed-off-by: Josiah Parry <josiah.parry@gmail.com>
WalkthroughThe pull request modifies the GitHub Actions workflow configuration for CRAN package checks. The primary change involves updating the source of the Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.github/workflows/cran-checks.yaml (1)
42-42
: Remove trailing whitespace.There are trailing spaces at the end of line 42.
- pkg: oddsapiR + pkg: oddsapiR🧰 Tools
🪛 yamllint (1.35.1)
[error] 42-42: trailing spaces
(trailing-spaces)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
.github/workflows/cran-checks.yaml
(1 hunks)
🧰 Additional context used
🪛 yamllint (1.35.1)
.github/workflows/cran-checks.yaml
[error] 42-42: trailing spaces
(trailing-spaces)
🔇 Additional comments (1)
.github/workflows/cran-checks.yaml (1)
16-16
: Verify the new action repository exists and is maintained.The change from
flrsh-dev
toricochet-rs
organization is consistent with the PR objective. Let's verify the new action source.Also applies to: 20-20, 24-24, 28-28, 32-32, 36-36, 40-40
✅ Verification successful
Action repository verified and actively maintained
The new action repository at
ricochet-rs/cran-checks
exists and shows recent activity (last updated Jan 21, 2025). The repository is actively maintained by the same maintainer and appears to be the new official location.🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the new action repository exists and check its activity # Check if the repository exists and is public gh repo view ricochet-rs/cran-checks # Get basic repository information including last commit gh repo view ricochet-rs/cran-checks --json updatedAt,pushedAt,isArchived,defaultBranchLength of output: 3136
Script:
#!/bin/bash # Description: Verify repository status and history # Get repository creation date, fork status, and last update gh repo view ricochet-rs/cran-checks --json createdAt,isFork,pushedAt,parent # Check if there are any recent commits gh api repos/ricochet-rs/cran-checks/commits?per_page=1Length of output: 3592
^ that was cute |
The organization name has changed thus breaking the action. My apologies!
Summary by CodeRabbit