Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 34 additions & 23 deletions .github/tigent.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
confidence: 0.6
theme: mono

labels:
bug: critical
security: critical
Expand All @@ -17,31 +16,35 @@ labels:
duplicate: muted
good-first-issue: muted
help-wanted: muted

rules:
- match: 'crash|broken|not working'
add: [bug, p1]
- match: 'security|vulnerability|cve'
add: [security, p0]
- match: 'docs|readme|typo'
add: [documentation]
- match: 'config|yaml|yml'
add: [config]
- match: 'webhook|payload'
add: [webhook]

- match: crash|broken|not working
add:
- bug
- p1
- match: security|vulnerability|cve
add:
- security
- p0
- match: docs|readme|typo
add:
- documentation
- match: config|yaml|yml
add:
- config
- match: webhook|payload
add:
- webhook
reactions:
start: eyes

duplicates:
enabled: true
threshold: 0.8
label: duplicate
comment: true

ignore:
users: [dependabot, renovate]

users:
- dependabot
- renovate
autorespond:
enabled: true
label: needs-info
Expand All @@ -60,20 +63,22 @@ autorespond:
- clear description
message: |
thanks for opening this issue! we need a bit more info to help you.

stale:
enabled: true
days: 30
close: 7
exempt:
labels: [security, p0, p1]
labels:
- security
- p0
- p1
assignees: true
label: stale
message: |
this issue has been inactive for 30 days and will be closed in 7 days if there is no activity.
message: >
this issue has been inactive for 30 days and will be closed in 7 days if
there is no activity.
closemessage: |
closed due to inactivity. feel free to reopen if still relevant.

sentiment:
enabled: true
detect:
Expand Down Expand Up @@ -105,5 +110,11 @@ sentiment:
apologies for the delay - the team has been notified.
threshold: 0.7
exempt:
labels: [wontfix, duplicate]
labels:
- wontfix
- duplicate
users: []
examples:
- title: app crashes when opening settings page
labels:
- p1