Refactor GHA \sort-closed-issues.js\
to use label-directory.json
#1007
Labels
sort-closed-issues.js\
to use label-directory.json
#1007
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 GitHub Actions, 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 sort-closed-issues.js. A preliminary search found that this file uses the labels: Feature: Refactor CSS,Feature: Refactor HTML,Feature: Refactor JS / Liquid,Feature: Refactor GHA,role: back end/devOps,Feature: Analytics,role: front end.
// Import modules
:Resources/Instructions
The text was updated successfully, but these errors were encountered: