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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6da0a35966 chore: drop `labels: ["triage"]` from issue templates 
(#4918)
6da0a35966 is described below

commit 6da0a359665823736f881861d17d7a2d745a8407
Author: Yicong Huang <[email protected]>
AuthorDate: Mon May 4 00:46:32 2026 -0700

    chore: drop `labels: ["triage"]` from issue templates (#4918)
    
    ### What changes were proposed in this PR?
    
    Follow-up to PR #4899, which retired the `triage` label workflow in
    favor of the search filter `is:issue is:open no:assignee`. The three
    issue templates still carried `labels: ["triage"]` at the top, so every
    new issue opened via the templates re-acquired the label even though no
    workflow consumes it anymore.
    
    Drop the line in `bug-template.yaml`, `task-template.yaml`, and
    `feature-template.yaml` (one line each).
    
    ### Any related issues, documentation, discussions?
    
    Closes #4917. Sequel to #4899.
    
    After this lands, the `triage` label itself can be deleted from the
    repo:
    
    ```
    gh api -X DELETE /repos/apache/texera/labels/triage
    ```
    
    That removes the chip from every issue that still carries it.
    
    ### How was this PR tested?
    
    YAML parse on all three templates. Behavior verifiable post-merge by
    opening a new issue from any template and confirming no `triage` label
    is attached.
    
    ### Was this PR authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Opus 4.7 (1M context)
---
 .github/ISSUE_TEMPLATE/bug-template.yaml     | 1 -
 .github/ISSUE_TEMPLATE/feature-template.yaml | 1 -
 .github/ISSUE_TEMPLATE/task-template.yaml    | 1 -
 3 files changed, 3 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-template.yaml 
b/.github/ISSUE_TEMPLATE/bug-template.yaml
index ef0aefaa6e..e76c112369 100644
--- a/.github/ISSUE_TEMPLATE/bug-template.yaml
+++ b/.github/ISSUE_TEMPLATE/bug-template.yaml
@@ -16,7 +16,6 @@
 
 name: Bug Report
 description: File a bug report.
-labels: ["triage"]
 type: "Bug"
 body:
   - type: markdown
diff --git a/.github/ISSUE_TEMPLATE/feature-template.yaml 
b/.github/ISSUE_TEMPLATE/feature-template.yaml
index 9551b9fa89..c01b32bc9e 100644
--- a/.github/ISSUE_TEMPLATE/feature-template.yaml
+++ b/.github/ISSUE_TEMPLATE/feature-template.yaml
@@ -16,7 +16,6 @@
 
 name: Feature Request
 description: Suggest a new feature or improvement.
-labels: ["triage"]
 type: "Feature"
 body:
   - type: markdown
diff --git a/.github/ISSUE_TEMPLATE/task-template.yaml 
b/.github/ISSUE_TEMPLATE/task-template.yaml
index ef3977c03c..71a68bcfcd 100644
--- a/.github/ISSUE_TEMPLATE/task-template.yaml
+++ b/.github/ISSUE_TEMPLATE/task-template.yaml
@@ -16,7 +16,6 @@
 
 name: Task
 description: Create a new development or maintenance task.
-labels: ["triage"]
 type: "Task"
 body:
   - type: markdown

Reply via email to