Skip to content

Manage Labels and Label Assignment using Groups #13

Description

@kgpayne

Until we are willing to invest in adopting Pulumi to manage GitHub labels (and more), it may be easier to further augment the label-sync action in this repo to support label groups and repo selection.

label-groups:
  core:
  - name: "label name"
    description: "label description"
    color: "0075CA" #hex color
    aliases:
    - "other labels to rename"
  singer-ecosystem:
  - name: "SDK Feature Candidate"
    description: "Applied to PR's and issues that may be precursors to SDK functionality."
    color: "0075CA" #hex color
    aliases:
    - "other labels to rename"

repo-labels:
- name: Core Labels
  label-groups:
  - core
  patterns:
  - "meltano/*"
  - "MeltanoLabs/*"
- name: Singer Ecosystem Labels
  label-groups:
  - singer-ecosystem
  patterns:
  - "meltano/sdk"
  - "MeltanoLabs/*"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions