зеркало из https://github.com/microsoft/just.git
Disable stale action bc it's not useful in current form (#347)
This commit is contained in:
Родитель
ced1172601
Коммит
4cd4166900
|
@ -1,20 +0,0 @@
|
|||
name: 'Close stale issues'
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
stale-issue-message: 'Issue seems to have gone stale.'
|
||||
stale-pr-message: 'This PR seems to have gone stale.'
|
||||
days-before-stale: 21
|
||||
days-before-close: 3
|
||||
stale-issue-label: 'stale-issue'
|
||||
exempt-issue-label: 'awaiting-approval'
|
||||
stale-pr-label: 'stale-pr'
|
||||
exempt-pr-label: 'awaiting-approval'
|
Загрузка…
Ссылка в новой задаче