This repository has been archived by the owner on Oct 27, 2024. It is now read-only.
Bump marked from 4.3.0 to 13.0.2 #316
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: 'Thanks for submiting the issue, i will check it ASAP' | |
pr-message: 'Thanks for contributing to my repo, i will review your PR commits' |