Skip to content

Commit

Permalink
Don't trigger dep-summaries workflow on comments
Browse files Browse the repository at this point in the history
The 'edited' type triggers when replies are made to a pull request review. We
only want to run the dependency notifier when reviews are submitted or
dismissed so we can see the review status approved or removed.

Closes: diem#6808
  • Loading branch information
metajack authored and bors-libra committed Dec 4, 2020
1 parent 7dfe4b2 commit 6ab0819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dep-summaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request_review:
types:
- submitted
- edited
- dismissed
push:
branches:
- auto
Expand Down

0 comments on commit 6ab0819

Please sign in to comment.