Skip to content

Commit

Permalink
ci: fix handle-release-pr-title-edit workflow (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored Sep 15, 2023
1 parent 7095bc9 commit 5f1cf5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/handle-release-pr-title-edit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
update_pr_content:
name: Update pull request content
if: |
(github.event.type == 'edited' && github.event.changes.title.from != github.event.pull_request.title) ||
(github.event.type == 'unlabeled' && github.event.label.name == 'autorelease: custom version') &&
(github.event.action == 'edited' && github.event.changes.title.from != github.event.pull_request.title) ||
(github.event.action == 'unlabeled' && github.event.label.name == 'autorelease: custom version') &&
github.event.pull_request.state == 'open' &&
github.event.sender.login != 'stainless-bot' &&
github.repository == 'Finch-API/finch-api-python'
Expand Down

0 comments on commit 5f1cf5a

Please sign in to comment.