From aadea69407714080fb837f958a4e4fb6dc4d4bf8 Mon Sep 17 00:00:00 2001 From: jspijker Date: Wed, 30 Nov 2022 14:24:48 +0100 Subject: [PATCH] Add PR prefix to label --- .github/workflows/process-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/process-pull-request.yml b/.github/workflows/process-pull-request.yml index 3a7ecf27b3..d07c22867b 100644 --- a/.github/workflows/process-pull-request.yml +++ b/.github/workflows/process-pull-request.yml @@ -12,4 +12,4 @@ jobs: - uses: actions-ecosystem/action-add-labels@v1 if: ${{ github.repository_owner != 'Ultimaker' }} with: - labels: 'Community Contribution :crown:' \ No newline at end of file + labels: 'PR: Community Contribution :crown:' \ No newline at end of file