Skip to content

Commit

Permalink
only run in this org
Browse files Browse the repository at this point in the history
  • Loading branch information
makubacki committed Jul 25, 2024
1 parent e4a9dd0 commit 2601263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/request-reviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
auto-request-review:
name: Add Pull Request Reviewers
# 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' }}
if: ${{ '!github.event.pull_request.draft' && github.repository_owner == 'makubacki' }}
runs-on: ubuntu-latest

permissions:
Expand Down

0 comments on commit 2601263

Please sign in to comment.