Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.14 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.14 KB

.github repository

This repository contains config files and workflows for all repositories in the meltano GitHub org (and occasionally the MeltanoLabs GitHub org too).

Label Synchronization

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.