-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/chethanyadav456/discord-js-bot
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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,16 @@ | ||
name: Greetings | ||
|
||
on: [pull_request_target, issues] | ||
|
||
jobs: | ||
greeting: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
steps: | ||
- uses: actions/first-interaction@v1 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
issue-message: "👋 Hello and welcome to our open-source community!\nThank you for opening your first issue. We're excited to have you here. Please provide as many details as possible, and our team will get back to you shortly to assist with your request. Feel free to explore our existing issues and projects to find other ways to get involved.\nHappy contributing! 🚀' first issue" | ||
pr-message: "🎉 Congratulations on your first pull request!\nWe appreciate your contribution to our project. Please make sure your pull request (PR) follows our contribution guidelines and includes a clear description of the changes you've made. If you need help or have any questions, don't hesitate to ask – we're here to assist you.\nThank you for being a part of our community! 🙌' first pull request" |