Skip to content

Commit

Permalink
Merge pull request #1727 from praw-dev/stale
Browse files Browse the repository at this point in the history
Update stale-action.yml
  • Loading branch information
LilSpazJoekp authored May 20, 2021
2 parents 587e3cc + ed92a7f commit 33f4da7
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/stale-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,10 @@ on:
description: 'Dry run'
default: 'true'
required: true
days-before-stale:
description: 'Number of days before marking as stale'
default: '20'
required: false
days-before-close:
description: 'Number of days before closing after being marked as stale'
default: '10'
required: false

env:
stale-close-label: 'Auto-closed - Stale'
days-before-stale: 20
days-before-close: 10
jobs:
stale:
runs-on: ubuntu-latest
Expand All @@ -39,6 +32,3 @@ jobs:

close-issue-label: ${{ env.stale-close-label }}
close-pr-label: ${{ env.stale-close-label }}

exempt-pr-labels: ${{ env.exempt-labels }}
exempt-issue-labels: ${{ env.exempt-labels }}

0 comments on commit 33f4da7

Please sign in to comment.