- 
                Notifications
    You must be signed in to change notification settings 
- Fork 24
feat(workflows): Update create-pr.md workflow instructions #348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| ResultThis is how it works when: 
 | 
        
          
                .pochi/workflows/create-pr.md
              
                Outdated
          
        
      | @@ -1,7 +1,8 @@ | |||
| Please help create a PR for the current staging changes, following these guidelines: | |||
| - If an issue number is not provided, use askFollowupQuestion to ask for it. If user provides a valid issue number, link to the issue with `Resolves <ISSUE_NUMBER>` at the beginning of the PR description. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
give an option of askFollowUpQuestion that help user find the issue. (have issue / no issue / find issue for me)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wsxiaoys nice suggestion. it works well 👉 https://app.getpochi.com/tasks/jUcSdiIW
only minor thing is, when user select find issue for me, the output by default is collapsed — user needs to manually open it to see the full issue list. I think it wouldn't be a big issue, as the user of this workflow should know they can open the list..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can optimize prompt to make it generates better output and confirm it with user.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wsxiaoys okie! I specified the output format(not sure if I am being too specific here...)
When choosing find issue for me:
- 
By default, Pochi displays two lists -- issues assigned to me & the 10 latest issues: https://app.getpochi.com/tasks/P5Ci8b4K 
- 
User can provide a keyword to search for issues: https://app.getpochi.com/tasks/GIagZ36M 
f968b1d    to
    05f86db      
    Compare
  
    
Summary
This PR updates the
.pochi/workflows/create-pr.mdfile to include more detailed instructions for creating a pull request.Specifically, it adds:
🤖 Generated with Pochi