зеркало из https://github.com/microsoft/just.git
Stale github action integration (#270)
* adds a plain old webpack-cli task * adding stale checks
This commit is contained in:
Родитель
cf6178947c
Коммит
cd531f07f0
|
@ -0,0 +1,20 @@
|
|||
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_ACTION_PAT }}
|
||||
stale-issue-message: 'Issues seem to have gone stale.'
|
||||
stale-pr-message: 'The PR seem 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'
|
Загрузка…
Ссылка в новой задаче