fix(labels): rename documentation label (#27187)

* rename documentation label

Signed-off-by: Onur Özkan <work@onurozkan.dev>

* Update .github/ISSUE_TEMPLATE/docs_bug_report.yml

Co-authored-by: Jacob Dahl <37091262+dakejahl@users.noreply.github.com>

---------

Signed-off-by: Onur Özkan <work@onurozkan.dev>
Co-authored-by: Jacob Dahl <37091262+dakejahl@users.noreply.github.com>
This commit is contained in:
Onur Özkan
2026-04-24 20:17:05 +03:00
committed by GitHub
parent 0f692f3fb6
commit 2122546081
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
name: 📑 Documentation Bug report
description: Create a report to help us improve the docs
title: "[Docs] [Bug] "
labels: ["Documentation 📑"]
title: "docs(bug): "
labels: ["scope:docs"]
body:
- type: textarea
attributes:
+1 -1
View File
@@ -5,6 +5,6 @@
# Add 'Documentation' label to any changes within 'docs' folder or any subfolders
"Documentation 📑":
"scope:docs":
- changed-files:
- any-glob-to-any-file: docs/**
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
pull_request_base_branch_name: 'main'
pull_request_title: 'docs(i18n): PX4 guide translations (Crowdin) - ${{ matrix.lc }}'
pull_request_body: 'docs(i18n): PX4 guide Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action) for ${{ matrix.lc }}'
pull_request_labels: 'Documentation 📑'
pull_request_labels: 'scope:docs'
pull_request_reviewers: hamishwillee
download_language: ${{ matrix.lc }}
env: