Skip to content

Commit

Permalink
greeting action added
Browse files Browse the repository at this point in the history
  • Loading branch information
adityakmrmishra committed Oct 3, 2023
1 parent 2c089e7 commit eda77c5
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/pull_request_template.md

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
permissions: write-all

name: Greetings

on:
fork:
push:
branches: [main]
issues:
types: [opened]
pull_request_target:
types: [opened]

jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Hello ${{ github.actor }}! \n Thank you for raising this issue! 😊 Your contribution is valuable to us! 😊 \n\nPlease make sure to follow our [Contributing Guidelines. 💪🏻](https://github.com/adityakmrmishra/Geet/blob/main/CONTRIBUTING.md) \n\nOur maintainers will carefully assess the issue and reach out to you soon! 😇 \n We appreciate your patience! "
pr-message: "Thank you, ${{ github.actor }}, for creating this pull request and contributing to Geet! 💗\n\n The maintainers will review this Pull Request and provide feedback as soon as possible! 😇\nWe appreciate your patience and contribution, Keep up the great work! 😀"
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

{
"scripts": {
"git": "git add . && git commit -m",
"postgit": "git push --all"
}
}

0 comments on commit eda77c5

Please sign in to comment.