Skip to content

Commit

Permalink
github: Add config for first-pr-merge GitHub bot
Browse files Browse the repository at this point in the history
Add configuration file for message to be posted by first-pr-merge bot as
a comment on the first PR a contributor is making to the repository.
Fixes #56092

Signed-off-by: Benjamin Cabé <[email protected]>
  • Loading branch information
kartben committed Mar 22, 2023
1 parent a7c011b commit 3b65904
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge

# Comment to be posted to on pull requests merged by a first time user
firstPRMergeComment: |
🎉🥳 Congratulations on getting your very first Zephyr pull request merged! This is a fantastic achievement, and we're thrilled to have you as part of our community!
To celebrate your milestone and showcase your contribution, we'd love to award you the Zephyr Technical Contributor badge. If you're interested, please claim your badge by filling out this form: (Claim Your Zephyr Badge)[https://forms.gle/oCw9iAPLhUsHTapc8].
Thank you for your valuable input, and we look forward to seeing more of your contributions in the future! 🪁

0 comments on commit 3b65904

Please sign in to comment.