Skip to content

Add quick examples for each model on available tasks #800

Add quick examples for each model on available tasks

Add quick examples for each model on available tasks #800

Workflow file for this run

name: Auto reply to new issues and PR
on:
issues:
types: [opened]
pull_request_target:
branches: [main, dev]
types: [opened]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
pull-requests: write
issues: write
id-token: write
contents: read
steps:
- uses: actions/first-interaction@v3
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
issue_message: |
Hi there 👋,
Thank you so much for your attention to PyPOTS! You can [follow me](https://github.com/WenjieDu) on GitHub to receive the latest news of PyPOTS.
If you find PyPOTS helpful to your work, please star⭐️ this repository to get this issue prioritized.
Your star is your recognition, which can help more people notice PyPOTS and grow PyPOTS community.
It matters and is definitely a kind of contribution to the community.
Best,
Wenjie
pr_message: |
Hi there 👋,
We really appreciate that you have taken the time to make your first PR on PyPOTS!
If you are trying to fix a bug, please reference the issue number in the description or give your details about the bug.
If you are implementing a feature request, please check with the maintainers that the feature will be accepted first.
Best,
Wenjie