cli
cli copied to clipboard
Added close stale issues workflow
Changes
Added workflows for closing stale issues.
It adds a Github Action that warns and then auto closes stale issues.
This uses https://github.com/aws-actions/stale-issue-cleanup which in turn is built on https://github.com/actions/stale.
The latter appears more active and seems to have implemented the features that prompted the former to be created.
@pietern the bigger difference is that AWS version allowed for labelling issues with "response requested" labels and automatically close them if no response after defined period. We don't necessarily need this functionality so I switched to actions/stale for now
@andrewnester @pietern should we revive this at least for PRs? We have 40 open PRs now https://github.com/databricks/cli/pulls it seems some old ones should be closed.
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:
Trigger: go/deco-tests-run/cli
Inputs:
- PR number: 634
- Commit SHA:
f23b72e5ca705346cd9dad4ecbcdb7c13c2f37f8
Checks will be approved automatically on success.