Skip to content

Commit

Permalink
Request review after PR author comments (GoogleCloudPlatform#10544)
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath authored and pcostell committed Jul 16, 2024
1 parent ff4fd80 commit 5289bef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/request-reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:
- ready_for_review
- reopened
- synchronize
branches:
- 'main'
- 'FEATURE-BRANCH-*'
issue_comment:
types:
- created

jobs:
request-review:
if: github.event.pull_request.draft == false
if: github.event.pull_request && github.event.pull_request.draft == false && (github.event.sender.login == github.event.pull_request.user.login || github.event.action != 'created')
runs-on: ubuntu-latest
permissions:
pull-requests: write
Expand Down

0 comments on commit 5289bef

Please sign in to comment.