Route intake failures to submitter fixes (#1970)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Aaron Powell
2026-06-10 22:17:32 -07:00
committed by GitHub
parent 517be706aa
commit c4a0a3ef5a
4 changed files with 12 additions and 12 deletions
@@ -298,7 +298,7 @@ jobs:
},
'rejected': {
color: 'B60205',
description: 'Submission was rejected or failed intake validation'
description: 'Submission was rejected by a maintainer'
}
};
@@ -461,7 +461,7 @@ jobs:
},
'rejected': {
color: 'B60205',
description: 'Submission was rejected or failed intake validation'
description: 'Submission was rejected by a maintainer'
}
};