Skip to content

Commit

Permalink
fix /kind changelog-not-required
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <[email protected]>
  • Loading branch information
mmorel-35 committed May 6, 2024
1 parent 4d48273 commit a90c0a4
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 40 deletions.
34 changes: 34 additions & 0 deletions .github/labels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Works with https://github.com/actions/labeler/
# Below this line, the keys are labels to be applied, and the values are the file globs to match against.
# Anything in the `design` directory gets the `Design` label.
Area/Design:
- changed-files:
- any-glob-to-any-file: design/*
# Anything in the site directory gets the website label *EXCEPT* docs
Website:
- all:
- changed-files:
- any-glob-to-any-file: site/**/*
- all-globs-to-all-files: '!site/content/docs/**/*'
Documentation:
- changed-files:
- any-glob-to-any-file: site/content/docs/**/*
Dependencies:
- changed-files:
- any-glob-to-any-file: go.mod
# Anything that has plugin infra will be labeled.
# Individual plugins don't necessarily live here, though
Area/Plugins:
- changed-files:
- any-glob-to-any-file: pkg/plugins/**/*
has-unit-tests:
- changed-files:
- any-glob-to-any-file: pkg/**/*_test.go
has-e2e-2tests:
- changed-files:
- any-glob-to-any-file: test/e2e/**/*
has-changelog:
- changed-files:
- any-glob-to-any-file: changelogs/**
kind:
- 'changelog-not-required'
39 changes: 0 additions & 39 deletions .github/labels.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/auto_label_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labels.yml
configuration-path: .github/labels.yaml

0 comments on commit a90c0a4

Please sign in to comment.