microcks / microcks-ansible-operator

Kubernetes Operator for easy setup and management of Microcks installs
https://microcks.io
Apache License 2.0
26 stars 5 forks source link

Add a new "stale" label for the stale-issues-prs GitHub action. #141

Closed yada closed 4 hours ago

yada commented 4 hours ago

Reason/Context

To implement .github/workflows/stale-issues-prs.yml as required for https://github.com/microcks/.github/issues/16 We need to create the missing "stale" label on this repo as needed for #139

Description

The stale-issues-prs.yml GitHub Action is designed to automatically manage inactive issues and pull requests in a repository. It typically:

  1. Marks issues and pull requests as stale after a set period of inactivity (e.g., no comments or activity for a defined number of days).
  2. Adds a stale label to these items to signal inactivity.
  3. After another period of inactivity, it can close the stale issues or PRs if no further action is taken.
  4. If there is activity on a stale item, the action removes the stale label and prevents it from closing.

This helps maintain a clean and active project by reducing the number of unresolved or inactive items.

Implementation ideas

Add (create) a new label on the repo: Label name: stale Description: State due to inactivity Color: #cccccc (grey color)

yada commented 4 hours ago

Created:

Capture d’écran 2024-09-20 à 17 23 44

and

Capture d’écran 2024-09-20 à 17 23 55

done ✅