Skip to content

Commit

Permalink
ci: update check-approver to trigger on pull request review submission
Browse files Browse the repository at this point in the history
Instead of triggering on pull request events, we'll now trigger on
review submissions. This will handle the case where an approval was not
immediately triggering the workflow.
  • Loading branch information
dalbertom committed Oct 3, 2024
1 parent 3350567 commit 7c90f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-approver.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Check Approver

on:
pull_request:
types: [opened, edited, synchronize]
pull_request_review:
types: [submitted]

permissions: read-all

Expand Down

0 comments on commit 7c90f25

Please sign in to comment.