Skip to content

Commit

Permalink
PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
afeefuddin committed May 12, 2024
1 parent eee3e26 commit 78f3ee2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/PR.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: 'Greetings'

on:
pull_request_target:
types: [opened]

jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: |
Awesome work, @${{ github.actor }}! 🎉 Thank you for your contribution and efforts to enhance Hairify.
Please don't tag the maintainers, we will review your changes soon and provide feedback.
footer: 'Please ensure that you have followed the contributing guidelines for a smooth review process.'

0 comments on commit 78f3ee2

Please sign in to comment.