Skip to content

Commit

Permalink
request-reviews.yml: update
Browse files Browse the repository at this point in the history
  • Loading branch information
makubacki committed Jul 25, 2024
1 parent 7b517fd commit 46020e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/request-reviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ env:
jobs:
auto-request-review:
name: Add Pull Request Reviewers
if: '! github.event.pull_request.draft'
# Do not run on draft PRs and only run on PRs in the tianocore organization
if: '!github.event.pull_request.draft && (github.repository_owner == "tianocore")'
runs-on: ubuntu-latest

permissions:
Expand Down

0 comments on commit 46020e2

Please sign in to comment.