diff --git a/.github/workflows/pr-check-title.yml b/.github/workflows/pr-check-title.yml index 2307ca1af..ae11d8e48 100644 --- a/.github/workflows/pr-check-title.yml +++ b/.github/workflows/pr-check-title.yml @@ -1,13 +1,13 @@ # Workflow to check PR titles follow conventional commit format # and provide automated guidance when titles are invalid -name: 'PR Formatting' +name: "PR Formatting" on: workflow_dispatch: inputs: dry_run: - description: 'Run without posting comments' + description: "Run without posting comments" type: boolean default: true pull_request_target: @@ -34,7 +34,6 @@ jobs: title-check: name: Title Check runs-on: ubuntu-latest - if: ${{ !github.event.pull_request.base.repo.fork }} permissions: checks: write statuses: write