ci: ignore Renovate bot on irrelevant jobs#2904
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughAdded job-level conditions to two GitHub Actions workflows so specific jobs skip execution when the run is triggered by Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In @.github/workflows/pr-validation.yml:
- Line 113: The if: condition is being treated as a non-empty string because it
mixes a nested `${{ }}` inside an implicit expression and uses the invalid
operator `and`; update the condition to remove the nested `${{ }}` and use the
GitHub Actions boolean operator `&&` so it reads as an expression comparing
github.event.action != 'synchronize' and github.actor != 'renovate[bot]' (refer
to the existing if: line and the symbols github.event.action, github.actor,
'synchronize', and 'renovate[bot]').
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 73f8c559-8777-4488-9dae-0206f59b8880
📒 Files selected for processing (2)
.github/workflows/conflict_labeler.yml.github/workflows/pr-validation.yml
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
1832606 to
aa4a734
Compare
Description
n/a
How Has This Been Tested?
n/a
Screenshots / Logs (if applicable)
Checklist:
pnpm buildpnpm i18n:extractSummary by CodeRabbit