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.

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