Merged
Conversation
The settings format changed in newer versions
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a new GitHub Actions workflow to automatically welcome first-time contributors when they open a pull request. The workflow uses the actions/first-interaction action to post a friendly welcome message with links to contributing guidelines.
- Adds a reusable workflow for welcoming new contributors with a customizable PR message
- Creates a caller workflow using
pull_request_targettrigger to welcome contributors on their first PR - Updates the sync-workflows configuration to distribute the new welcome workflow to other repositories
- Refactors
.gemini/settings.jsonto use a nested structure for context configuration
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
.github/workflows/welcome-new-contributors.yml |
Caller workflow that triggers on PR open events and invokes the reusable workflow |
.github/workflows/reusable-welcome-new-contributors.yml |
Reusable workflow containing the logic to welcome first-time contributors with a message |
.github/workflows/sync-workflows.yml |
Adds the new welcome workflow to the list of files synced across repositories |
.gemini/settings.json |
Restructures the JSON configuration from flat to nested format for context settings |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.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.
Note: this could be a bit noisy because there will be comments from Codecov, Gemini Code Assist, and now this action
Fixes #174