Skip to content

Update actions/checkout action to v4 #2

Update actions/checkout action to v4

Update actions/checkout action to v4 #2

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thank you for heling contribute to this project! 🎉. We really do appreciate any and all contributions! Since, this is your very first issue. feel free to look around the project.'
pr-message: 'Thank you for heling contribute to this project! 🎉. We really do appreciate any and all contributions! Since, this is your very first pull-request. feel free to look around the project.'