Skip to content

Merge pull request #95 from Vani177/main #45

Merge pull request #95 from Vani177/main

Merge pull request #95 from Vani177/main #45

name: "GreetContributor"
on:
pull_request:
types: [opened,synchronize]
jobs:
GreetCommitter:
runs-on: ubuntu-latest
steps:
- name: "Greet contributor"
uses: AyushSarode/LearningApp
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
content: "<Thank you for taking your time and effort for your contribution, we truly value it. :tada:>"
#default content is "Thank you for taking your time and effort for your contribution, we truly value it. :tada:"