You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue forms currently have a number of places where input is standardized to allow automated decisions to be made based on the input values.
Free text input (not very reliable) should be able to be handled by the reg ex flow already in place. This feature is mainly about adding the ability to exactly match the values in dropdowns and auto assign labels since these are very reliable (and form validated) input values.
The change should allow values in each dropdown to map to a unique label that will be applied.
The text was updated successfully, but these errors were encountered:
Closes#54
Adds a new workflow and accompanying configuration files that
apply labels to new issues based on options chosen by the submitter
in an issue form.
- `.github/IssueTriager.yml` - Single reusable workflow to apply
labels to issues based on user input in issue forms.
- `.sync/workflows/config/triage-issues/advanced-issue-labeler.yml` -
Configures how labels are applied to issues based on issue form
input.
- `.sync/workflows/leaf/triage-issues.yml` - A leaf workflow that can
be synced to repos to trigger the reusable workflow in Mu DevOps.
This change also enables file syncing of this action to all repos
that issue forms are currently being synced to.
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Issue forms currently have a number of places where input is standardized to allow automated decisions to be made based on the input values.
Free text input (not very reliable) should be able to be handled by the reg ex flow already in place. This feature is mainly about adding the ability to exactly match the values in dropdowns and auto assign labels since these are very reliable (and form validated) input values.
The change should allow values in each dropdown to map to a unique label that will be applied.
The text was updated successfully, but these errors were encountered: