From c7c51956080bb8d6479088629d2e2cd8d2138b28 Mon Sep 17 00:00:00 2001 From: jcwchen Date: Wed, 15 Feb 2023 08:41:19 -0800 Subject: [PATCH] Add merge_queue to enable DCO in merge queue Signed-off-by: jcwchen --- app.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.yml b/app.yml index 62d224a..a1fd0cb 100644 --- a/app.yml +++ b/app.yml @@ -46,6 +46,8 @@ default_events: # - team # - team_add # - watch + # Make DCO run in the merge queue + - merge_group # The set of permissions needed by the GitHub App. The format of the object uses # the permission name for the key (for example, issues) and the access type for