diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2025-09-30 15:26:05 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-09-30 15:50:32 +0200 |
| commit | 34b29a784a928482581036ae4f2834ce14398ab0 (patch) | |
| tree | 649c04ef8c3d2c129f7c0f2c65f9a8b9b38de0e7 /.github/workflows | |
| parent | f98be8c0ffeacef02f748c86ae1cc750d2ad8e76 (diff) | |
| download | mullvadvpn-34b29a784a928482581036ae4f2834ce14398ab0.tar.xz mullvadvpn-34b29a784a928482581036ae4f2834ce14398ab0.zip | |
Fix code owner workflow to replace each other
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/code-owner-approval.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/code-owner-approval.yml b/.github/workflows/code-owner-approval.yml index 96c3868e82..91a7fcd762 100644 --- a/.github/workflows/code-owner-approval.yml +++ b/.github/workflows/code-owner-approval.yml @@ -2,8 +2,6 @@ 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: |
