Skip to content

Prevent sending welcome email immediately on enrole in case their access starts in the future #1531

Prevent sending welcome email immediately on enrole in case their access starts in the future

Prevent sending welcome email immediately on enrole in case their access starts in the future #1531

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