mirror of https://github.com/databricks/cli.git
Increase close-after-stale from 7 to 30 days (#2111)
Giving 7 days to react before closing is too aggressive, IMO. Changed it to 30. Also changed 'stale' label from 30d to 60d. Also removed dry-run setting, it does not appear to do anything.
This commit is contained in:
parent
6d3b4159bd
commit
f2c4cae9f1
|
@ -31,10 +31,8 @@ jobs:
|
||||||
exempt-pr-labels: No Autoclose
|
exempt-pr-labels: No Autoclose
|
||||||
|
|
||||||
# Issue timing
|
# Issue timing
|
||||||
days-before-stale: 30
|
days-before-stale: 60
|
||||||
days-before-close: 7
|
days-before-close: 30
|
||||||
|
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
loglevel: DEBUG
|
loglevel: DEBUG
|
||||||
# TODO: Remove dry-run after merge when confirmed it works correctly
|
|
||||||
dry-run: true
|
|
||||||
|
|
Loading…
Reference in New Issue