From da27c864e194aef4dfdb248d8945f5859fd4a95b Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Tue, 5 Nov 2024 15:07:46 +0100 Subject: [PATCH] fix --- .github/workflows/pr-body.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-body.yml b/.github/workflows/pr-body.yml index 1a0b549e9027..62c548db2d9b 100644 --- a/.github/workflows/pr-body.yml +++ b/.github/workflows/pr-body.yml @@ -6,10 +6,10 @@ on: types: [opened, synchronize, reopened, edited, labeled] jobs: - check-pr-title: + check-pr-body: runs-on: ubuntu-latest steps: - - name: Check PR title + - name: Check PR body uses: actions/github-script@v7 with: script: |