Skip to content

Commit

Permalink
automatically label PRs for hubble-cli
Browse files Browse the repository at this point in the history
This will allow us to generate a dedicated CHANGELOG for any PR that
affects hubble-cli.

Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed May 7, 2024
1 parent a00628e commit 6cbba52
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Add 'hubble-cli' label to any file changes in 'hubble/'
hubble-cli:
- changed-files:
- any-glob-to-any-file:
- hubble/**
10 changes: 10 additions & 0 deletions .github/workflows/auto-labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,13 @@ jobs:
repo: context.repo.repo,
labels: ["kind/community-contribution"]
})
auto-labeler:
name: Auto Labeler
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Label The PR
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0

0 comments on commit 6cbba52

Please sign in to comment.