solidusio / solidus

🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
https://solidus.io
Other
4.97k stars 1.29k forks source link

Consolidate labels on the repository #4752

Closed waiting-for-dev closed 1 year ago

waiting-for-dev commented 1 year ago

In the process of automating our flow, we'll extensively leverage labels on issues and PRs.

After that, we need to immediately update the automatic labeler to use the new ones from the Changelog section below.

Changelog

Usage: automatic generation of the release notes and the Changelog

Rename the following tags:

Add the following tags:

Backport

Usage: automatic backporting of PRs

Rename the following tags:

Type

Usage: community support

Rename the following tags:

Details

Usage: Details about a type

Releases

Rename the following tags:

Add the following tags:

Other

Delete the following unused tags:

gsmendoza commented 1 year ago

@waiting-for-dev FYI, https://github.com/solidusio/.github/blob/main/.github/stale.yml depends on the Stale and Enhancement labels. Will you be updating the Stale config too?

waiting-for-dev commented 1 year ago

Thanks for looking into it, @gsmendoza. I had forgotten about updating the Enhancement label on the stale.yml. Now, both of them are changed in https://github.com/solidusio/.github/pull/3

tvdeyen commented 1 year ago

Why are we using a mixture of _ - : to delimit the key from value in tags? Wouldn't it be more consistent to use only one (I would prefer : so we are still able to use _ and - in the values)?

waiting-for-dev commented 1 year ago

Sorry, they were typos. Everything is expected to use :. I updated the description.

tvdeyen commented 1 year ago

Nice! Thanks :)