You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/09/30 04:45:14 UTC

[airflow] branch main updated: Change label from area:docs to kind:documentation (#18624)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 0e887dc  Change label from area:docs to kind:documentation (#18624)
0e887dc is described below

commit 0e887dc06c1d15b87820f3b4ae7270f4ac7800bc
Author: eladkal <45...@users.noreply.github.com>
AuthorDate: Thu Sep 30 07:44:38 2021 +0300

    Change label from area:docs to kind:documentation (#18624)
    
    We should not use area:docs label.
    https://github.com/apache/airflow/blob/main/ISSUE_TRIAGE_PROCESS.rst#labels
    
    I'll remove the label in the upcoming days.
---
 .github/ISSUE_TEMPLATE/airflow_doc_issue_report.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/airflow_doc_issue_report.yml b/.github/ISSUE_TEMPLATE/airflow_doc_issue_report.yml
index 9c99e18..0bac0a8 100644
--- a/.github/ISSUE_TEMPLATE/airflow_doc_issue_report.yml
+++ b/.github/ISSUE_TEMPLATE/airflow_doc_issue_report.yml
@@ -1,7 +1,7 @@
 ---
 name: Airflow Doc issue report
 description: Problems and issues with docs of Apache Airflow
-labels: ["kind:bug", "area:docs"]
+labels: ["kind:bug", "kind:documentation"]
 body:
   - type: markdown
     attributes: