Yicong-Huang opened a new pull request, #4918:
URL: https://github.com/apache/texera/pull/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)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to