https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 2fef7e339e7ed4da93ff2d8d2c8c312b8e04ac02 authored by mvdbeek on 23 September 2024, 08:57:32 UTC
Fix wrong final state when init_from is used
Tip revision: 2fef7e3
labeler.yml
---
area/admin:
  - changed-files:
    - any-glob-to-any-file:
      - client/src/components/admin/**/*
      - doc/source/admin/**/*
area/API:
  - changed-files:
    - any-glob-to-any-file:
      - lib/galaxy/webapps/galaxy/api/**/*
area/auth:
  - changed-files:
    - any-glob-to-any-file:
      - lib/galaxy/auth/**/*
      - lib/galaxy/authnz/**/*
area/client:
  - changed-files:
    - any-glob-to-any-file:
      - client/*
area/database:
  - changed-files:
    - any-glob-to-any-file:
      - lib/galaxy/model/**/*
area/datatypes:
  - changed-files:
    - any-glob-to-any-file:
      - lib/galaxy/datatypes/**/*
      - lib/galaxy/config/sample/datatypes_conf.xml.sample
area/dependencies:
  - changed-files:
    - any-glob-to-any-file:
      - lib/galaxy/dependencies/**/*
area/documentation:
  - changed-files:
    - any-glob-to-any-file:
      - doc/**/*
area/jobs:
  - changed-files:
    - any-glob-to-any-file:
      - lib/galaxy/jobs/**/*
area/libraries:
  - changed-files:
    - any-glob-to-any-file:
      - client/src/components/LibraryFolder/**/*
      - lib/galaxy/webapps/galaxy/api/libraries.py
area/objectstore:
  - changed-files:
    - any-glob-to-any-file:
      - lib/galaxy/objectstore/**/*
area/packaging:
  - changed-files:
    - any-glob-to-any-file:
      - packages/**/*
area/reports:
  - changed-files:
    - any-glob-to-any-file:
      - client/src/reports/**/*
      - lib/galaxy/webapps/reports/**/*
      - templates/webapps/reports/**/*
area/scripts:
  - changed-files:
    - any-glob-to-any-file:
      - scripts/**/*
area/security:
  - changed-files:
    - any-glob-to-any-file:
      - lib/galaxy/security/**/*
area/testing:
  - changed-files:
    - any-glob-to-any-file:
      - lib/galaxy_test/**/*
      - run_tests.sh
      - test/**/*
      - test-data/**/*
area/testing/api:
  - changed-files:
    - any-glob-to-any-file:
      - lib/galaxy_test/api/**/*
area/testing/integration:
  - changed-files:
    - any-glob-to-any-file:
      - test/integration/**/*
      - test/integration_selenium/**/*
area/testing/selenium:
  - changed-files:
    - any-glob-to-any-file:
      - lib/galaxy/selenium/**/*
      - lib/galaxy_test/selenium/**/*
area/tool-dependencies:
  - changed-files:
    - any-glob-to-any-file:
      - lib/galaxy/tool_util/deps/**/*
area/tool-framework:
  - changed-files:
    - any-glob-to-any-file:
      - lib/galaxy/tools/**/*
      - lib/galaxy/tool_util/**/*
      - lib/galaxy/webapps/galaxy/api/tools.py
area/tools:
  - changed-files:
    - any-glob-to-any-file:
      - tools/**/*
      - tool-data/**/*
area/toolshed:
  - changed-files:
    - any-glob-to-any-file:
      - client/src/toolshed/**/*
      - lib/galaxy/webapps/galaxy/api/toolshed.py
      - lib/toolshed/**/*
      - templates/webapps/tool_shed/**/*
area/UI-UX:
  - all:
    - changed-files:
      - any-glob-to-any-file:
        - client/src/**/*
        - templates/**/*
      - all-globs-to-all-files:
        - '!client/src/api/schema/schema.ts'
area/util:
  - changed-files:
    - any-glob-to-any-file:
      - lib/galaxy/util/**/*
area/visualizations:
  - changed-files:
    - any-glob-to-any-file:
      - config/plugins/visualizations/**/*
area/workflows:
  - changed-files:
    - any-glob-to-any-file:
      - lib/galaxy/workflow/**/*
back to top