We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb7dbc9 + a0ea300 commit e1b3a68Copy full SHA for e1b3a68
.github/workflows/release-on-comment.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
14
- if: (github.event.comment && contains(github.event.comment.body, '@pytestbot please')) || (github.event.issue && contains(github.event.issue.body, '@pytestbot please'))
+ if: (github.event.comment && startsWith(github.event.comment.body, '@pytestbot please')) || (github.event.issue && !github.event.comment && startsWith(github.event.issue.body, '@pytestbot please'))
15
16
steps:
17
- uses: actions/checkout@v1
0 commit comments