feat: add onboarding welcome bot workflow#50
Conversation
|
@itsdakshjain is attempting to deploy a commit to the nirvik34's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Warning Review limit reached
Your plan includes 1 review of capacity. Refill in 15 minutes and 8 seconds. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more review capacity refills, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than trial, open-source, and free plans. In all cases, review capacity refills continuously over time. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
Warning
|
| Layer / File(s) | Summary |
|---|---|
Onboarding workflow setup .github/workflows/onboardingbot.yml |
Workflow named "Onboarding" triggers on new issues and manual dispatch. Runs with issues: write permission on ubuntu-latest and uses actions/first-interaction@v1 to post an onboarding checklist to contributors. |
Estimated code review effort
🎯 1 (Trivial) | ⏱️ ~3 minutes
Poem
🐰 A bot hops in with cheer so bright,
To greet new friends on issues' night,
No more lost souls in README's maze,
Onboarding flows through automated ways! ✨
🚥 Pre-merge checks | ✅ 4 | ❌ 1
❌ Failed checks (1 warning)
| Check name | Status | Explanation | Resolution |
|---|---|---|---|
| Linked Issues check | The PR implements the core requirement from issue #10: first-interaction detection and welcome message for first-time contributors via GitHub Actions. However, auto-labeling (applying 'needs-triage' label) is not included. |
Implement the auto-labeling feature to apply the 'needs-triage' label to new issues from first-time contributors, as specified in issue #10's technical requirements. |
✅ Passed checks (4 passed)
| Check name | Status | Explanation |
|---|---|---|
| Description Check | ✅ Passed | Check skipped - CodeRabbit’s high-level summary is enabled. |
| Title check | ✅ Passed | The title 'feat: add onboarding welcome bot workflow' directly and accurately summarizes the main change—adding a GitHub Actions workflow for onboarding first-time contributors. |
| Out of Scope Changes check | ✅ Passed | All changes are within scope: the workflow file is a new GitHub Actions artifact directly addressing the automated contributor onboarding requirement from issue #10 with no extraneous modifications. |
| Docstring Coverage | ✅ Passed | No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. |
✏️ Tip: You can configure your own custom pre-merge checks in the settings.
✨ Finishing Touches
🧪 Generate unit tests (beta)
- Create PR with unit tests
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 @coderabbitai help to get the list of available commands and usage tips.
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/onboardingbot.yml:
- Line 15: Replace the mutable action tag used in the workflow
(actions/first-interaction@v1) with the immutable commit SHA it currently points
to (actions/first-interaction@2ec0f0fd78838633cd1c1342e4536d49ef72be54); update
the workflow YAML line containing "uses: actions/first-interaction@v1" to use
the full SHA, save, and commit the change so the onboarding workflow uses the
pinned, immutable version.
🪄 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: defaults
Review profile: CHILL
Plan: Pro
Run ID: 2bf690a7-a4ea-435e-9761-0c62b2a27a45
📒 Files selected for processing (1)
.github/workflows/onboardingbot.yml
Description
Fixes #10
this pr introduces a clean automated onboarding layer to welcome first-time contributors with a helpful greeting and resource checklist when they open an issue. as per previous mentor feedback, all automated triage tracking and automatic labeling systems have been completely dropped from the scope.
Type of change
GSSoC '26 Contribution Details
Please select only one difficulty level that was assigned to you in the issue:
level:intermediate (assigned as intermediate in the issue, but please feel free to downgrade it as per the new simplified PR scope)
I have been assigned to this issue by a maintainer..
How Has This Been Tested?
Checklist:
Summary by CodeRabbit