This directory contains a GitHub bot for enforcing the Angular GitHub feature request management process. It's inspired by a similar process implemented by Microsoft in VS Code.
Make sure you review the values in action.yml
. By default, the process relies that:
- All feature requests have a
feature
label - The repository is in an organization. Although the process may work for personal repositories as well, it's not tested for such scenario
- The repository has the labels:
feature
,votes required
,in backlog
,under consideration
,insufficient votes
.
To use in your repository:
- Create a GitHub workflow
- As action under
uses
specify:angular/dev-infra/github-actions/feature-request@[hash]
- Configure the action with your specific values
MIT