Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/pr-check-title.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down
Loading