amoeba commented on issue #47259:
URL: https://github.com/apache/arrow/issues/47259#issuecomment-3176633917

   This seems like an improvement. Two questions come up,
   
   1. Would we propagate changes to existing issues (set type, remove redundant 
label)?
   2. Is this exposed via the GitHub API?
   
   For (2), I think so,
   
   ```sh
   $ curl -s "https://api.github.com/repos/apache/arrow-swift/issues/73"; | jq 
'.type'
   {
     "id": 93574,
     "node_id": "IT_kwDNuP_OAAFthg",
     "name": "Feature",
     "description": "A request, idea, or new functionality",
     "color": "blue",
     "created_at": "2024-01-25T09:11:09Z",
     "updated_at": "2024-10-08T08:30:20Z",
     "is_enabled": true
   }
   ```


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to