Skip to content

Commit

Permalink
Add days and change name to work (#3035)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsaayman committed Jun 18, 2020
1 parent 1768c23 commit 5b08fc4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/stale.yml
Expand Up @@ -5,10 +5,10 @@ on:
- cron: '0 0 * * 1'

jobs:
auto_close_issues:
stale:
runs-on: ubuntu-latest
steps:
- name: Automatically close stale issues/prs
- name: Close Stale Issues
uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -18,3 +18,5 @@ jobs:
stale-pr-label: 'status:stale'
exempt-issue-labels: 'beginner friendly,component:adapter,component:cookies,component:encoding,component:exceptions,component:headers,component:progress events,component:proxy,component:timeout,component:typescript,priority:high,priority:low,status:more info needed,status:possible bug,status:review,status:wont fix,status:work in progress,type:confirmed bug,type:documentation,type:enhancement,type:feature,type:future proposal,type:question,type:regression'
exempt-pr-labels: 'beginner friendly,component:adapter,component:cookies,component:encoding,component:exceptions,component:headers,component:progress events,component:proxy,component:timeout,component:typescript,priority:high,priority:low,status:more info needed,status:possible bug,status:review,status:wont fix,status:work in progress,type:confirmed bug,type:documentation,type:enhancement,type:feature,type:future proposal,type:question,type:regression'
days-before-stale: 30
days-before-close: 14

0 comments on commit 5b08fc4

Please sign in to comment.