We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a4cb6 commit 5a2e2b5Copy full SHA for 5a2e2b5
.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