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 633B

123456789101112131415161718192021222324252627282930313233343536
  1. modifies/docs:
  2. - "**/*.md"
  3. - "docs/**"
  4. modifies/frontend:
  5. - "web_src/**/*"
  6. modifies/templates:
  7. - all: ["templates/**", "!templates/swagger/v1_json.tmpl"]
  8. modifies/api:
  9. - "routers/api/**"
  10. - "templates/swagger/v1_json.tmpl"
  11. modifies/cli:
  12. - "cmd/**"
  13. modifies/translation:
  14. - "options/locale/*.ini"
  15. modifies/migrations:
  16. - "models/migrations/**/*"
  17. modifies/internal:
  18. - "Makefile"
  19. - "Dockerfile"
  20. - "Dockerfile.rootless"
  21. - "docker/**"
  22. - "webpack.config.js"
  23. - ".eslintrc.yaml"
  24. - ".golangci.yml"
  25. - ".markdownlint.yaml"
  26. - ".spectral.yaml"
  27. - ".stylelintrc.yaml"
  28. - ".yamllint.yaml"
  29. - ".github/**"