You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/08/04 04:44:36 UTC

[GitHub] [dolphinscheduler] zhongjiajie opened a new issue, #11289: [Feature][release] New tool find out not cherry-pick pr with specific milestone

zhongjiajie opened a new issue, #11289:
URL: https://github.com/apache/dolphinscheduler/issues/11289

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
   
   
   ### Description
   
   when we release minor version of dolphinscheudler, we will add milestone to issue or PR, and cherry-pick them when PR merged, currently we have to find not cherry-pick PR by manual, maybe we should add a tool to make it easier
   
   ### Use case
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

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


[GitHub] [dolphinscheduler] zhongjiajie commented on issue #11289: [Feature][release] New tool find out not cherry-pick pr with specific milestone

Posted by GitBox <gi...@apache.org>.
zhongjiajie commented on issue #11289:
URL: https://github.com/apache/dolphinscheduler/issues/11289#issuecomment-1204754909

   I do some research to https://cli.github.com , it work well in PR by
   
   ```bash
   gh pr list --state merged --search "milestone:3.0.0-release" --json number,title --template '{{range .}}{{tablerow (printf "#%v" .number | autocolor "green") .title}}{{end}}' --limit 10000
   ```
   
   but when we try to find out some issue with milestone and the linked PR without milestone, it is do not work expect, only can filter issue
   
   ```bash
   gh issue list --state closed --milestone "3.0.0-release" --search "-label:wontfix" --json number,title,url --template '{{range .}}{{tablerow ( .number | autocolor "green") .title .url}}{{end}}' --limit 10000
   ```


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] zhongjiajie closed issue #11289: [Feature][release] New tool find out not cherry-pick pr with specific milestone

Posted by GitBox <gi...@apache.org>.
zhongjiajie closed issue #11289: [Feature][release] New tool find out not cherry-pick pr with specific milestone
URL: https://github.com/apache/dolphinscheduler/issues/11289


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #11289: [Feature][release] New tool find out not cherry-pick pr with specific milestone

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #11289:
URL: https://github.com/apache/dolphinscheduler/issues/11289#issuecomment-1204753207

   Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can [join our slack](https://s.apache.org/dolphinscheduler-slack) and send your question to channel `#troubleshooting`


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] zhongjiajie commented on issue #11289: [Feature][release] New tool find out not cherry-pick pr with specific milestone

Posted by GitBox <gi...@apache.org>.
zhongjiajie commented on issue #11289:
URL: https://github.com/apache/dolphinscheduler/issues/11289#issuecomment-1204755222

   I will add some bash or python script to do that


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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