Skip to content

Commit

Permalink
chore: tweak unhelpful comment weight (#64496)
Browse files Browse the repository at this point in the history
### What?

Make sure that more unhelpful comments get minimized by default so issue
threads are easier to read.

### Why?

#64465

### How?

Using https://github.com/balazsorban44/nissuer#handle-unhelpful-comments

NOTE: This has the potential to hide comments that _might_ be useful,
but currently it looks like it is too permissive.

Closes NEXT-3107
  • Loading branch information
balazsorban44 committed Apr 16, 2024
1 parent f1ad9c9 commit 2e44b49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ jobs:
reproduction-link-section: '### Link to the code that reproduces this issue(.*)### To Reproduce'
reproduction-invalid-label: 'invalid link'
reproduction-issue-labels: 'template: bug,'
comment-unhelpful-weight: 0.5

0 comments on commit 2e44b49

Please sign in to comment.