Added exempt issue labels for maintenance workflow.

This commit is contained in:
Damian Büchel 2024-01-19 10:36:46 +01:00 committed by GitHub
parent 55c36f6d7d
commit 1925231a19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,4 +20,5 @@ jobs:
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
days-before-pr-stale: -1
days-before-pr-close: -1
exempt-issue-labels: "feature request, enhancement"
repo-token: ${{ secrets.GITHUB_TOKEN }}