chore: migrate first-time contributor welcome to agentic workflow#1519
chore: migrate first-time contributor welcome to agentic workflow#1519Junnygram wants to merge 2 commits into
Conversation
|
🚨 Alert! Git Police! We couldn’t help but notice that one or more of your commits is missing a sign-off. A what? A commit sign-off (your email address). To amend the commits in this PR with your signoff using the instructions provided in the DCO check. To configure your dev environment to automatically signoff on your commits in the future, see these instructions.
|
There was a problem hiding this comment.
Code Review
This pull request introduces a new actions-lock.json file, updates .gitattributes to handle lock files, and removes several welcome and first-merge configuration blocks from .github/config.yml. The reviewer identified that the .gitattributes rule for lock files should be updated to correctly target the new actions-lock.json file to ensure proper merge handling.
| /.yarn/plugins/** binary No newline at end of file | ||
| /.yarn/plugins/** binary | ||
|
|
||
| .github/workflows/*.lock.yml linguist-generated=true merge=ours No newline at end of file |
There was a problem hiding this comment.
This new .gitattributes rule for .github/workflows/*.lock.yml does not match the new lock file added in this pull request, which is .github/aw/actions-lock.json. To ensure that the intended linguist-generated and merge=ours attributes are applied to the new lock file and prevent future merge conflicts, this line should be updated to point to the correct file path.
.github/aw/actions-lock.json linguist-generated=true merge=ours
Signed-off-by: Junnygram <junnexclusive@gmail.com>
Signed-off-by: Junnygram <junnexclusive@gmail.com>
|
@Junnygram Thank you for your contribution! Let's discuss this during the website call tomorrow at 5:30 PM IST | 7 AM CST Add it as an agenda item to the meeting minutes, if you would 🙂 |
PR Title
[Agentic Workflow] Migrate First-Time Contributor Welcome from BehaviorBotPR Description
Notes for Reviewers
This PR modernizes the newcomer experience in the Sistent repository by migrating from the legacy BehaviorBot configuration to the modern Agentic Workflows framework.
Key Changes:
behaviorbotconfigurations fornewIssueWelcomeComment,newPRWelcomeComment, andfirstPRMergeCommentfrom.github/config.yml.first-time-contributor.md) that:first-time-contributorlabel and includes the community welcome graphic..lock.ymland.gitattributesconfiguration to ensure the workflow is stable and correctly handled by Git.Signed commits
Does this look good to go, or should I tweak any of the technical details?