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
#211)

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 authored Oct 3, 2024
2 parents 3350567 + 7c90f25 commit 03d88c8
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 03d88c8

Please sign in to comment.