Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 13a96a8

Browse files
fix(action): path incorrect #139
* 'Add' * 'Add' * Update Community.yml * 'Update' Co-authored-by: adirups285 <[email protected]>
1 parent 1f53f84 commit 13a96a8

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/workflows/community.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
on:
2+
fork:
3+
push:
4+
branches: [ develop ]
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+
16+
welcome:
17+
runs-on: ubuntu-latest
18+
steps:
19+
- uses: actions/checkout@v1
20+
- uses: EddieJaoudeCommunity/gh-action-community/src/welcome@main
21+
with:
22+
github-token: ${{ secrets.GITHUB_TOKEN }}
23+
issue-message: '<h1>It''s great having you contribute to this project</h1> Feel free to raise an <strong>Issue</strong>! Welcome to the community :nerd_face:'
24+
pr-message: '<h1>It''s great having you contribute to this project</h1> Feel free to create a <strong>Pull Request</strong>! Welcome to the community :nerd_face:'
25+
26+
statistics:
27+
runs-on: ubuntu-latest
28+
steps:
29+
- uses: actions/checkout@v1
30+
- uses: EddieJaoudeCommunity/gh-action-community/src/statistics@main
31+
with:
32+
firebase-key: ${{ secrets.FIREBASE_KEY }}

0 commit comments

Comments
 (0)