Skip to content

Commit 5f1cf5a

Browse files
ci: fix handle-release-pr-title-edit workflow (#102)
1 parent 7095bc9 commit 5f1cf5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/handle-release-pr-title-edit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
update_pr_content:
1010
name: Update pull request content
1111
if: |
12-
(github.event.type == 'edited' && github.event.changes.title.from != github.event.pull_request.title) ||
13-
(github.event.type == 'unlabeled' && github.event.label.name == 'autorelease: custom version') &&
12+
(github.event.action == 'edited' && github.event.changes.title.from != github.event.pull_request.title) ||
13+
(github.event.action == 'unlabeled' && github.event.label.name == 'autorelease: custom version') &&
1414
github.event.pull_request.state == 'open' &&
1515
github.event.sender.login != 'stainless-bot' &&
1616
github.repository == 'Finch-API/finch-api-python'

0 commit comments

Comments
 (0)