Skip to content

Merge pull request #105 from farihaNaqvi/main #250

Merge pull request #105 from farihaNaqvi/main

Merge pull request #105 from farihaNaqvi/main #250

Workflow file for this run

name: Greetings # Required root key
on: # Required root key
push:
branches: [main]
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs: # Required root key
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: EddieHubCommunity/gh-action-community@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Welcome, @{{ github.actor }}! Thanks for raising the issue!'
pr-message: 'Great job, @{{ github.actor }}! Thanks for creating the pull request!'
footer: 'Soon the maintainers/owner will review it and provide you with feedback/suggestions. Make sure to star this awesome repository.'