Skip to content

Commit

Permalink
Merge pull request #7 from GlideRide-online/patch-01
Browse files Browse the repository at this point in the history
added github workflows
  • Loading branch information
Akshat2Jain committed Dec 6, 2023
2 parents 4c90f00 + ee0a015 commit 270d034
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/thankyou.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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. 🙌"

0 comments on commit 270d034

Please sign in to comment.