You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/04/22 07:04:46 UTC

[GitHub] [arrow-adbc] kou commented on issue #602: ci: automatically set milestone on resolved issues somehow

kou commented on issue #602:
URL: https://github.com/apache/arrow-adbc/issues/602#issuecomment-1518539724

   Oh, sorry. I didn't notice that we set a milestone to all issues.
   
   It seems that we can set a milestone to an issue by `gh issue edit ${ISSUE_NUMBER} --milestone ${MILESTONE}`.
   
   We may be able to use the following `on` for this:
   
   ```yaml
   on:
     issues:
       types: [closed]
   ```


-- 
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-unsubscribe@arrow.apache.org

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