cli icon indicating copy to clipboard operation
cli copied to clipboard

Added close stale issues workflow

Open andrewnester opened this issue 2 years ago • 2 comments

Changes

Added workflows for closing stale issues.

It adds a Github Action that warns and then auto closes stale issues.

andrewnester avatar Aug 03 '23 10:08 andrewnester

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 avatar Aug 10 '23 11:08 pietern

@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 avatar Sep 06 '23 08:09 andrewnester

@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.

denik avatar Jan 02 '25 09:01 denik

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.

github-actions[bot] avatar Jan 02 '25 10:01 github-actions[bot]