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

Create default labels #16

Open
yoannfleurydev opened this issue Mar 7, 2022 · 2 comments · May be fixed by #70
Open

Create default labels #16

yoannfleurydev opened this issue Mar 7, 2022 · 2 comments · May be fixed by #70
Labels
enhancement New feature or request

Comments

@yoannfleurydev
Copy link
Member

For every projects, we kinda create a default set of labels, it could be great to generate them automatically.

@yoannfleurydev yoannfleurydev added the enhancement New feature or request label Mar 7, 2022
@yoannfleurydev
Copy link
Member Author

        // issue.scopes.reduce(
        //   (accumulator, current) =>
        //     `${accumulator}${accumulator ? ',' : ''}${current.scope.name}`,
        //   'startrepo'
        // )

@yoannfleurydev
Copy link
Member Author

Basically, on GitHub and GitLab, you can add labels to issues. The idea here is to create labels for the issues based on their scopes in Start Repo

@MaximeBro MaximeBro linked a pull request Oct 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

1 participant