Skip to content

Fix teacher email's label to say student's grade #1663

Fix teacher email's label to say student's grade

Fix teacher email's label to say student's grade #1663

Workflow file for this run

name: Pull Request Validation
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
check-milestone:
name: Check Milestone
runs-on: ubuntu-latest
steps:
- if: github.event.pull_request.milestone == null
run: |
echo "This PR is missing a milestone."
exit 1