diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2025-09-30 15:52:14 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-09-30 15:52:14 +0200 |
| commit | 51ede1644ebb79ef2f2d054a03b278ea78e5df63 (patch) | |
| tree | 56e3b283a0a8c82b7035054a2527afd910f8fd1e | |
| parent | f98be8c0ffeacef02f748c86ae1cc750d2ad8e76 (diff) | |
| parent | b8c4fd0ddaafc7d0f51b337b64046dd377b7da8b (diff) | |
| download | mullvadvpn-51ede1644ebb79ef2f2d054a03b278ea78e5df63.tar.xz mullvadvpn-51ede1644ebb79ef2f2d054a03b278ea78e5df63.zip | |
Merge branch 'fix-code-owner-double-trigger'
| -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 |
