Skip to content

added github workflows #1

added github workflows

added github workflows #1

Workflow file for this run

name: Thank You on Pull Request
on:
pull_request:
types:
- opened
jobs:
thankyou:
runs-on: ubuntu-latest
steps:
- name: Thank You Message
run: |
echo "Thank you for making the pull request, @${{ github.actor }}!"
echo "Your contribution is appreciated. 🙌"