-
-
Notifications
You must be signed in to change notification settings - Fork 424
feat: welcome first contributors when PR opens #2236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ghostdevv
merged 6 commits into
npmx-dev:main
from
trueberryless:feature/welcome-when-open
Mar 24, 2026
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
bdac7f4
feat: welcome first contributors when PR opens
trueberryless b74bd81
feat: introduce second workflow for welcoming message and adapt merge…
trueberryless 9cd00d5
fix: use fork action because original has some required issue
trueberryless 521f558
chore: fmt
ghostdevv f7ad8ca
chore: tweak wording
ghostdevv bf5396d
fix: buy glasses
ghostdevv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.github/workflows/welcome.yml → .github/workflows/welcome-close.yml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| name: welcome | ||
| name: Claim Contributor Message | ||
|
|
||
| on: | ||
| pull_request_target: | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| name: Welcome Message | ||
|
|
||
| on: | ||
| pull_request_target: | ||
| branches: [main] | ||
| types: [opened] | ||
|
|
||
| permissions: | ||
| pull-requests: write | ||
|
|
||
| jobs: | ||
| greeting: | ||
| name: Greet First-Time Contributors | ||
| if: github.repository == 'npmx-dev/npmx.dev' | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: zephyrproject-rtos/action-first-interaction@58853996b1ac504b8e0f6964301f369d2bb22e5c | ||
| with: | ||
| pr-opened-message: | | ||
| Hello! Thank you for opening your **first PR** to npmx, @${{ github.event.pull_request.user.login }}! 🚀 | ||
|
|
||
| Here’s what will happen next: | ||
|
|
||
| 1. Our GitHub bots will run to check your changes. | ||
| If they spot any issues you will see some error messages on this PR. | ||
| Don’t hesitate to ask any questions if you’re not sure what these mean! | ||
|
|
||
| 2. In a few minutes, you’ll be able to see a preview of your changes on Vercel | ||
|
|
||
| 3. One or more of our maintainers will take a look and may ask you to make changes. | ||
| We try to be responsive, but don’t worry if this takes a few days. | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.