Update actions/stale Configuration to Use Issue Types (#4990)

This commit is contained in:
Bibo-Joshi
2025-10-05 15:46:33 +02:00
committed by GitHub
parent 68c1c856db
commit f6a0a63c2d
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ jobs:
days-before-close: 2
days-before-pr-stale: -1
stale-issue-label: '📋 stale'
only-labels: 'question'
only-issue-types: 'question'
stale-issue-message: ''
close-issue-message: 'This issue has been automatically closed due to inactivity. Feel free to comment in order to reopen or ask again in our Telegram support group at https://t.me/pythontelegrambotgroup.'
@@ -0,0 +1,5 @@
internal = "Update configuration of actions/stale to use issue types instead of labels"
[[pull_requests]]
uid = "4990"
author_uids = ["Bibo-Joshi"]