We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4487d5 commit c55f8fdCopy full SHA for c55f8fd
.github/workflows/handle-release-pr-title-edit.yml
@@ -14,6 +14,7 @@ jobs:
14
startsWith(github.event.pull_request.head.ref, 'release-please--') &&
15
github.event.pull_request.state == 'open' &&
16
github.event.sender.login != 'stainless-bot' &&
17
+ github.event.sender.login != 'stainless-app' &&
18
github.repository == 'orbcorp/orb-python'
19
runs-on: ubuntu-latest
20
steps:
0 commit comments