Skip to content

Commit

Permalink
ci: added greetings action
Browse files Browse the repository at this point in the history
chore: format fixed

chore: file updated
  • Loading branch information
KashishLakhara04 committed Oct 2, 2022
1 parent 9b2fd78 commit c89d97f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
on:
fork:
push:
branches: [main]
issues:
types: [opened]
issue_comment:
types: [created]
pull_request_target:
types: [opened]
pull_request_review_comment:
types: [created]

jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: '<h3>Hey! Thank you for opening an Issue 🎉.</h3>'
pr-message: '<h3>Hey! Thank you for opening a Pull Request 🎉.</h3>'
footer: "Soon our maintainers will review it and provide you with feedback/suggestions. If you think it's something urgent, feel free to reach out <a href='https://twitter.com/NabhagMotivaras'>Nabhag Motivaras</a> on <b>Twitter</b>. Star ⭐ this repo to show us support.</b><br><br><b>Happy, Open Source!</b>"

0 comments on commit c89d97f

Please sign in to comment.