chore: add agentic first-time contributor workflow#549
Open
Junnygram wants to merge 5 commits into
Open
Conversation
Signed-off-by: Junnygram <junnexclusive@gmail.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces a GitHub Actions lock file and updates the .gitattributes file to manage these locks. Several issues were identified: the version specified for actions/github-script appears to be invalid, the repository format for the setup action is incorrect, and the .gitattributes pattern does not correctly target the new lock file path.
Comment on lines
+3
to
+6
| "actions/github-script@v9.0.0": { | ||
| "repo": "actions/github-script", | ||
| "version": "v9.0.0", | ||
| "sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3" |
Contributor
| @@ -0,0 +1 @@ | |||
| .github/workflows/*.lock.yml linguist-generated=true merge=ours No newline at end of file | |||
Contributor
There was a problem hiding this comment.
The pattern .github/workflows/*.lock.yml does not match the path or file extension of the lock file added in this PR (.github/aw/actions-lock.json). This prevents the linguist-generated and merge=ours attributes from being applied to the intended file.
.github/aw/*.json linguist-generated=true merge=ours
Comment on lines
+8
to
+11
| "github/gh-aw-actions/setup@v0.71.5": { | ||
| "repo": "github/gh-aw-actions/setup", | ||
| "version": "v0.71.5", | ||
| "sha": "b8068426813005612b960b5ab0b8bd2c27142323" |
Contributor
Signed-off-by: Junnygram <junnexclusive@gmail.com>
Signed-off-by: Junnygram <junnexclusive@gmail.com>
Signed-off-by: Junnygram <junnexclusive@gmail.com>
Signed-off-by: Junnygram <junnexclusive@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR replaces the legacy (or missing) newcomer welcoming logic with a modern, agentic workflow using the
gh-awframework. This is part of the effort to standardize and harden newcomer onboarding across the Meshery ecosystem.Key Features:
checkout: falseto prevent untrusted code execution during thepull_request_targetevent.Next Steps
This workflow is being evaluated for its effectiveness in providing high-quality, relevant guidance to first-time contributors.