-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into f/stkxprt-improved
- Loading branch information
Showing
5 changed files
with
48 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,52 @@ | ||
# Note that any updates to this files will not be applied in CI | ||
# until this file is merged into main. This is due to oddities of the labeller Github Action. | ||
"C:app-wiring": | ||
- app/*.go | ||
- app/ante/**/* | ||
- app/**/* | ||
- cmd/**/**/* | ||
- cmd/**/* | ||
# Also match any module.go update | ||
- x/**/module.go | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- app/*.go | ||
- app/ante/** | ||
- app/** | ||
- cmd/** | ||
# Also match any module.go update | ||
- x/**/module.go | ||
|
||
"C:x/liquidstakeibc": | ||
- x/liquidstakeibc/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- x/liquidstakeibc/** | ||
"C:x/liquidstake": | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- x/liquidstake/** | ||
"C:x/lscosmos": | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- x/lscosmos/** | ||
"T:build": | ||
- Makefile | ||
- Dockerfile | ||
- scripts/* | ||
- docker/** | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- Makefile | ||
- Dockerfile | ||
- scripts/* | ||
- docker/** | ||
"T:CI": | ||
- .github/**/*.yml | ||
- .golangci.yml | ||
- contrib/** | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- .github/**/*.yml | ||
- .golangci.yml | ||
- contrib/** | ||
"C:CLI": | ||
- x/*/client/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- x/*/client/** | ||
# Add "C:docs" label to documented related files and directories. | ||
"C:docs": | ||
- bug.md | ||
- issue.md | ||
- proto-docs.md | ||
- README.md | ||
- x/**/*.md | ||
- x/**/*/*.md | ||
- tests/**/*.md | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- bug.md | ||
- issue.md | ||
- proto-docs.md | ||
- README.md | ||
- x/**/*.md | ||
- x/**/*/*.md | ||
- tests/**/*.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters