Skip to content

Added my name to contributors.md #151

Added my name to contributors.md

Added my name to contributors.md #151

Workflow file for this run

name: Greetings
on: [pull_request]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1.2.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: 'Thanks for contributing to this project, hope you liked the guide provided to facilitate easy contribution.'