unity-azure-pipelines-tasks
Azure DevOps extension adding tools to build and deploy Unity 3D projects using Azure Pipelines (by Dinomite-Studios)
create-pull-request
A GitHub action to create a pull request for changes to your repository in the actions workspace (by peter-evans)
unity-azure-pipelines-tasks | create-pull-request | |
---|---|---|
1 | 6 | |
124 | 2,308 | |
0.8% | 2.5% | |
7.9 | 9.2 | |
3 months ago | 4 days ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
unity-azure-pipelines-tasks
Posts with mentions or reviews of unity-azure-pipelines-tasks.
We have used some of these posts to build our list of alternatives
and similar projects.
-
CI/CD for unity web projects?
I had real trouble building a pipeline agent in Azure DevOps. I used Dinomite (https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks) but couldn't get the pipeline to succeed. However, I'm relatively new to CI/CD - you may have more luck than I. The alternative is to build a self hosted agent, and have the build automation preformed by a shell script, passing various parameters to Unity on execution. For this, you'd need to close down Unity before your pipeline executes, or have your build agent hosted elsewhere (on a server or something) where you can install the editor.
create-pull-request
Posts with mentions or reviews of create-pull-request.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-19.
-
The Pain That Is GitHub Actions
Using machine/service accounts across an org can (relatively) easily hit rate limits, better way is to use a github app instead for generating the tokens: https://github.com/peter-evans/create-pull-request/blob/main...
-
Which features would you like added to GitLab?
Read the action.yml to find the entry point
-
[Actions] How do I take my dev branch, build it, and then create a pull request to main with the latest build artifacts?
Something like this, according to the the pr action readme, branch is for the pr branch name, the action will create it for you, base is for target branch, both can be omitted. https://github.com/peter-evans/create-pull-request
-
Automatically Open Pull Requests with GitHub Actions
You can create a pull request by using the Create Pull request action in our workflow. A cool feature here is that you can add some customization related to your pull request that can help in the pull request review process, including labels and a defined branch name, for example:
-
Upgrade NPM packages with GH Actions
Unfortunately, due to security limitations, the automated PR that your new upgrade workflow generates will not have GH Actions checks run against it. See issue on the Create PR action discussing this.
-
Create a PR to automatically fix code linting errors
To customize the workflow further, you can refer to this action.
What are some alternatives?
When comparing unity-azure-pipelines-tasks and create-pull-request you can also consider the following projects:
test-reporter - Displays test results from popular testing frameworks directly in GitHub
action-junit-report - Reports junit test results as GitHub Pull Request Check
azure-devops-bicep-task - Simple yet useful Azure DevOps set of tasks that allow to install and run Microsoft Bicep CLI commands in Azure Pipelines
github-pages-deploy-action - 🚀 Automatically deploy your project to GitHub Pages using GitHub Actions. This action can be configured to push your production-ready code into any branch you'd like.
azure-devops-extension-tasks - Pipeline tasks for Azure DevOps Extensions
action-update-file - Update (i.e. commit and push) files on GitHub