Skip to content

Commit c55f8fd

Browse files
committed
fix(ci): ignore stainless-app edits to release PR title (#146)
1 parent b4487d5 commit c55f8fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
startsWith(github.event.pull_request.head.ref, 'release-please--') &&
1515
github.event.pull_request.state == 'open' &&
1616
github.event.sender.login != 'stainless-bot' &&
17+
github.event.sender.login != 'stainless-app' &&
1718
github.repository == 'orbcorp/orb-python'
1819
runs-on: ubuntu-latest
1920
steps:

0 commit comments

Comments
 (0)