Skip to content

Commit

Permalink
chore(workflow) adjust stale workflow details
Browse files Browse the repository at this point in the history
  • Loading branch information
yanavasileva committed Jun 7, 2024
1 parent 6db6a04 commit fe890ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/close-stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
close-pr-message: 'Closing due to lack of requested feedback. If you would like us to look at this, please provide the requested information to re-open the PR.'
close-issue-label: 'group:closed-as-inactive'
close-pr-label: 'group:closed-as-inactive'
stale-issue-label: 'group:stale'
stale-pr-label: 'group:stale'
days-before-stale: 0
days-before-close: 1
days-before-close: 7
only-labels: 'group:requested-info'
exempt-issue-labels: 'group:info-provided'
exempt-pr-labels: 'group:info-provided'
Expand Down

0 comments on commit fe890ec

Please sign in to comment.