Refactor GHA add-label.js
to use label-directory.json
#7537
Labels
Complexity: Large
Feature: Refactor GHA
Refactoring GitHub actions to fit latest architectural norms
role: back end/devOps
Tasks for back-end developers
size: 5pt
Can be done in 19-30 hours
Milestone
Overview
Currently, the GHA workflow files that add, remove, and change labels on issues identify each label by its name (i.e. the 'labelName') directly. Instead of hard-coding each label name, we want these files to identify each label by a general ID (i.e. 'labelId') so that different HfLA project groups will be able to use the GHA workflows without needing to match the label names used by the Website team.
Action Items
This issue involves the "Schedule Friday" GitHub Action, and you must set up your environment for testing GHAs in order to work on this issue. See notes below in "Resources/ Instructions", and ask questions if you need additional help- GHAs can be tricky, and if you get stuck somewhere, someone who has worked on these before might have information that will save you a lot of time.
Refer to add-label.js.
Status: Updated
,To Update !
,2 weeks inactive
.// Import modules
:Resources/Instructions
The text was updated successfully, but these errors were encountered: