Skip to content

Commit 19882fa

Browse files
committed
add: greetings wf
1 parent 8212108 commit 19882fa

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/greetings.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
on:
2+
fork:
3+
push:
4+
branches: [main]
5+
issues:
6+
types: [opened]
7+
issue_comment:
8+
types: [created]
9+
pull_request_target:
10+
types: [opened]
11+
pull_request_review_comment:
12+
types: [created]
13+
14+
jobs:
15+
welcome:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: actions/checkout@v1
19+
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
20+
with:
21+
github-token: ${{ secrets.GITHUB_TOKEN }}
22+
issue-message: "<h3>Hey! contributor, thank you for opening an Issue 🎉.</h3>"
23+
pr-message: "<h3>Hey! contributor, thank you for opening a Pull Request 🎉.</h3>"
24+
footer: "Soon the project owner or one of 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/Fahim_FBA'>Md. Fahim Bin Amin</a> on <b>Twitter</b>. Star ⭐ this repo to show us support.</b><br><br><b>Happy, Open Source!</b>"

0 commit comments

Comments
 (0)