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.
This commit is contained in:
Robert Lin 2022-05-04 10:14:51 -07:00 committed by GitHub
parent c683596dc1
commit 979cbc40b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
name: pr-auditor
on:
pull_request:
types: [ closed, edited, opened ]
types: [ closed, edited, opened, synchronize ]
jobs:
run: