Skip to content

Commit

Permalink
fix: trigger contribution action only on issue comment (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejVukosav authored Nov 19, 2024
1 parent cc64770 commit b8f1352
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/contributions.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Configure Issue and PR labels
name: Apply label on issue or pr comment

on:
issue_comment:
types: [created]
pull_request_review_comment:
types: [created]

jobs:
applyNeedsAttentionLabel:
Expand Down

0 comments on commit b8f1352

Please sign in to comment.