diff options
| -rw-r--r-- | .github/workflows/code-owner-approval.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/code-owner-approval.yml b/.github/workflows/code-owner-approval.yml index 96c3868e82..511e49037a 100644 --- a/.github/workflows/code-owner-approval.yml +++ b/.github/workflows/code-owner-approval.yml @@ -2,12 +2,10 @@ name: Code Owner Approval description: Ensure that someone from each team that owns code changed in the PR has approved the PR on: - pull_request: - types: [opened, synchronize, reopened, ready_for_review] pull_request_review: jobs: - check-team-approvals: + check-code-owner-approvals: runs-on: ubuntu-latest permissions: contents: read |
