Skip to content

Commit

Permalink
fix: trigger contribution action only on issue comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejVukosav committed Nov 19, 2024
1 parent cc64770 commit ee2f9cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/contributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Configure Issue and PR labels
on:
issue_comment:
types: [created]
pull_request_review_comment:
types: [created]

jobs:
applyNeedsAttentionLabel:
Expand Down

0 comments on commit ee2f9cb

Please sign in to comment.