Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad-A0 authored Aug 29, 2022
1 parent 8a0d225 commit 17d8458
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@ jobs:
steps:
- uses: actions/stale@v5
with:
debug-only: true
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Stale issue message'
stale-pr-message: 'Stale pull request message'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
days-before-stale: 30
days-before-close: 7
days-before-issue-stale: 60
days-before-issue-stale: 90
exempt-milestones: true
exempt-pr-labels: 'pending'

0 comments on commit 17d8458

Please sign in to comment.