Skip to content

Commit

Permalink
fix: Do 2166 pr labeler (#1315)
Browse files Browse the repository at this point in the history
* created labler files

* addtional paths

* added teams

* uodate labler files

* update lint pr file

---------

Co-authored-by: amitz <[email protected]>
Co-authored-by: Amit Zafran <[email protected]>
Co-authored-by: Amit Zafran <[email protected]>
  • Loading branch information
4 people authored Mar 19, 2024
1 parent 38ec3c5 commit ad9b5eb
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 30 deletions.
82 changes: 53 additions & 29 deletions .github/pr_labeler.yml
Original file line number Diff line number Diff line change
@@ -1,53 +1,77 @@
"C:cmd/lavad":
- cmd/lavad/**/*
- changed-files:
- any-glob-to-any-file: "cmd/lavad/**/*"
"C:cmd/lavap":
- cmd/lavap/**/*
- changed-files:
- any-glob-to-any-file: "cmd/lavap/**/*"
"C:cmd/lavavisor":
- cmd/lavavisor/**/*
- changed-files:
- any-glob-to-any-file: "cmd/lavavisor/**/*"
"C:cmd/common":
- cmd/common/**/*
- changed-files:
- any-glob-to-any-file: "cmd/common/**/*"
"C:protocol":
- protocol/**/*
- changed-files:
- any-glob-to-any-file: "protocol/**/*"
"Team:Consensus":
- x/**/*
- app/**/*
- changed-files:
- any-glob-to-any-file: "x/**/*"
- any-glob-to-any-file: "app/**/*"
"Team:Protocol":
- protocol/**/*
- ecosystem/**/*
- changed-files:
- any-glob-to-any-file: "protocol/**/*"
- any-glob-to-any-file: "ecosystem/**/*"
"C:x/conflict":
- x/conflict/**/*
- changed-files:
- any-glob-to-any-file: "x/conflict/**/*"
"C:x/downtime":
- x/downtime/**/*
- changed-files:
- any-glob-to-any-file: "x/downtime/**/*"
"C:x/dualstaking":
- x/dualstaking/**/*
- changed-files:
- any-glob-to-any-file: "x/dualstaking/**/*"
"C:x/epochstorage":
- x/epochstorage/**/*
- changed-files:
- any-glob-to-any-file: "x/epochstorage/**/*"
"C:x/fixationstore":
- x/fixationstore/**/*
- changed-files:
- any-glob-to-any-file: "x/fixationstore/**/*"
"C:x/pairing":
- x/pairing/**/*
- changed-files:
- any-glob-to-any-file: "x/pairing/**/*"
"C:x/plans":
- x/plans/**/*
- changed-files:
- any-glob-to-any-file: "x/plans/**/*"
"C:x/projects":
- x/projects/**/*
- changed-files:
- any-glob-to-any-file: "x/projects/**/*"
"C:x/protocol":
- x/protocol/**/*
- changed-files:
- any-glob-to-any-file: "x/protocol/**/*"
"C:x/rewards":
- x/rewards/**/*
- changed-files:
- any-glob-to-any-file: "x/rewards/**/*"
"C:x/spec":
- x/spec/**/*
- changed-files:
- any-glob-to-any-file: "x/spec/**/*"
"C:x/subscription":
- x/subscription/**/*
- changed-files:
- any-glob-to-any-file: "x/subscription/**/*"
"C:x/timerstore":
- x/timerstore/**/*
- changed-files:
- any-glob-to-any-file: "x/timerstore/**/*"
"Type: Build":
- Makefile
- Dockerfile
- docker-compose.yml
- scripts/*
- changed-files:
- any-glob-to-any-file: "Makefile"
- any-glob-to-any-file: "Dockerfile"
- any-glob-to-any-file: "docker-compose.yml"
- any-glob-to-any-file: "scripts/*"
"Type: CI":
- .github/**
- changed-files:
- any-glob-to-any-file: ".github/**"
"Type: Docs":
- docs/**/*
- changed-files:
- any-glob-to-any-file: "docs/**/*"
"Type: Proto":
- proto/**/*
- changed-files:
- any-glob-to-any-file: "proto/**/*"
2 changes: 1 addition & 1 deletion .github/workflows/lint_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:
main:
permissions:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
pull-requests: write # for amannn/action-semantic-pull-request to analyze PRs
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ad9b5eb

Please sign in to comment.