Merge pull request #232 from ronivay/chore/stale-workflow-label-update

chore: update ignored labels in stale issue workflow
This commit is contained in:
Roni Väyrynen
2024-04-25 15:04:21 +03:00
committed by GitHub

View File

@@ -17,6 +17,6 @@ jobs:
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-label: 'Stale'
exempt-issue-labels: 'feature-request,bug'
exempt-issue-labels: 'feature-request,bug,pinned'
days-before-issue-stale: 14
days-before-issue-close: 5