From 85cfb76b8ddcdb079c5ddb9c2edeb6b61173ac8e Mon Sep 17 00:00:00 2001 From: Muthu Annamalai Venkatachalam Date: Fri, 12 Mar 2021 15:24:38 +0530 Subject: [PATCH] fix: community action (#72) * Update community.yml * Update community.yml * Update community.yml --- .github/workflows/community.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/community.yml b/.github/workflows/community.yml index 60a6795..92ef7af 100644 --- a/.github/workflows/community.yml +++ b/.github/workflows/community.yml @@ -1,7 +1,7 @@ on: fork: push: - branches: [ develop ] + branches: [ main ] issues: types: [ opened ] issue_comment: @@ -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: '

It''s great having you contribute to this project

Welcome to the community :nerd_face: If any questions please ask

' - pr-message: '

It''s great having you contribute to this project

Welcome to the community :nerd_face: If any questions please ask

' - footer: 'Join our Discord and GitHub Organisation' + issue-message: '

It''s great having you contribute to this project

Welcome to the community :nerd_face:' + pr-message: '

It''s great having you contribute to this project

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 Discord chat and our GitHub Organisation - 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 }}