Skip to content

Commit

Permalink
Add owner to author check to make it easier simpler to test CI from f…
Browse files Browse the repository at this point in the history
…orks before PR.
  • Loading branch information
brandonpage committed Nov 15, 2024
1 parent f7386a4 commit c599165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: macos-15
steps:
- name: Member Check
if: ${{ github.event.pull_request.author_association != 'MEMBER' }}
if: ${{ github.event.pull_request.author_association != 'MEMBER' && github.event.pull_request.author_association != 'OWNER' }}
run: |
echo "Pull Request not triggered by a MSDK team member. Someone from the team needs to rerun this workflow AFTER it has been deemed safe."
exit 1
Expand Down

0 comments on commit c599165

Please sign in to comment.