Merge pull request #221 from ronivay/chore/gh-action-stale-ignore-labels

chore: update stale action to ignore certain labels
This commit is contained in:
Roni Väyrynen
2024-02-24 13:03:19 +02:00
committed by GitHub

View File

@@ -17,5 +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'
days-before-issue-stale: 14 days-before-issue-stale: 14
days-before-issue-close: 5 days-before-issue-close: 5