Skip to content

Commit 4fef641

Browse files
Merge pull request #53 from SaumyaBhushan/Issue#221
added welcome workflow
2 parents f9bdfa2 + cb0cf82 commit 4fef641

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/welcome.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
on:
2+
fork:
3+
push:
4+
branches: [ main ]
5+
issues:
6+
types: [ opened ]
7+
pull_request_target:
8+
types: [ opened ]
9+
10+
jobs:
11+
12+
welcome:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@main
16+
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
17+
with:
18+
github-token: ${{ secrets.GITHUB_TOKEN }}
19+
issue-message: '<h1>It''s great having you contribute to this project</h1> Welcome to the community :nerd_face: :rocket:'
20+
pr-message: '<h1>It''s great having you contribute to this project</h1> Welcome to the community :nerd_face:'
21+
footer: 'Thanks for joining our community - we help and encourage each other to contribute to open source little and often 🤓 . Any questions let us know.'

0 commit comments

Comments
 (0)