feat(devops): automated first-time contributor triage workflow - #12
feat(devops): automated first-time contributor triage workflow#12itsdakshjain wants to merge 8 commits into
Conversation
Add onboarding workflow for new contributors with triage.
UltraBot05
left a comment
There was a problem hiding this comment.
Earlier: Good fix on separating the label step!
for this change: if: always() on line 32 means the triage label will be applied to every issue, including from existing contributors??
This if: always() label all issues, not just first-timer issues..
Could you please revert the line to
if: steps.welcome_step.outputs.has-first-interaction == 'true'
Another minor change, github Scripts v6 was stable as of summer 2025. current stable is v7. please bump it. to @v7
Refactor onboarding bot workflow to conditionally add triage label based on issue creator's previous issues.
|
Closing this PR. The implementation appears to be entirely AI-generated with no attribution or correlation to your own understanding, which goes against GSSoC contribution guidelines (AI usage requires explicit mention and demonstrated understanding of the changes). |
First of all. for a yaml addition. we cannot appoint this issue as a level 3 issue. Please go through the contributor and AI Slop guidelines at If you'd like to reopen this, please resubmit with:
Also, triaging is not mandated by GSSoC. I am not sure why even would You or me (as a mentor) get points for this. |
@UltraBot05 you can decide that , i am not asking for higher claims if that not valid and also pls go and look into my fork and the issues tab whether all funsiton are working or not . i am not trying to say you did anything wrong but would like to see it through end at good note.
thanks |
|
Hey @itsdakshjain, Thanks for sending in your pull request. I’m closing it because it doesn't fit with the GSSoC 2026 contribution rules. Here’s why:
Following the program guidelines, I’ll add the You may refer to this: GSSoC AI Conduct |
|
Hi @nirvik34, i appreciate the feedback. i apologize for the messy commits and the label request, I'm still learning and i definitely overstepped. i will be much more careful with my workflow in the future. Respect your decision and thanks for the time! |

Description
This PR introduces an automated triage layer to the Gitbun repository. By utilizing the
first-interactionworkflow, we can instantly engage new contributors and provide them with the necessary resources (CONTRIBUTING.md) without manual maintainer intervention and reminder for duplicate issue.Changes
.github/workflows/onboarding-bot.yml.Benefits
Closes: #10
Summary by CodeRabbit