Skip to content

Merge TRAIGE.json and triage.json #5437

@terriko

Description

@terriko

We currently have triage files that differ only by case: TRIAGE.json and triage.json. This was almost certainly a mistake, and it's causing problems for people using non-case sensitive file systems on windows and needs to be fixed.

To fix it:

  1. See if the data in TRIAGE.json needs to also include what's in triage.json. It may not; the file may have been checked in completely accidentally. If it does, add any missing information to TRAIGE.json and be careful not to break the json data structure (as in, you can't just cat the files together)
  2. Delete triage.json
  3. Double-check to make sure we weren't using triage.json in any of the github actions jobs (e.g. run grep -r triage.json and see if any of the results are jobs actually using it. The docs will likely refer to it but that's ok because they don't mean that specific file. If anythign needs to be changed, do that.

Should be doable by a beginner so I'll mark it as a good first issue.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions