From 2cd919c7e768e339227f4d4acfd5356b27ec5576 Mon Sep 17 00:00:00 2001 From: Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:23:20 +0100 Subject: [PATCH] Update pr-auto-label.yml --- .github/workflows/pr-auto-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-auto-label.yml b/.github/workflows/pr-auto-label.yml index b8a5dd94a..2dcb2dd3d 100644 --- a/.github/workflows/pr-auto-label.yml +++ b/.github/workflows/pr-auto-label.yml @@ -14,6 +14,6 @@ jobs: - name: Sync labels with closing issues uses: wd60622/closing-labels@v0.0.3 with: - exclude: "help wanted,needs info" + exclude: "help wanted,needs info,beginner friendly" env: GH_TOKEN: ${{ github.token }}