Skip to content

Commit 4b9ba28

Browse files
authored
Merge pull request #217 from exploreriii/dummy-pr
chore: dummy PR
2 parents 81a351a + f30513e commit 4b9ba28

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/pr-check-title.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Workflow to check PR titles follow conventional commit format
22
# and provide automated guidance when titles are invalid
33

4-
name: 'PR Formatting'
4+
name: "PR Formatting"
55

66
on:
77
workflow_dispatch:
88
inputs:
99
dry_run:
10-
description: 'Run without posting comments'
10+
description: "Run without posting comments"
1111
type: boolean
1212
default: true
1313
pull_request_target:
@@ -34,7 +34,6 @@ jobs:
3434
title-check:
3535
name: Title Check
3636
runs-on: ubuntu-latest
37-
if: ${{ !github.event.pull_request.base.repo.fork }}
3837
permissions:
3938
checks: write
4039
statuses: write

0 commit comments

Comments
 (0)