Skip to content

Add a github action to sync the labels#4919

Open
LecrisUT wants to merge 2 commits into
teemtee:mainfrom
LecrisUT:fix/4908
Open

Add a github action to sync the labels#4919
LecrisUT wants to merge 2 commits into
teemtee:mainfrom
LecrisUT:fix/4908

Conversation

@LecrisUT
Copy link
Copy Markdown
Member

Can be imported and reused in the other repos.

Hints for how to get the labels.yaml

$ curl "https://api.github.com/repos/teemtee/tmt/labels?per_page=100&page=1" >> labels.json
$ yq '.[] |= pick(["name", "description", "color"])' -o yaml ./labels.json >> labels.yaml 

Relates to #4908

LecrisUT added 2 commits May 21, 2026 18:07
Signed-off-by: Cristian Le <git@lecris.dev>
Signed-off-by: Cristian Le <git@lecris.dev>
@LecrisUT LecrisUT added the area | automation Tools, actions and workflows automating our work label May 21, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a .github/labels.yaml file to define repository labels. Feedback focuses on consistency: use American English spelling ('behavior'), use YAML null values instead of strings for descriptions, and rename 'Waiting contact' to follow the 'status |' naming convention.

Comment thread .github/labels.yaml
Comment thread .github/labels.yaml
Comment thread .github/labels.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area | automation Tools, actions and workflows automating our work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant