Website: Update GH webhook to handle draft PRs that have been marked as ready for review (#13693)

Closes: #13477

Changes:
- Updated the receive-from-github webhook to handle draft pull requests
that have been marked as ready for review...
This commit is contained in:
Eric
2023-09-04 21:06:57 -05:00
committed by GitHub
parent 46f0b8da93
commit eb680a3cd3
+1 -1
View File
@@ -253,7 +253,7 @@ module.exports = {
);
} else if (
(ghNoun === 'pull_request' && ['opened','reopened','edited', 'synchronize'].includes(action))
(ghNoun === 'pull_request' && ['opened','reopened','edited', 'synchronize', 'ready_for_review'].includes(action))
) {
// ██████╗ ██╗ ██╗██╗ ██╗ ██████╗ ███████╗ ██████╗ ██╗ ██╗███████╗███████╗████████╗
// ██╔══██╗██║ ██║██║ ██║ ██╔══██╗██╔════╝██╔═══██╗██║ ██║██╔════╝██╔════╝╚══██╔══╝