From 4e308d7880de07e5077277745e8554824e0666a5 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Mon, 29 Mar 2021 07:22:30 +0200 Subject: [PATCH] Fix automatic rebase command --- .github/workflows/rebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 79ed91d82..e1012a97a 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -1,4 +1,4 @@ -name: Automatic Rebase +name: "Automatic Rebase" on: issue_comment: types: [created]