Skip to content

feat : adding GH action to automatically fetch feeds sent by providers #58

feat : adding GH action to automatically fetch feeds sent by providers

feat : adding GH action to automatically fetch feeds sent by providers #58

Workflow file for this run

name: Greetings on PR Merge
on:
pull_request:
types: [closed]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: Manoj-Paramsetti/greets-action@main
if: ${{ github.event.pull_request.merged == true }}
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# here issue_message is not given since the condition checks for the merge is true. it will
# does not pass the checks in issue
PR_message: "Congrats on getting your first pull request merged!<br><br>![](https://media.giphy.com/media/l4KhQo2MESJkc6QbS/giphy.gif)"