angular-cn/.github
mgechev cb418bd696 ci: introduce action implementing feature request prioritization process (#41975)
Enable a GitHub action that implements our new feature request
[process](ce8e011a9f/docs/GITHUB_PROCESS.md (feature-request-process)).

As a prerequisite, we need to create the following labels:
- `in backlog`
- `votes required`
- `under consideration`
- `insufficient votes`

The bot will also use the existing `feature` label to identify feature
requests.

With its current configuration, we need to kick the process off
manually. We currently also have a limit, meaning the bot will process
only 50 feature requests before it exits. Additionally, now the bot will
not close issues, it'll just comment on them and if they have an
insufficient number of votes, the bot will label them with `insufficient
votes`.

On the next iteration, we can:
- Expand the limit from 50 to infinity (removing the option from the
yml file)
- Set a cron configuration to kick off the bot automatically
- Enable autoclose by setting the `close-when-no-sufficient-votes` to
`true`

PR Close #41975
2021-05-07 10:09:44 -04:00
..
ISSUE_TEMPLATE build: remove emojis from github issue templates (#41902) 2021-05-04 08:09:20 -07:00
workflows ci: introduce action implementing feature request prioritization process (#41975) 2021-05-07 10:09:44 -04:00
ISSUE_TEMPLATE.md build: remove emojis from github issue templates (#41902) 2021-05-04 08:09:20 -07:00
PULL_REQUEST_TEMPLATE.md docs: fix formatting of PULL_REQUEST_TEMPLATE.md (#26512) 2018-10-17 13:09:45 -07:00
angular-robot.yml ci: only run `publish_snapshot` when not PR (#41877) 2021-04-29 10:16:03 -07:00