Skip to content

Fixed Grammatical Errors and Typos (#27) #23

Fixed Grammatical Errors and Typos (#27)

Fixed Grammatical Errors and Typos (#27) #23

Workflow file for this run

on:
fork:
push:
branches: [main]
issues:
types: [opened]
issue_comment:
types: [created]
pull_request_target:
types: [opened]
pull_request_review_comment:
types: [created]
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Hey @${{ github.actor }}, Thanks for contributing and Congrats on opening Issue :tada:"
pr-message: "Hey @${{ github.actor }}, Thanks for contributing and Congrats on opening PR :tada:."
footer: "We will try to review as soon as possible and a maintainer will get back to you soon!"