Skip to content

Commit

Permalink
fix(ci): ignore stainless-app edits to release PR title (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Jan 18, 2024
1 parent cd306c1 commit 4d265d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/handle-release-pr-title-edit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
startsWith(github.event.pull_request.head.ref, 'release-please--') &&
github.event.pull_request.state == 'open' &&
github.event.sender.login != 'stainless-bot' &&
github.event.sender.login != 'stainless-app' &&
github.repository == 'Modern-Treasury/modern-treasury-node'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4d265d4

Please sign in to comment.