Fix: fix label trigger from startWith to contains (#2496)

This commit is contained in:
Tianxin Dong
2021-10-15 15:24:32 +08:00
committed by GitHub
parent 17b840f402
commit 13c24e5697

View File

@@ -25,7 +25,7 @@ jobs:
backport:
runs-on: ubuntu-18.04
if: github.event.issue.pull_request && startsWith(github.event.comment.body, '/backport')
if: github.event.issue.pull_request && contains(github.event.comment.body, '/backport')
steps:
- name: Extract Command
id: command