diff --git a/.github/labels.yaml b/.github/labels.yaml deleted file mode 100644 index 95cc6d5..0000000 --- a/.github/labels.yaml +++ /dev/null @@ -1,28 +0,0 @@ ---- -- name: breaking - color: "b60205" - description: This change is not backwards compatible -- name: bug - color: "d93f0b" - description: Something isn't working -- name: documentation - color: "0075ca" - description: Improvements or additions to documentation -- name: enhancement - color: "0e8a16" - description: New feature or request -- name: feature - color: "0e8a16" - description: New feature or request -- name: fix - color: "d93f0b" - description: Something isn't working -- name: misc - color: "6b93d3" - description: Miscellaneous task not covered by something else -- name: no-changelog - color: "cccccc" - description: No entry should be added to the release notes and changelog -- name: security - color: "5319e7" - description: Solving a security issue diff --git a/.github/workflows/label-test-reusable.yml b/.github/workflows/label-test-reusable.yml index 79b96e2..0b63a61 100644 --- a/.github/workflows/label-test-reusable.yml +++ b/.github/workflows/label-test-reusable.yml @@ -11,5 +11,5 @@ permissions: issues: write jobs: - yamllint: + labelsync: uses: schubergphilis/mcaf-github-workflows/.github/workflows/label-synchronization.yaml@feature/yamllint_workflow