Coolbot/reports remoderation environments (#4313)

* Update reports quick responses.

* Edit env messages, add post approval stage.

* Update moderation checklist and nags to account for environments overhaul

* intl fix
This commit is contained in:
coolbot
2025-08-31 16:53:07 -07:00
committed by GitHub
parent 5a699eec22
commit 6f34130633
33 changed files with 265 additions and 40 deletions

View File

@@ -5,6 +5,7 @@ import description from './stages/description'
import gallery from './stages/gallery'
import license from './stages/license'
import links from './stages/links'
import postApproval from './stages/post-approval'
import reupload from './stages/reupload'
import ruleFollowing from './stages/rule-following'
import sideTypes from './stages/side-types'
@@ -29,4 +30,5 @@ export default [
modpackPermissionsStage,
statusAlerts,
undefinedProject,
postApproval,
] as ReadonlyArray<Stage>