Skip to content

Commit

Permalink
chore: introduce GH Labeler for PR navigation (#346)
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Mortari <[email protected]>
  • Loading branch information
tarilabs authored Sep 4, 2024
1 parent 3056945 commit 490b68a
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
"Area/UI":
- changed-files:
- any-glob-to-any-file: clients/UI/**

"Area/MR Python client":
- changed-files:
- any-glob-to-any-file: clients/python/**

"Area/Go REST server":
- changed-files:
- any-glob-to-any-file:
- api/**
- cmd/**
- internal/**
- patches/**
- pkg/**
- templates/go-server/**

"Area/CSI":
- changed-files:
- any-glob-to-any-file: csi/**

"Area/Manifests":
- changed-files:
- any-glob-to-any-file: manifests/**

"Area/Documentation":
- changed-files:
- any-glob-to-any-file: docs/**

"Area/GitHub":
- changed-files:
- any-glob-to-any-file: .github/**
12 changes: 12 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5

0 comments on commit 490b68a

Please sign in to comment.