Skip to content

Commit

Permalink
ci : exempt confirmed bugs from being tagged as stale (ggerganov#7014)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaren committed May 1, 2024
1 parent a8f9b07 commit c4ec9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/stale@v5
with:
exempt-issue-labels: "refactor,help wanted,good first issue,research"
exempt-issue-labels: "refactor,help wanted,good first issue,research,bug"
days-before-issue-stale: 30
days-before-issue-close: 14
stale-issue-label: "stale"
Expand Down

0 comments on commit c4ec9c0

Please sign in to comment.