2020-10-18 21:40:37 +02:00
|
|
|
core:
|
2024-07-24 01:05:50 +02:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- quantum/**
|
|
|
|
- tmk_core/**
|
|
|
|
- drivers/**
|
|
|
|
- tests/**
|
|
|
|
- util/**
|
|
|
|
- platforms/**
|
|
|
|
- builddefs/*.mk
|
|
|
|
- Makefile
|
|
|
|
- '*.mk'
|
2020-10-24 02:29:17 +02:00
|
|
|
dependencies:
|
2024-08-19 20:08:11 +02:00
|
|
|
- changed-files:
|
|
|
|
- all-globs-to-any-file:
|
|
|
|
- lib/**
|
|
|
|
- '!lib/python/**'
|
2020-10-20 15:01:53 +02:00
|
|
|
keyboard:
|
2024-08-19 20:08:11 +02:00
|
|
|
- changed-files:
|
|
|
|
- all-globs-to-any-file:
|
|
|
|
- keyboards/**
|
|
|
|
- '!keyboards/**/keymaps/**'
|
2020-10-18 21:40:37 +02:00
|
|
|
keymap:
|
2024-07-24 01:05:50 +02:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- users/**
|
|
|
|
- layouts/**
|
|
|
|
- keyboards/**/keymaps/**
|
2020-10-24 02:29:17 +02:00
|
|
|
via:
|
2024-07-24 01:05:50 +02:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- keyboards/**/keymaps/via/*
|
2020-10-18 21:40:37 +02:00
|
|
|
cli:
|
2024-07-24 01:05:50 +02:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- requirements.txt
|
|
|
|
- lib/python/**
|
2020-10-18 21:40:37 +02:00
|
|
|
python:
|
2024-07-24 01:05:50 +02:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- '**/*.py'
|
2020-10-18 21:40:37 +02:00
|
|
|
documentation:
|
2024-07-24 01:05:50 +02:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- docs/**
|
|
|
|
- builddefs/docsgen/**
|
2020-10-20 15:01:53 +02:00
|
|
|
CI:
|
2024-07-24 01:05:50 +02:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- .github/**
|
2023-09-04 10:09:53 +02:00
|
|
|
dd:
|
2024-07-24 01:05:50 +02:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- data/constants/**
|
|
|
|
- data/mappings/**
|
|
|
|
- data/schemas/**
|