mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-10 22:13:35 +08:00
Add label to new pull requests that touch docs files
This commit is contained in:
committed by
Ramon Roche
parent
0622f12285
commit
dddf18872f
10
.github/labeller.yml
vendored
Normal file
10
.github/labeller.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# 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/**
|
||||||
Reference in New Issue
Block a user