2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

Add days and change name to work (#3035)

This commit is contained in:
Jay
2020-06-18 08:58:03 +02:00
committed by GitHub
parent 1768c23da0
commit 5b08fc4ac7
+4 -2
View File
@@ -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 }}
@@ -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