Skip to content

plant Create tm

plant Create tm #249

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: 'Thanks for contributing to Plant_Disease_Detection'
pr-message: 'Thanks for your contribution, please give us some time to review, we will be in touch soon.'