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