Skip to content

Commit 49c1a1e

Browse files
authored
Update and rename welcome.yml to community.yml
1 parent c090ea2 commit 49c1a1e

File tree

2 files changed

+23
-20
lines changed

2 files changed

+23
-20
lines changed

.github/workflows/community.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
on:
2+
fork:
3+
push:
4+
branches: [ master ]
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: '<h1>It''s great having you contribute to this community/project</h1> <strong>Thank you for raising an <strong><em>Issue</em></strong>! Welcome to the the world of open source, where your ideas and contributions count and are highly appreciated</strong> <p>If you are willing to involve in open-source, you are in the right community! To be a part of this, kindly join us via our <ul><li><a href="https://discord.gg/c6RhGwcP5b">Discord channel</a></li><li><a href="https://youtube.com/channel/UCxro6LYOp3pmmuWDPMg-p1Q">Youtube channel</a>by subscribing</li><li><a href="https://twitter.com/ChryzHub">Twitter</a></li><li><a href="https://github.com/chryz-hub">GitHub organization</a> by raising an <a href="https://github.com/chryz-hub/chryz-hub.github.io/issues/new?assignees=&labels=invite+me+to+the+organisation&template=invitation.md&title=Please+invite+me+to+the+GitHub+Community+Organization">invitational issue</a></li></ul>and also make the right connections by making this <a href="https://github.com/chryz-hub/opensource-4-everyone/blob/master/My-PR-Contribution-Practice.md">pull request</a> and also adding your name been a contributor/member of the community ~~ <a href="https://github.com/chryz-hub/chryz-hub.github.io/blob/master/CONTRIBUTORS.md">here.</a></p><p>Is there anything yet to be understood, please do well to ask us!</p>'
23+
pr-message: '<h1>It''s great having you contribute to this community/project</h1> <strong>Thank you for creating a <strong><em>Pull Request</em></strong>! Welcome to the the world of open source, where your ideas and contributions count and are highly appreciated</strong> <p>If you are willing to involve in open-source, you are in the right community! To be a part of this, kindly join us via our <ul><li><a href="https://discord.gg/c6RhGwcP5b">Discord channel</a></li><li><a href="https://youtube.com/channel/UCxro6LYOp3pmmuWDPMg-p1Q">Youtube channel</a> by subscribing</li><li><a href="https://twitter.com/ChryzHub">Twitter</a></li><li><a href="https://github.com/chryz-hub">GitHub organization</a> by raising an <a href="https://github.com/chryz-hub/chryz-hub.github.io/issues/new?assignees=&labels=invite+me+to+the+organisation&template=invitation.md&title=Please+invite+me+to+the+GitHub+Community+Organization">invitational issue</a></li></ul>and also make the right connections by making this <a href="https://github.com/chryz-hub/opensource-4-everyone/blob/master/My-PR-Contribution-Practice.md">pull request</a> and also adding your name been a contributor/member of the community ~~ <a href="https://github.com/chryz-hub/chryz-hub.github.io/blob/master/CONTRIBUTORS.md">here.</a></p><p>Is there anything yet to be understood, please do well to ask us!</p>'

.github/workflows/welcome.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)