Skip to content

Commit bb1c2c5

Browse files
committed
fix(ci): pr title workflow should be executed on updates
1 parent ea8e5eb commit bb1c2c5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pr-title.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,16 @@ name: ✅ Check PR Title
22

33
on:
44
pull_request:
5-
types: [opened, edited]
5+
types: [opened, edited, synchronize]
66

77
permissions:
88
pull-requests: write
99

1010
jobs:
1111
lint-pr-title:
1212
name: Check PR Title
13-
1413
runs-on: ubuntu-latest
1514

16-
if: ${{ github.event.action == 'opened' || github.event.changes.title != null }}
17-
1815
steps:
1916
- name: 📥 Checkout
2017
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)