chore: update ignored labels in stale issue workflow

This commit is contained in:
Roni Väyrynen
2024-04-25 15:03:51 +03:00
parent a930e948ca
commit 082bca44fe

View File

@@ -17,6 +17,6 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has been open for 14 days without activity. It will be closed in 5 days if not updated' stale-issue-message: 'This issue has been open for 14 days without activity. It will be closed in 5 days if not updated'
stale-issue-label: 'Stale' stale-issue-label: 'Stale'
exempt-issue-labels: 'feature-request,bug' exempt-issue-labels: 'feature-request,bug,pinned'
days-before-issue-stale: 14 days-before-issue-stale: 14
days-before-issue-close: 5 days-before-issue-close: 5