Labelling¶
For Handle PR and Issue Labels use boring-cyborg for setting labels by Existing roles, like changes at ./docs
always get the Label documentations
.
Usage¶
---
# These settings are synced to GitHub by https://probot.github.io/apps/boring-cyborg/
_extends: gh-plumbing:.github/commons-boring-cyborg.yml
Labelling rules¶
labelPRBasedOnFilePath:
cicd:
- .github/workflows/**
project-config:
- .github/settings.yml
chore:
- .github/**
documentations:
- docs/**
- mkdocs.yml
- .github/ISSUE_TEMPLATE/**
- .github/pull_request_template.md
Existing labels¶
# Labels: define labels for Issues and Pull Requests
labels:
- name: bug
color: "#CC0000"
description: An issue with the system.
- name: enhancement
color: "#336699"
description: New functionality.
- name: chore
color: "#6e70ef"
description: Maintenance
- name: question
color: "#3ffc8a"
description: User question
- name: documentations
color: "#caa7e8"
description: Update documentation
- name: cicd
color: "#fbca04"
description: ci/cd process functionality.
- name: project-config
color: "#ed979d"
description: Change GitHub project config, keep a extra eye on merge.
- name: breaking-change
color: "#fc415d"
description: Planed braking provider change.
- name: duplicate
color: "#cfd3d7"
description: This issue or pull request already exists.
- name: dependencies
color: "#0366d6"
description: Pull requests that update a dependency file.
- name: wontfix
color: "#ffffff"
description: ""
- name: automerge
color: "#19F700"
description: "Allow automatic Merge."
- name: project-config
color: "#ed979d"
description: "GitHub Project Configuration change."