feat(curriculum): set isUpcomingChange flags to false to block 21-23 of the B1 certification of the English Curriculum (#61233)
Some checks failed
i18n - Build Validation / Validate i18n Builds (22) (push) Has been cancelled
CI - Node.js / Lint (22) (push) Has been cancelled
CI - Node.js / Build (22) (push) Has been cancelled
CI - Node.js / Test (22) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (22) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 22) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 22) (push) Has been cancelled
DOCR - Cleanup Container Images / Delete Old Images (learn-api, dev) (push) Has been cancelled
DOCR - Cleanup Container Images / Delete Old Images (learn-api, org) (push) Has been cancelled
i18n - Download Client UI / Client (push) Has been cancelled

This commit is contained in:
DanielRosa74 2025-07-06 17:36:15 -03:00 committed by GitHub
parent caf6f27ed2
commit e49341c147
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "Learn How to Talk About Numbers with a Coworker",
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "learn-how-to-talk-about-numbers-with-a-coworker",
"order": 22,
"superBlock": "b1-english-for-developers",

View File

@ -1,6 +1,6 @@
{
"name": "Learn How to Use Prepositions According to Context",
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "learn-how-to-use-prepositions-according-to-context",
"order": 21,
"superBlock": "b1-english-for-developers",

View File

@ -1,6 +1,6 @@
{
"name": "Learn How to Use Reported Speech",
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "learn-how-to-use-reported-speech",
"order": 20,
"superBlock": "b1-english-for-developers",