Skip to content

Commit

Permalink
Merge pull request #12950 from MisRob/fix-spreadsheet-action
Browse files Browse the repository at this point in the history
Remove 'pull_request_review' event from the community contributions spreadsheet action
  • Loading branch information
rtibbles authored Dec 16, 2024
2 parents c9ccaba + 8e6cbab commit 9501abb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/update-pr-spreadsheet.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: Update community pull requests spreadsheet
on:
pull_request_target:
types: [opened, reopened, edited, closed, synchronize, assigned, unassigned, review_requested, review_request_removed]
pull_request_review:
types: [submitted, edited, dismissed]
issue_comment:
types: [created, edited, deleted]
on: [pull_request_target, issue_comment]

jobs:
call-update-spreadsheet:
Expand Down

0 comments on commit 9501abb

Please sign in to comment.