| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- core:
- - changed-files:
- - any-glob-to-any-file:
- - quantum/**
- - tmk_core/**
- - drivers/**
- - tests/**
- - util/**
- - platforms/**
- - builddefs/*.mk
- - Makefile
- - '*.mk'
- dependencies:
- - all:
- - changed-files:
- - any-glob-to-any-file: lib/**
- - all-globs-to-all-files: '!lib/python/**'
- keyboard:
- - all:
- - changed-files:
- - any-glob-to-any-file: keyboards/**
- - all-globs-to-all-files: '!keyboards/**/keymaps/**'
- keymap:
- - changed-files:
- - any-glob-to-any-file:
- - users/**
- - layouts/**
- - keyboards/**/keymaps/**
- via:
- - changed-files:
- - any-glob-to-any-file:
- - keyboards/**/keymaps/via/*
- cli:
- - changed-files:
- - any-glob-to-any-file:
- - requirements.txt
- - lib/python/**
- python:
- - changed-files:
- - any-glob-to-any-file:
- - '**/*.py'
- documentation:
- - changed-files:
- - any-glob-to-any-file:
- - docs/**
- - builddefs/docsgen/**
- CI:
- - changed-files:
- - any-glob-to-any-file:
- - .github/**
- dd:
- - changed-files:
- - any-glob-to-any-file:
- - data/constants/**
- - data/mappings/**
- - data/schemas/**
|