Skip to content

Commit

Permalink
.github/labeler: add exclusive cilium-cli label
Browse files Browse the repository at this point in the history
As we have merged cilium-cli into cilium repository, we don't need to
generate release note labels for PRs that are specific for cilium-cli
when preparing the release notes for cilium. The same logic applies for
hubble-cli.

When generating the release notes for cilium we will exclude all PRs
that have the cilium-cli-exclusive and hubble-cli-exclusive labels.

Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Sep 9, 2024
1 parent 1965e88 commit c85892a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,21 @@ cilium-cli:
- changed-files:
- any-glob-to-any-file:
- cilium-cli/**
# Add 'cilium-cli-exclusive' label if the changed files are only in 'cilium-cli'
cilium-cli-exclusive:
- changed-files:
- all-globs-to-all-files:
- cilium-cli/**
# Add 'hubble-cli' label to any file changes in 'hubble/'
hubble-cli:
- changed-files:
- any-glob-to-any-file:
- hubble/**
# Add 'hubble-cli-exclusive' label if the changed files are only in 'hubble'
hubble-cli-exclusive:
- changed-files:
- all-globs-to-all-files:
- hubble/**
sig/policy:
- changed-files:
- any-glob-to-any-file:
Expand Down

0 comments on commit c85892a

Please sign in to comment.