Skip to content

Added Eda to Market Trend Classification Model #206 #518

Added Eda to Market Trend Classification Model #206

Added Eda to Market Trend Classification Model #206 #518

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Ensure the issue is not similar or previously being worked on.Thanks for your time"
pr-message: "Ensure the PR matches the requirements mentioned in the Contribution guide. The maintainer might get in touch to enusre quality. Thanks for your time"