From ffea67c4d4932b356953840b306eba966241e9d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Thu, 20 May 2021 09:54:29 +0200 Subject: [PATCH] [meta] Fix branch in labeler workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs --- .github/workflows/label-commenter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-commenter.yaml b/.github/workflows/label-commenter.yaml index b10a8268..91296a90 100644 --- a/.github/workflows/label-commenter.yaml +++ b/.github/workflows/label-commenter.yaml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: main # Set your default branch + ref: master - name: Label Commenter uses: peaceiris/actions-label-commenter@v1