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:
+1
-1
@@ -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))
|
||||
) {
|
||||
// ██████╗ ██╗ ██╗██╗ ██╗ ██████╗ ███████╗ ██████╗ ██╗ ██╗███████╗███████╗████████╗
|
||||
// ██╔══██╗██║ ██║██║ ██║ ██╔══██╗██╔════╝██╔═══██╗██║ ██║██╔════╝██╔════╝╚══██╔══╝
|
||||
|
||||
Reference in New Issue
Block a user