GithubHelp home page GithubHelp logo

sdras / awesome-actions Goto Github PK

View Code? Open in Web Editor NEW
23.9K 299.0 1.4K 1.06 MB

A curated list of awesome actions to use on GitHub

License: Creative Commons Zero v1.0 Universal

awesome github github-actions actions awesome-list awesome-lists curated-list actions-list

awesome-actions's Introduction



Awesome Actions Awesome GitHub Actions status | sdras/awesome-actions

A curated list of awesome things related to GitHub Actions.

Actions are triggered by GitHub platform events directly in a repo and run on-demand workflows either on Linux, Windows or macOS virtual machines or inside a container in response. With GitHub Actions you can automate your workflow from idea to production.

Contents

Official Resources

Workflow Examples

Official Actions

Workflow Tool Actions

Tool actions for your workflow.

Actions for GitHub Automation

Automate management for issues, pull requests, and releases.

Setup Actions

Set up your GitHub Actions workflow with a specific version of your programming languages.

Create your Actions

JavaScript and TypeScript Actions

Docker Container Actions

Community Resources

GitHub Tools and Management

Collection of Actions

Utility

Environments

Dependencies

Semantic Versioning

Static Analysis

Testing

Linting

Security

Code Coverage

Dynamic Analysis

Monitoring

Pull Requests

GitHub Pages

Notifications and Messages

Deployment

Docker

Kubernetes

AWS

Terraform

External Services

Frontend Tools

Machine Learning Ops

Build

Database

Localization

Fun

Cheat Sheet

Tutorials

Please don't hesitate to make a PR if you have more resources to share. Check out contributing.md for more information.

awesome-actions's People

Contributors

abatilo avatar ankitvgupta avatar appleboy avatar christian-korneck avatar coreybutler avatar cplee avatar crazy-max avatar fabasoad avatar fcakyon avatar franzdiebold avatar gep13 avatar jasonetco avatar jessicalostinspace avatar kenju avatar lannonbr avatar max avatar maxheld83 avatar maxim-lobanov avatar miguelbemartin avatar mpdude avatar peaceiris avatar sdras avatar shaunlwm avatar sobolevn avatar thisismydesign avatar tj avatar tylermurry avatar vsoch avatar wyrihaximus avatar xt0rted avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-actions's Issues

Should reviewdog commands remain in this repository?

There are a lot of reviewdog references in actions committed to this repository. It seems like the reviewdog tool is itself an action library that can be used to implement certain commands that show up in your actions logs as well as options to add outputs in PR's. Should the reviewdog output actions to PR's be resolved into a single reference in this repository(awesome-actions) under this link: https://github.com/reviewdog/reviewdog? Any feedback here would be appreciated, as I have not taken a deep dive into that repository yet.

Have two sections for Actions and Workflows

I think it could be a good decision to possibly separate the "Community Resources" into an "actions" and "workflows" as some people may share solo-actions while others may share workflows that use a large series of actions.

What are everyone's thoughts on this?

Demonstration workflow that compiles a react APK and tests it on browserstack

Hi folks,

I'm fairly happy with a small proof of concept I put together tying together many github actions: https://github.com/FAIMS/FAIMS3-Elaboration-GithubActions-Capacitor-React

It compiles an deb and apk from React+Capacitor, runs curl (and deals with parsing and passing output around), and runs tests on browserstack. Many of the demo scripts I saw around were a little too trivial and didn't demonstrate information passing. Hopefully this helps some folks.

Is it worth turning this into a pull request? Which category do you think this belongs best in, external tools?

Cheers,
-Brian

Use linter ignore option for actions/github

- [`actions/github`](https://github.com/actions/github) - Wraps actions-toolkit into an Action for common GitHub automations.

By sindresorhus/awesome-lint#78, we will be able to use the lint disable statement to ignore Text "github" should be written as "GitHub" remark-lint:awesome/spell-check

- `actions/github`
+ actions/github
<!--lint disable awesome-list-item-->
- [actions/github](https://github.com/actions/github) - Wraps actions-toolkit into an Action for common GitHub automations.
<!--lint enable awesome-list-item-->

Request: Action that provides commit suggestions on PRs based on linting

For linters like textlint where you may not want changes run prior to PR submission(eg manually invoked or pre-commit hook), a Github Action that can run the linter and for any --fix supported suggestions have the suggestion codefence syntax share those for the author to apply conditionally or discuss would be great.

Additionally for linters such as eslint when a change doesn't have --fix support, similar report could be shared in the PR, just without actionable commit suggestion UI.

Broken link to actions tab

I have just remove the link used by the actions shield on the readme. You can see the commits here:

f898300
ccd2216

For some reason, the URL:

https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List

and

https://github.com/sdras/awesome-actions/actions

are now causing a 404 to be detected by the lint action.

https://github.com/sdras/awesome-actions/commit/f898300b4beebd2535b0ad5fcf2f68e62f8f2353/checks?check_suite_id=268739013#step:4:8
https://github.com/sdras/awesome-actions/commit/0c71d83855e542e37018a589e3c57b39bebae367/checks?check_suite_id=268736928#step:4:8

No idea what is going on here. Today I have added another action to the repository which could be causing a problem?

@peaceiris any ideas?

No activity on pull requests

Does this repo need more people who can approve and merge PRs? Looks like activity on it has slowed down considerably.

AWS actions section

Hi! I was wondering how can we change the AWS actions section given that it links to one GitHub user that has some implementations but not all, In particular, I would like to add invoke-aws-lambda to the list, but I don't really know where it will go.

Thanks for the awesome list.

awesome-lint no-dead-urls error

It seems that Github links return 429 (Too many requests) HTTP error since awesome-lint sends too many requests to Github concurrently. It would be better to suppress the no-dead-urls lint error or find a way to setup delays between the requests.

Actions Ideas list

It is great to have a list of actions that already exist, but the opportunities of actions we could create is large, and with such, I think it would be neat to create a section in this list for ideas for actions that may not exist yet but people are interested in having. Would be good both to see interest in the tool-chain as well as some inspiration for people who would like to get into developing actions but have no clue what to build.

Then if people build any of these actions, we can move them out of the ideas list and into the list of living actions.

Think about merging policy of this repository

See #321.

We can define our policy of this repository before adding fresh actions. This repository is Awesome list, not new arrival list. And, a matter of main concern is maintainability. The more new actions, the more burden for reviewing by maintainers of this repository. I started to worry about this at #321.

  • How many stars?
  • How long time has passed since an action repository started?
  • Vote for a pull request?

Examples

The submitted project should be more than 30 days old and the repo should have at least 30 stars.
awesome-nodejs/contributing.md

I will keep some pull requests open if I'm not sure whether those libraries are awesome, you could vote for them by adding ๐Ÿ‘ to them. Pull requests will be merged when their votes reach 20.
vinta/awesome-python

Take a close looks at categories and place actions in the correct section

I have reorganized the sections previously and added several sections including the Static Analysis section but I think there needs to be a closer look into appropriately placing the some of the actions in "Testing" to make sure they are correctly placed there. There are several other areas like "Third Party" that have actions in them that would more appropriately be placed elsewhere. I will be happy to look into this tonight. If you have any other suggestions, please feel free to discuss here :)

Break up linting and testing into two separate groups, possibly a third - monitoring

Linting and Testing should be two separate groups with possible sub groups. For example: under linting, each language could be split into subgroups or a groupd like "reviewdog" which has several entries not grouped together under the linting category. Monitoring could also be separated out to its own group (ie. scanning code quality, code coverage, etc). "Scan git commits for secrets with gitleaks" and "Scan for secrets in your source code" should also be moved to "Security" group.

Help manage the repo

Hi @sdras, are you still interested in maintaining this list? Would you be ok with a fork and someone else updating the list?

Another possible option: Would you be interested in adding some folks to manage this repo? I'd volunteer to help out with reviewing PRs and getting more actions added to the list.

Linter is broken

Action running the linter is failing on any branch, including main.

  README.md:1:1
  โœ–   1:1  Forbidden license section found  remark-lint:awesome-license
  โœ–  15:1  ToC missing item for "License"   remark-lint:awesome-toc

Caused by the html on the top of the readme and missimng ToC item.

Remove Unmaintained "Remove Curse"-Action

The "Restrict Cursing Action" from https://github.com/sobolevn/restrict-cursing-action
seems to be unmaintained and broken.

I reached out to the owner via Issue which is not ... properly answered :)

While my comment got redacted, it was from a local build of the repository, not from the (public) github action.

The public github action fails, as there is no such (public) artifact
image

I'd therefore call this action unmaintained and would rather remove it from the list.

GitHub Actions Variables List

Do you have a list of GitHub Action Variables? I am trying to grab the username and do steps bases on the specific user.

Example: GitHub user MickeyMouse > push > Action > if MickeyMouse do something > else > do another thing.

Add to Security - GitHub Actions secrets manager CLI

githubsecrets

Official page - https://github.com/unfor19/githubsecrets

GIF Demo

GIF Demo

Install with pip

$ pip install githubsecrets
...
$ ghs --help
...

Or use with Docker (you must supply all arguments, prompts are not available in Docker mode)

macOS and Linux

$ docker run -v $HOME:/root unfor19/githubsecrets --help
Usage: ghs [OPTIONS] COMMAND [ARGS]...

Windows

$ docker run --rm -v c:/Temp:/root unfor19/githubsecrets --help
Usage: ghs [OPTIONS] COMMAND [ARGS]...

a practical first steps error free way of testing python code e.g. from repos online in the browser

Hi everyone,

i just wanted to ask you a quick question on python code from repos e.g. when i am wanting to compile a software from any repo which has a lot of stars and is popular among different os macos or linux or win11

or am i misunderstanding something, isnt jupyterbook something i can test this repo software online without installing it on my machine and perhaps brake my system with e.g. wrong cmd before or etc vice versa

i was looking for a tiny way to circumvate things before it gets different, on a machine where ten s of things can go wrong,

thank you

remove asset or release

Hi,
I want to know if it is a way to remove the assets or the release during the action job.
I need to update the release, but I don't want to remove the release.
I want to overwrite the pre existing assets.
Thanks

CI/CD

Apologies, accidentally created this issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.