Skip to content

Commit 74cebec

Browse files
authored
Merge pull request #185 from CommunityPro/mention
🐛 Fix greetings action
2 parents 8a06d2a + 87c4975 commit 74cebec

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/community.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
1+
name: "Welcome New Contributors"
2+
13
on:
24
issues:
35
types: [opened]
46
pull_request_target:
57
types: [opened]
68

79
jobs:
8-
welcome:
10+
welcome-new-contributor:
911
runs-on: ubuntu-latest
1012
steps:
11-
- uses: actions/first-interaction@v1
13+
- name: "Greet the contributor"
14+
uses: garg3133/welcome-new-contributors@v1.2
1215
with:
1316
repo-token: ${{ secrets.GITHUB_TOKEN }}
14-
issue-message: "# Welcome to CommunityPro \n\ Thank you @contributor_name for raising an Issue in this community! \n\ If you are willing to join the community, connect via
17+
issue-message: "# Welcome to CommunityPro \n\ Thank you @contributor_name for raising an Issue in this community! :zap: \n\ If you are willing to join the community, connect via
1518
- [WhatsApp](https://chat.whatsapp.com/BMFVTksMg269GdgsviJzLm)
1619
- [LinkedIn](https://www.linkedin.com/company/communitypro)
17-
- [CommunityPro Organization Page](https://github.com/CommunityPro) by raising an [Issue](https://github.com/CommunityPro/support/issues/new?assignees=&labels=invite+me+to+the+organisation&template=invitation.yml&title=Please+invite+me+to+the+Community+Organization) \n\ We appreciate every contribution, so consider adding your profile in the [Pratice Contribution](https://github.com/CommunityPro/Practice-Contribution)"
18-
pr-message: "# Welcome to CommunityPro \n\ Thank you @contributor_name for making a pull request in this community! \n\ If you are willing to join the community, connect via
20+
- [CommunityPro Organization Page](https://github.com/CommunityPro) by raising an [Issue](https://github.com/CommunityPro/support/issues/new?assignees=&labels=invite+me+to+the+organisation&template=invitation.yml&title=Please+invite+me+to+the+Community+Organization) \n\ We appreciate every contribution, so consider adding your profile in the [Pratice Contribution](https://github.com/CommunityPro/Practice-Contribution) \n\ ## Happy Coding :rocket:"
21+
pr-message: "# Welcome to CommunityPro \n\ Thank you @contributor_name for making a pull request in this community! :zap: \n\ If you are willing to join the community, connect via
1922
- [WhatsApp](https://chat.whatsapp.com/BMFVTksMg269GdgsviJzLm]
2023
- [LinkedIn](https://www.linkedin.com/company/communitypro)
21-
- [CommunityPro Organization Page](https://github.com/CommunityPro) by raising an [Invitational Issue](https://github.com/CommunityPro/support/issues/new?assignees=evavic44&labels=invite+me+to+the+organisation&template=invitation.yml&title=Please+invite+me+to+the+Community+Organization] \n\ We appreciate every contribution, so consider adding your profile in the [Pratice Contribution](https://github.com/CommunityPro/Practice-Contribution)"
24+
- [CommunityPro Organization Page](https://github.com/CommunityPro) by raising an [Invitational Issue](https://github.com/CommunityPro/support/issues/new?assignees=evavic44&labels=invite+me+to+the+organisation&template=invitation.yml&title=Please+invite+me+to+the+Community+Organization] \n\ We appreciate every contribution, so consider adding your profile in the [Pratice Contribution](https://github.com/CommunityPro/Practice-Contribution) \n\ ## Happy Coding :rocket:"

0 commit comments

Comments
 (0)