qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

labeler.yml (1205B)


      1 core:
      2   - changed-files:
      3     - any-glob-to-any-file:
      4       - quantum/**
      5       - tmk_core/**
      6       - drivers/**
      7       - tests/**
      8       - util/**
      9       - platforms/**
     10       - builddefs/*.mk
     11       - Makefile
     12       - '*.mk'
     13 dependencies:
     14   - changed-files:
     15     - all-globs-to-any-file:
     16       - lib/**
     17       - '!lib/python/**'
     18 keyboard:
     19   - changed-files:
     20     - all-globs-to-any-file:
     21       - keyboards/**
     22       - '!keyboards/**/keymaps/**'
     23 keymap:
     24   - changed-files:
     25     - any-glob-to-any-file:
     26       - users/**
     27       - layouts/**
     28       - keyboards/**/keymaps/**
     29 via:
     30   - changed-files:
     31     - any-glob-to-any-file:
     32       - keyboards/**/keymaps/via/*
     33 cli:
     34   - changed-files:
     35     - any-glob-to-any-file:
     36       - requirements.txt
     37       - lib/python/**
     38 python:
     39   - changed-files:
     40     - any-glob-to-any-file:
     41       - '**/*.py'
     42 documentation:
     43   - changed-files:
     44     - any-glob-to-any-file:
     45       - docs/**
     46       - builddefs/docsgen/**
     47 CI:
     48   - changed-files:
     49     - any-glob-to-any-file:
     50       - .github/**
     51 dd:
     52   - changed-files:
     53     - any-glob-to-any-file:
     54       - data/constants/**
     55       - data/mappings/**
     56       - data/schemas/**
     57 community_module:
     58   - changed-files:
     59     - any-glob-to-any-file:
     60       - modules/**