-
Notifications
You must be signed in to change notification settings - Fork 0
chore(ci): fixed typo and refactored with merge #525
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
WalkthroughThe pull request updates the GitHub Actions workflow in Changes
Possibly related PRs
Suggested labels
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
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: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
.github/workflows/cleanup.yaml(2 hunks).github/workflows/stele-issues.yaml(0 hunks)
💤 Files with no reviewable changes (1)
- .github/workflows/stele-issues.yaml
🧰 Additional context used
🪛 actionlint (1.7.4)
.github/workflows/cleanup.yaml
10-10: "delete" is invalid for permission of scope "packages". available values are "read", "write" or "none"
(permissions)
11-11: "delete" is invalid for permission of scope "deployments". available values are "read", "write" or "none"
(permissions)
🔇 Additional comments (2)
.github/workflows/cleanup.yaml (2)
5-6: LGTM! Well-documented schedule change.The cron schedule is correctly set to 14:30 UTC (23:30 JST) and includes a helpful comment explaining the timezone conversion.
38-52: LGTM! Well-configured stale issues management.The stale issues job is well-configured with:
- Clear messages for stale and closed states
- Reasonable timeframes (14 days before stale, 3 days before close)
- PRs explicitly excluded from staling
- Latest version of actions/stale@v9
Issue/PR link
relates: #524
What does this PR do?
Describe what changes you make in your branch:
permission->permissions)(Optional) Additional Contexts
Describe additional information for reviewers (i.e. What does not included)
mainto confirm changes would be appliedSummary by CodeRabbit
New Features
Chores