summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2025-09-30 15:52:14 +0200
committerLinus Färnstrand <linus@mullvad.net>2025-09-30 15:52:14 +0200
commit51ede1644ebb79ef2f2d054a03b278ea78e5df63 (patch)
tree56e3b283a0a8c82b7035054a2527afd910f8fd1e
parentf98be8c0ffeacef02f748c86ae1cc750d2ad8e76 (diff)
parentb8c4fd0ddaafc7d0f51b337b64046dd377b7da8b (diff)
downloadmullvadvpn-51ede1644ebb79ef2f2d054a03b278ea78e5df63.tar.xz
mullvadvpn-51ede1644ebb79ef2f2d054a03b278ea78e5df63.zip
Merge branch 'fix-code-owner-double-trigger'
-rw-r--r--.github/workflows/code-owner-approval.yml4
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