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
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.
Before making any of the edits following, first create a test branch in your repo and demonstrate the current, correct behavior of the GHA. Afterwards, create an additional branch for the edits following- this is the branch that will be attached to the PR.
Refer to the 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.
As you work through this issue, confirm that this list is correct, and if not note any additions or subtractions.
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 the 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: