mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
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
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:
parent
caf6f27ed2
commit
e49341c147
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user