From cbf5af50a0d830164f75b2359002985a1af892bc Mon Sep 17 00:00:00 2001 From: Adrian Leonhard Date: Tue, 29 Aug 2017 21:42:12 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24e6df865b..e44a09e2e9 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ The `master` branch is automatically published to the `@types` scope on NPM than This usually happens within an hour of changes being merged. #### I've submitted a pull request. How long until it is merged? -Usually a couple of days. PRs approved by a previous author are tagged `Merge: Express` and handled first. If nothing has happened in a week, @mention @andy-ms. +Usually a couple of days. PRs which have been approved by a previous author (`Author:Approved`) and issues which have been inactive for 5 days (`Merge:YSYL`) are prioritized. #### I'm writing a definition that depends on another definition. Should I use `` or an import?