Skip to content
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

add option to add extra comments to the pull request description for update command #531

Open
anatawa12 opened this issue May 17, 2024 · 0 comments
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Needs-Triage

Comments

@anatawa12
Copy link

Description of the new feature / enhancement

I wonder if wingetcreate.exe update option to add extra comments to the pull request description for update command.

In my workflow, pull request targeting other repository is created by my machine account (@anatawa12-bot) but I should watch the pull request so I want to mention me on the pull request.
however, wingetcreate command doesn't have any way to know pull request number programmatically so I want some option to append some custom string to the pull request message.

Proposed technical implementation details

appending text from command line option here.

string description = await this.GetFileContentsAsync(PRDescriptionRepoPath);

@anatawa12 anatawa12 added the Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Needs-Triage
Projects
None yet
Development

No branches or pull requests

1 participant