Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
chore: fix stale settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bameda authored Jun 28, 2022
1 parent 6b85454 commit b74cb7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ daysUntilClose: 7
# exemptLabels:
# - pinned
# - security
# Label to use when marking an issue as stale
staleLabel:
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels:
- bug
- question
- feature_request
- needs_info
- needs-info
- incomplete
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
Expand All @@ -23,5 +25,3 @@ markComment: >
closeComment: false

only: issues

staleLabel: stale

0 comments on commit b74cb7e

Please sign in to comment.