Skip to content

chore: auto-close stale issues #237

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 14, 2025
Merged

chore: auto-close stale issues #237

merged 4 commits into from
May 14, 2025

Conversation

blva
Copy link
Collaborator

@blva blva commented May 13, 2025

  • based on AtlasCLI GH action, auto-closes issues after 30 days

@blva blva marked this pull request as ready for review May 13, 2025 13:14
@Copilot Copilot AI review requested due to automatic review settings May 13, 2025 13:14
@blva blva requested a review from a team as a code owner May 13, 2025 13:14
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a new GitHub Actions workflow for handling stale issues and PRs, closing them automatically after 30 days without activity.

  • Adds a new workflow file (.github/workflows/stale.yml) to manage stale issues and PRs.
  • Configures actions for both issues and pull requests with custom messages and labels.

Comment on lines +8 to +9
permissions: read-all

Copy link
Preview

Copilot AI May 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The global 'permissions: read-all' might be redundant given the job-specific permissions defined later. Consider reviewing if this global configuration is necessary or if it can be consolidated with the job declarations.

Suggested change
permissions: read-all

Copilot uses AI. Check for mistakes.

@blva blva merged commit a7e03f7 into main May 14, 2025
17 checks passed
@blva blva deleted the stale-issue branch May 14, 2025 08:07
nirinchev added a commit that referenced this pull request May 23, 2025
* main: (21 commits)
  fix: updates count tool (#254)
  fix: docker security warnings (#259)
  feat: docker support (#238)
  docs: list alerts docs (#250)
  chore: add hints and update mcp (#249)
  chore: base model SEO change (#248)
  chore(ci): add a PR title check workflow (#247)
  docs: bump node.js version (#246)
  chore: corrects the description of atlas-create-db-user (#240)
  chore: auto-close stale issues (#237)
  chore(deps-dev): bump globals from 16.0.0 to 16.1.0 (#231)
  chore(deps-dev): bump @types/node from 22.15.9 to 22.15.17 (#233)
  chore(deps-dev): bump eslint-config-prettier from 10.1.2 to 10.1.5 (#234)
  feat: Alerts Listing (#230)
  chore(deps-dev): bump @redocly/cli from 1.34.2 to 1.34.3 (#235)
  chore(deps-dev): bump openapi-typescript from 7.6.1 to 7.8.0 (#232)
  chore: release v0.1.1 (#223)
  fix: improve uncaught exception for getAccessToken (#224)
  chore: update issue template (#227)
  chore: switch to `@mongodb-js/device-id` (#196)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants