You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
339 B
10 lines
339 B
# 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/**
|
|
|