Issue labels are key drivers in software maintenance as they dictate the prioritization, organization, and ultimately the resolution of encountered issues. Consequently, mislabeling issues result in inefficient prioritization, which compromises the resolution process of these issues. Thus, to increase the accuracy and effectiveness of issue labeling in software maintenance, this paper proposes "Issue-Labeler": an automated issue labeler plugin for Aral, which utilizes a deep neural language model to predict an issue's type based on its title and description. Specifically, the plugin would classify an issue into three types: BUG, IMPROVEMENT, and NEW FEATURE. The issue labeler plugin was implemented by fine-tuning Google's pre trained ALBERT language model, using 35,889 labeled issue reports extracted from 77 projects. The plugin showed an average Fl -score of 0.75, 0.58, and 0.67, respectively, for the BUG, IMPROVEMENT, and NEW FEATURE issues. The plugin will provide developers with a tool that recommends issue labels to, in turn, optimize the process of tagging and resolving these issues. Video of tool setup and runtime is available: u.be/ini214aNNrIt4. Tool Webpage: Mips:I/issuelabeler.2.io/issue-labeler-site!. Replication package: https://gi m/issue-labeler/.