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

Commit

Permalink
fix: community action (#72)
Browse files Browse the repository at this point in the history
* Update community.yml

* Update community.yml

* Update community.yml
  • Loading branch information
muthuannamalai12 authored Mar 12, 2021
1 parent b0dfbac commit 85cfb76
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/community.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
fork:
push:
branches: [ develop ]
branches: [ main ]
issues:
types: [ opened ]
issue_comment:
Expand All @@ -17,17 +17,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ./src/welcome
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: '<h1>It''s great having you contribute to this project</h1> <p>Welcome to the community :nerd_face: If any questions please ask</p>'
pr-message: '<h1>It''s great having you contribute to this project</h1> <p>Welcome to the community :nerd_face: If any questions please ask</p>'
footer: 'Join our <a href="http://discord.eddiehub.org">Discord</a> and <a href="http://github.eddiehub.org">GitHub</a> Organisation'
issue-message: '<h1>It''s great having you contribute to this project</h1> Welcome to the community :nerd_face:'
pr-message: '<h1>It''s great having you contribute to this project</h1> Welcome to the community :nerd_face:'
footer: 'If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our <a href="http://discord.eddiehub.org">Discord</a> chat and our <a href="http://github.eddiehub.org">GitHub Organisation</a> - we help and encourage each other to contribute to open source little and often 🤓 . Any questions let us know.'

statistics:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ./src/statistics
- uses: EddieHubCommunity/gh-action-community/src/statistics@main
with:
firebase-key: ${{ secrets.FIREBASE_KEY }}

0 comments on commit 85cfb76

Please sign in to comment.