Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chethanyadav456 committed Oct 11, 2023
2 parents 002f0f4 + 39cd4b9 commit 1c50708
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/greetings.yml
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"

0 comments on commit 1c50708

Please sign in to comment.