[FEATURE] Workflow to add labels to PR & issues by analyzing titles #501
Labels
enhancement
New feature or request
gssoc23
This label aids in the tracking of issues for octabot used by GSSoC'23 for tracking.
Detailed description
Suppose there is
fix
orfeat
orchore
orFeature
in the title, the workflow would automatically add the corresponding labels.Context
I will separate this workflow into two files to improve code readability and labels will be in the trigger file.
By analyzing the titles of PRs, it will automatically assign appropriate labels based on predefined criteria such as status, goals, and aspects. It will use
regexs
,events
,targets
.Possible implementation
I will add detailed instructions in the PR description, so that you can easily review the PR.
I will add the labels, based on the repository and will mention if a new label is used for the purpose like
build
.Additional information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: