awesome-actions
A curated list of awesome actions to use on GitHub (by sdras)
combine-prs-workflow
Combine/group together PRs (for example from Dependabot and similar services) (by hrvey)
awesome-actions | combine-prs-workflow | |
---|---|---|
10 | 3 | |
26,033 | 303 | |
1.1% | 0.0% | |
2.7 | 0.0 | |
8 months ago | 9 months ago | |
Creative Commons Zero v1.0 Universal | 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.
awesome-actions
Posts with mentions or reviews of awesome-actions.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-09.
- A curated list of cool things related to GitHub Actions
-
Episode 92: myNewsWrap – SAP and Microsoft
Awesome Actions - A curated list of awesome things related to GitHub Actions.
-
Im at a loss for how to setup a CI/CD pipeline. REALLY need some help
Since it sounds like you're using GitHub, using GitHub Actions for any CI pipelines would be easiest. You could run terraform plan in your PRs, there's a great writeup on how to do it here. Or any unit tests, docker builds, etc. Lots of great ideas at Awesome Actions.
-
What does "senior" mean as a React developer?
Here is a list of some examples you might want to check out.
-
Hacker News top posts: Sep 6, 2021
A curated list of actions to use on GitHub\ (6 comments)
- A curated list of awesome GitHub actions
- sdras/awesome-actions: A curated list of awesome actions to use on GitHub
- Awesome GitHub Actions
-
Implement an access key rotator
With the recent success of Github actions you can automate lots of things whenever something in your repos changes, e.g. automatically generate static HTML content (using hugo) and push it to some repository for which GitHub Pages has been configured. Check this awesome actions list for more use cases.
-
JavaScript Influencers to Follow in 2021🤩
Projects: awesome-actions, intro-to-vue, cssgridgenerator, array-explorer, ecommerce-netlify
combine-prs-workflow
Posts with mentions or reviews of combine-prs-workflow.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-01-06.
-
Keeping dependencies in your GitHub projects up-to-date with Dependabot
To address inefficiency caused by separate PRs, a workflow was designed to join them automatically into one big PR. However, it was unable to deal with lockfile conflicts. PRs that caused conflict in the Combine PRs job, were omitted and you had to add them manually anyway. It spared some time, but the developer experience was still far from being perfect.
-
GitHub Actions Pitfalls
Another pitfall I ran into recently with a workflow I've been working on [1]: Checks and CI that are made with GitHub Actions are reported to the new Checks API, while some (all?) external services report to their old Statuses API. This makes it needlessly difficult to ascertain whether a PR/branch is "green" or not. They finally decided to create a "statusRollUp" that combines the state of the two APIs, but it's not available in their REST api, only their GraphQL API.
[1] https://github.com/hrvey/combine-prs-workflow/
-
Awesome GitHub Actions
GitHub Actions can do some neat things. I got tired of waiting for Dependabot (tool that makes automatic PRs to update your middleware, acquired by GitHub) to add an option to group PRs together (it opens a separate PR for each dependency that can be updated, so merging and re-running CI can take a long time) so I scratched my own itch and made a workflow that merges their PRs together: https://github.com/hrvey/combine-prs-workflow Been running it for a year now, and still pretty happy with it.
What are some alternatives?
When comparing awesome-actions and combine-prs-workflow you can also consider the following projects:
act - Run your GitHub Actions locally 🚀
paths-filter - Conditionally run actions based on files modified by PR, feature branch or pushed commits
awesome-raylib - Curated list of awesome stuff for raylib.
runner-images - GitHub Actions runner images
awesome-crypto-papers - A curated list of cryptography papers, articles, tutorials and howtos.
travis-yml - Travis CI build config processing