create-pull-request
action-junit-report
create-pull-request | action-junit-report | |
---|---|---|
5 | 1 | |
2,234 | 338 | |
2.7% | 3.3% | |
9.1 | 8.9 | |
4 days ago | 6 days ago | |
TypeScript | TypeScript | |
MIT License | Apache License 2.0 |
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.
create-pull-request
-
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.
action-junit-report
-
Example of Autohotkey automated unit testing on Github Actions
``` now we need to parse the report, I've been using [action-junit-report](https://github.com/mikepenz/action-junit-report) for that
What are some alternatives?
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.
unity-actions - Github actions for testing and building Unity projects
create-issue-from-file - A GitHub action to create an issue using content from a file
awesome-testing-blogs - An awesome, curated list of various software testing related blogs and similar resources.
test-reporter - Displays test results from popular testing frameworks directly in GitHub
peeky - A fast and fun test runner for Vite & Node 🐈️ Powered by Vite ⚡️
codestream - The Code Collaboration Tool Built for Remote Teams
tauri-action - Build your Web application as a Tauri binary for macOS, Linux and Windows
action-update-file - Update (i.e. commit and push) files on GitHub
EventEmitter.ahk - An autohotkey event handling class based on the nodejs's EventEmitter
follower-change - 📣 Get GitHub follower change event
Yunit - Super simple testing framework for AutoHotkey.