mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-29 10:21:54 -06:00
Delete close-stale-issues.yml
This commit is contained in:
parent
7684d315fb
commit
be8bca91a3
16
.github/workflows/close-stale-issues.yml
vendored
16
.github/workflows/close-stale-issues.yml
vendored
@ -1,16 +0,0 @@
|
||||
name: 'Close stale issues and PRs'
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '30 1 * * *'
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v3
|
||||
with:
|
||||
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
|
||||
days-before-stale: 90
|
||||
days-before-close: 10
|
||||
days-before-pr-close: -1
|
Loading…
Reference in New Issue
Block a user