From 5f6c1112d7a8674a8d04c20c9f1c883a94f545f5 Mon Sep 17 00:00:00 2001 From: Younes Khoudli Date: Wed, 13 Nov 2024 17:34:56 +0100 Subject: [PATCH] ci: change the label pr check name --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 19d0b9fcd5c..2e89faf00f2 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -7,7 +7,7 @@ jobs: contents: read pull-requests: write runs-on: ubuntu-latest - name: "Check PR label" + name: "Label PR" steps: - name: Checkout uses: actions/checkout@v4