mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
11 lines
339 B
YAML
11 lines
339 B
YAML
# Labeler configuration file for GitHub Actions
|
|
# The action is ./.github/workflows/label.yml
|
|
# Docs for the syntax in this file can be found at
|
|
# https://github.com/actions/labeler
|
|
|
|
|
|
# Add 'Documentation' label to any changes within 'docs' folder or any subfolders
|
|
"Documentation 📑":
|
|
- changed-files:
|
|
- any-glob-to-any-file: docs/**
|