You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

labeler.yml 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. modifies/docs:
  2. - changed-files:
  3. - any-glob-to-any-file:
  4. - "**/*.md"
  5. - "docs/**"
  6. modifies/templates:
  7. - changed-files:
  8. - all-globs-to-any-file:
  9. - "templates/**"
  10. - "!templates/swagger/v1_json.tmpl"
  11. modifies/api:
  12. - changed-files:
  13. - any-glob-to-any-file:
  14. - "routers/api/**"
  15. - "templates/swagger/v1_json.tmpl"
  16. modifies/cli:
  17. - changed-files:
  18. - any-glob-to-any-file:
  19. - "cmd/**"
  20. modifies/translation:
  21. - changed-files:
  22. - any-glob-to-any-file:
  23. - "options/locale/*.ini"
  24. modifies/migrations:
  25. - changed-files:
  26. - any-glob-to-any-file:
  27. - "models/migrations/**"
  28. modifies/internal:
  29. - changed-files:
  30. - any-glob-to-any-file:
  31. - ".air.toml"
  32. - "Makefile"
  33. - "Dockerfile"
  34. - "Dockerfile.rootless"
  35. - ".dockerignore"
  36. - "docker/**"
  37. - ".editorconfig"
  38. - ".eslintrc.yaml"
  39. - ".golangci.yml"
  40. - ".gitpod.yml"
  41. - ".markdownlint.yaml"
  42. - ".spectral.yaml"
  43. - "stylelint.config.js"
  44. - ".yamllint.yaml"
  45. - ".github/**"
  46. - ".gitea/"
  47. - ".devcontainer/**"
  48. - "build.go"
  49. - "build/**"
  50. - "contrib/**"
  51. modifies/dependencies:
  52. - changed-files:
  53. - any-glob-to-any-file:
  54. - "package.json"
  55. - "package-lock.json"
  56. - "pyproject.toml"
  57. - "poetry.lock"
  58. - "go.mod"
  59. - "go.sum"
  60. modifies/go:
  61. - changed-files:
  62. - any-glob-to-any-file:
  63. - "**/*.go"
  64. modifies/js:
  65. - changed-files:
  66. - any-glob-to-any-file:
  67. - "**/*.js"
  68. - "**/*.vue"