Skip to content

feat: add student history API endpoint #16

feat: add student history API endpoint

feat: add student history API endpoint #16

Workflow file for this run

name: Welcome New Contributors
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs:
welcome:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
Hello! Welcome to the CodePVG's repo!
Thank you for opening your first issue. Please make sure you've read our `CONTRIBUTING.md` guidelines before getting started.
A maintainer will review this shortly. If you'd like to work on this issue yourself, please ask to be assigned!
pr-message: |
Hello! Thank you for your first Pull Request!
We are excited to review your contribution to the CodePVG LeetCode Leaderboard.
Please make sure you have run Prettier on your code locally, as our GitHub Actions will fail if the code is unformatted. A maintainer will review your code soon. Thanks for helping out!