Change label for issues unassigned by bot to Status: Unassigned by Bot
#7881
Labels
Complexity: Small
Take this type of issues after the successful merge of your second good first issue
Feature: Refactor GHA
Refactoring GitHub actions to fit latest architectural norms
role: back end/devOps
Tasks for back-end developers
size: 3pt
Can be done in 13-18 hours
time sensitive
Needs to be worked on by a particular timeframe
Overview
Currently, the GitHub Actions automation bot unassigns devs from issues if either the devs should not be working on the issue, or if the issue is not ready to be worked on. The bot then labels and moves the issue to "New Issue Approval". We need to change the label that the bot applies so that these issues are easier to find.
Action Items
In the function
handleIssueComplexityNotPermitted()
in the file check-complexity-eligibility.js, replace:with:
In the function
main()
in the file preliminary-update-comments.js, replace:with:
and replace:
with:
Finally, in the label-directory.json file, replace:
with:
Note: Although this issue involves GitHub Actions, testing of the GHA not required. The automation is known to work, and the issue is swapping out one existing label for another.
The text was updated successfully, but these errors were encountered: