dotnet / fabricbot-config

Scripts for managing fabricbot configurations in the dotnet repos
MIT License
4 stars 7 forks source link

Label untriaged should get automatically removed when an issue is triaged #2

Closed jeffhandley closed 2 years ago

jeffhandley commented 2 years ago

Whenever one of the triage actions is taken on an issue, and it's moved into the area pod's Triaged column, the untriaged label should also be removed. The actions that indicate an issue has been triaged are:

  1. The issue is closed
  2. A milestone is applied
  3. The needs-author-action label is applied
  4. The api-ready-for-review label is applied
jeffhandley commented 2 years ago

This was implemented in the initial code moved into this repository: https://github.com/dotnet/fabricbot-config/commit/534dfd8bb728bf88de4ddffec841ab561a9ecf8e#diff-dccda68f4a50e755d959122006483e7bd32dafd912b413f360ba725fab796eb8R72-R77