Skip to content

Commit

Permalink
Merge branch 'main' into doc/add-github-repo-stars
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Jan 24, 2024
2 parents 814521c + 18b215b commit c9157dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
# This job only runs for pull request comments by approved users on creation
name: PR comment
if: github.event.issue.pull_request &&
contains(github.event.comment.body, 'github-actions LGTM') && (
github.event.comment.user.login == 'tkoyama010' ||
contains(github.event.comment.body, 'LGTM') && (
github.event.comment.user.login == 'tkoyama010'
)
permissions:
pull-requests: write
Expand Down

0 comments on commit c9157dd

Please sign in to comment.