aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNick Brassel2025-02-27 23:23:04 +0100
committerNick Brassel2025-02-27 23:23:04 +0100
commita63fd7f01cdabd9ce85bb09ae2b573fd3b8e60aa (patch)
tree35d817580e5244d62a150a2d012f72906a610977 /.github
parent6d0e5728aa61b442885d48caf49d29e5c60e8197 (diff)
parentcdb865cf60b17593f5c811c24a21d7b3030d8653 (diff)
Merge remote-tracking branch 'upstream/develop'
Diffstat (limited to '.github')
-rw-r--r--.github/labeler.yml4
-rw-r--r--.github/workflows/format.yml1
2 files changed, 5 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 270cd1a813..82f9672bb7 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -54,3 +54,7 @@ dd:
- data/constants/**
- data/mappings/**
- data/schemas/**
+community_module:
+ - changed-files:
+ - any-glob-to-any-file:
+ - modules/**
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index 74c518fe05..b4e32f981b 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -10,6 +10,7 @@ on:
- 'lib/arm_atsam/**'
- 'lib/lib8tion/**'
- 'lib/python/**'
+ - 'modules/**'
- 'platforms/**'
- 'quantum/**'
- 'tests/**'