From 531311090c7648551cbcf7354cfcfbd459f8fa04 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Thu, 27 Nov 2025 16:45:04 +0000 Subject: [PATCH] ci: Add two extra gatekeeper triggers We hit a case that gatekeeper was failing due to thinking the WIP check had failed, but since it ran the PR had been edited to remove that from the title. We should listen to edits and unlabels of the PR to ensure that gatekeeper doesn't get outdated in situations like this. Signed-off-by: stevenhorsman --- .github/workflows/gatekeeper.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gatekeeper.yaml b/.github/workflows/gatekeeper.yaml index 8e0d71a99a..9854f3b5ea 100644 --- a/.github/workflows/gatekeeper.yaml +++ b/.github/workflows/gatekeeper.yaml @@ -10,7 +10,9 @@ on: - opened - synchronize - reopened + - edited - labeled + - unlabeled permissions: {}