Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage Labels and Label Assignment using Groups #13

Open
kgpayne opened this issue May 2, 2023 · 0 comments
Open

Manage Labels and Label Assignment using Groups #13

kgpayne opened this issue May 2, 2023 · 0 comments

Comments

@kgpayne
Copy link

kgpayne commented May 2, 2023

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/*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant