diff --git a/.github/workflows/jaotan-review.yml b/.github/workflows/jaotan-review.yml index 03c7cf424..68ef2e87f 100644 --- a/.github/workflows/jaotan-review.yml +++ b/.github/workflows/jaotan-review.yml @@ -7,7 +7,7 @@ on: jobs: review: runs-on: ubuntu-latest - if: github.event.issue.pull_request != null && github.event.sender.id == "8929706" && contains(github.event.comment.body, '@jaotan') && contains(github.event.comment.body, 'review') + if: github.event.issue.pull_request != null && github.event.sender.id == 8929706 && contains(github.event.comment.body, '@jaotan') && contains(github.event.comment.body, 'review') steps: - name: Review