Skip to content

Commit

Permalink
ci: update PR labeler config file (#1479)
Browse files Browse the repository at this point in the history
update pr-labeler config file
  • Loading branch information
mpoke committed Dec 5, 2023
1 parent 972d5da commit 129430d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 21 deletions.
48 changes: 28 additions & 20 deletions .github/pr_labeler.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,37 @@
"C:x/consumer":
- x/ccv/consumer/**/*
- changed-files:
- any-glob-to-any-file: x/ccv/consumer/**
"C:x/democracy":
- x/ccv/democracy/**/*
- changed-files:
- any-glob-to-any-file: x/ccv/democracy/**
"C:x/provider":
- x/ccv/provider/**/*
- changed-files:
- any-glob-to-any-file: x/ccv/provider/**
"C:x/types":
- x/ccv/types/**/*
- changed-files:
- any-glob-to-any-file: x/ccv/types/**
"C:Docs":
- docs/docs/**/*
- changed-files:
- any-glob-to-any-file: docs/docs/**
"C:ADR":
- docs/docs/adrs/**/*
- changed-files:
- any-glob-to-any-file: docs/docs/adrs/**
"C:CI":
- .github/**/*.yml
- buf.work.yaml
- .mergify.yml
- .golangci.yml
- mlc_config.json
- sonar-project.properties
- changed-files:
- any-glob-to-any-file: .github/**/*.yml
- any-glob-to-any-file: buf.work.yaml
- any-glob-to-any-file: .mergify.yml
- any-glob-to-any-file: .golangci.yml
- any-glob-to-any-file: mlc_config.json
- any-glob-to-any-file: sonar-project.properties
"C:Build":
- Makefile
- Dockerfile
- scripts/*
- changed-files:
- any-glob-to-any-file: Makefile
- any-glob-to-any-file: Dockerfile
- any-glob-to-any-file: scripts/**
"C:Testing":
- app/**/*
- cmd/**/*
- legacy_ibc_testing/**/*
- tests/**/*
- testutil/**/*
- changed-files:
- any-glob-to-any-file: app/**
- any-glob-to-any-file: cmd/**
- any-glob-to-any-file: tests/**
- any-glob-to-any-file: testutil/**
2 changes: 1 addition & 1 deletion .github/workflows/pr_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
pull-requests: write # for actions/labeler to add labels to PRs
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
- uses: actions/labeler@v5
with:
configuration-path: .github/pr_labeler.yml
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 129430d

Please sign in to comment.