From 979cbc40b10cbf6f09f048aee6c13b11b8f68e78 Mon Sep 17 00:00:00 2001 From: Robert Lin Date: Wed, 4 May 2022 10:14:51 -0700 Subject: [PATCH] pr-auditor: check on synchronize (#34914) As a required check, pr-auditor's check status messes up if a subsequent push is made to a branch. It appears we can't set a ref instead of a specific SHA, so I guess we have to run on pushes. --- .github/workflows/pr-auditor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-auditor.yml b/.github/workflows/pr-auditor.yml index e12a11fe906..c435ac6fec2 100644 --- a/.github/workflows/pr-auditor.yml +++ b/.github/workflows/pr-auditor.yml @@ -2,7 +2,7 @@ name: pr-auditor on: pull_request: - types: [ closed, edited, opened ] + types: [ closed, edited, opened, synchronize ] jobs: run: