Skip to content
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

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

Closed
yada opened this issue Sep 20, 2024 · 2 comments
Closed

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

yada opened this issue Sep 20, 2024 · 2 comments
Assignees
Labels
kind/enhancement Enhancement of existing feature

Comments

@yada
Copy link
Member

yada commented Sep 20, 2024

Reason/Context

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

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 yada added the kind/enhancement Enhancement of existing feature label Sep 20, 2024
@yada yada self-assigned this Sep 20, 2024
Copy link

👋 @yada

Welcome to the Microcks community! 💖

Thanks and congrats 🎉 for opening your first issue here! Be sure to follow the issue template or please update it accordingly.

📢 If you're using Microcks in your organization, please add your company name to this list. 🙏 It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact.

If you need to know why and how to add yourself to the list, please read the blog post "Join the Microcks Adopters list and Empower the vibrant open source Community 🙌"

Hope you have a great time there!

@yada
Copy link
Member Author

yada commented Sep 20, 2024

Created:
Capture d’écran 2024-09-20 à 17 23 44
and
Capture d’écran 2024-09-20 à 17 23 55
done ✅

@yada yada closed this as completed Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Enhancement of existing feature
Projects
None yet
Development

No branches or pull requests

1 participant