microcks / microcks-go-client

Go client for accessing and using Microcks API
https://microcks.io
Apache License 2.0
5 stars 1 forks source link

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

Closed yada closed 2 hours ago

yada commented 2 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.

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)

github-actions[bot] commented 2 hours ago

๐Ÿ‘‹ @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 commented 2 hours ago

Created:

Capture dโ€™eฬcran 2024-09-20 aฬ€ 17 23 44

and

Capture dโ€™eฬcran 2024-09-20 aฬ€ 17 23 55

done โœ