Skip to content

[Draw check] Has IRCC published a new EE draw? — 2026-07-21 #1

Description

@github-actions

Bi-weekly Express Entry draw check

IRCC publishes draws roughly every two weeks. Check the official source and update lib/draws.ts if a new draw has been published.

Official source:
https://www.canada.ca/en/immigration-refugees-citizenship/services/immigrate-canada/express-entry/submit-profile/rounds-invitations.html

If there's a new draw, run:

npx ts-node scripts/add-draw.ts \
  --type "All programs" \
  --date "Jul 2, 2026" \
  --cutoff 491 \
  --invited 4500

Then verify and commit:

git diff lib/draws.ts
git add lib/draws.ts && git commit -m "draws: <date> <type> cutoff <score>"
git push

If no new draw yet: close this issue — next reminder in ~2 weeks.

Supported --type values: All programs · Canadian Experience Class · Federal Skilled Worker · Provincial Nominee Program · French Language Proficiency

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions