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:
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
@@ -17,5 +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'
|
||||
days-before-issue-stale: 14
|
||||
days-before-issue-close: 5
|
||||
|
Reference in New Issue
Block a user