This repository contains config files and workflows for all repositories in the meltano GitHub org (and occasionally the MeltanoLabs GitHub org too).
The file labels.yaml
specifies labels which are synchronized across all repositories in the meltano and MeltanoLabs GitHub orgs. They are updated when the file is updated on the main
branch, or when the label sync workflow is run manually.
To add a new label, add new entry to labels.yaml
under the labels
key:
- name: "label name"
description: "label description
color: "0075CA" #hex color
aliases:
- "other labels to rename"
To test a PR, run the "Sync Labels" workflow on your branch with the "dry run" option selected.
Note that no labels will currently be deleted if they do not match the configuration.