azure-devops-create-pr-task
azure-devops-create-pr-task copied to clipboard
Azure Pipelines task to create PR in Azure DevOps or GitHub during a build or release pipeline
- I created the package.json file based on the wrapper example and taking values from the vss-extension.json file. - I created the tsconfig.json file following the official documentation: https://docs.microsoft.com/en-us/azure/devops/extend/develop/add-build-task?view=azure-devops I...
Feature: ¿migrate to pssh core, and run in any platform? only for win is bad idea.
The extension doesn't work with GitHub Enterprise setups. The input for GitHub service connection is expecting one for GitHub which is a different type than GitHub Enterprise. Also, the URL...
Hi, I would like to know is it possible for me to automate a pull request for another project under the same organization using your plug-in. For eg. **Project A**...
It would be nice to receive a notification when there is a conflict in the pull request (i.e. it requires attention). It would be especially useful in scenarios when autocomplete...
Hello, I am get error when set parameters: ``` repositorySelectionMethod: select projectId: 'CreatePR_FromOneToAnotherRepository' gitRepositoryId: 'TargetOne' ``` where `gitRepositoryId` different from repository with source code for build screenshot (left repo for...
Hi @shayki5 This really wonderful to manage pull requests. Is that possible to do conflict resolution? I know this is complicated, but enhancement request where it can limit to *...
Hi, first of all, this is amazing work, thank you so much! I would like to specify a work item ID to link to the PR, is that possible? It...
Same syntax as the PR tags, but to add a git tag on the source branch commit. Reason: we use this task to automate the PR to master from our...
Hi, Description: when running the task in a self-managed agent that is behind a proxy, it throws an error: `##[error]The remote name could not be resolved: 'dev.azure.com'` Environment: OS: Windows...