Skip to content

Commit

Permalink
Added new github action and also contributors and readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
boyney123 committed Jan 29, 2019
1 parent 8d5f284 commit c9960af
Show file tree
Hide file tree
Showing 5 changed files with 323 additions and 5 deletions.
39 changes: 34 additions & 5 deletions README.md
@@ -1,9 +1,27 @@
# GitHub Actions
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors)
<div align="center">
<h1>github-actions ui</h1>
<a href="https://www.emojione.com/emoji/1f428">
<img height="80" width="80" alt="goat" src="./animal.png" />
</a>

Open souce project where developers can share GitHub actions.
<p>A open source app to help developers find GitHub Actions.</p>

[github-actions.netlify.com](https://github-actions.netlify.com)
[openlist.io](openlist.io)

</div>

[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors) [![MIT License][license-badge]][license] [![PRs Welcome][prs-badge]][prs]
[![Join the community on Spectrum][spectrum-badge]][spectrum]

## Motivation

[Github Actions](https://css-tricks.com/introducing-github-actions/) are currently in beta and I believe they are game changing.

Here is a great podcast that inspired me to write this website: [GitHub Actions is the next big thing](https://changelog.com/podcast/331.)

I'm excited to see what people build and also discover new actions that are available. You can checkout [https://github.com/sdras/awesome-actions](https://github.com/sdras/awesome-actions) which has some great resource on it!

I created to this application to help people search and share GitHub actions with each other and I wanted to further my knowledge with some tech [gatsbyjs](https://www.gatsbyjs.org/) & [netlify](https://www.netlify.com/).

## Contributors

Expand All @@ -13,6 +31,17 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/all-contri
<!-- prettier-ignore -->
| [<img src="https://avatars1.githubusercontent.com/u/3268013?v=4" width="100px;" alt="David Boyne"/><br /><sub><b>David Boyne</b></sub>](https://medium.com/@boyney123)<br />[💻](https://github.com/boyney123/github-actions/commits?author=boyney123 "Code") | [<img src="https://avatars1.githubusercontent.com/u/109474?v=4" width="100px;" alt="Bruno Tavares"/><br /><sub><b>Bruno Tavares</b></sub>](http://bltavares.com)<br />[📖](https://github.com/boyney123/github-actions/commits?author=bltavares "Documentation") | [<img src="https://avatars2.githubusercontent.com/u/432333?v=4" width="100px;" alt="Pascal"/><br /><sub><b>Pascal</b></sub>](https://twitter.com/pascalgn)<br />[📖](https://github.com/boyney123/github-actions/commits?author=pascalgn "Documentation") | [<img src="https://avatars0.githubusercontent.com/u/1899334?v=4" width="100px;" alt="Owen Voke"/><br /><sub><b>Owen Voke</b></sub>](https://pxgamer.xyz)<br />[📖](https://github.com/boyney123/github-actions/commits?author=pxgamer "Documentation") | [<img src="https://avatars0.githubusercontent.com/u/5372770?v=4" width="100px;" alt="Maximilian Held"/><br /><sub><b>Maximilian Held</b></sub>](http://www.maxheld.de/)<br />[📖](https://github.com/boyney123/github-actions/commits?author=maxheld83 "Documentation") | [<img src="https://avatars0.githubusercontent.com/u/39281691?v=4" width="100px;" alt="Jacob Zweifel"/><br /><sub><b>Jacob Zweifel</b></sub>](https://github.com/jzweifel)<br />[📖](https://github.com/boyney123/github-actions/commits?author=jzweifel "Documentation") | [<img src="https://avatars0.githubusercontent.com/u/155044?v=4" width="100px;" alt="Mike Coutermarsh"/><br /><sub><b>Mike Coutermarsh</b></sub>](https://mikecoutermarsh.com)<br />[📖](https://github.com/boyney123/github-actions/commits?author=mscoutermarsh "Documentation") |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

<!-- prettier-ignore-start -->

[spectrum-badge]: https://withspectrum.github.io/badge/badge.svg
[spectrum]: https://spectrum.chat/github-actions
[license-badge]: https://img.shields.io/badge/License-MIT-yellow.svg
[license]: https://github.com/boyney123/github-actions/blob/master/LICENSE
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
[prs]: http://makeapullrequest.com
<!-- prettier-ignore-end -->
Binary file added animal.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
272 changes: 272 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -37,6 +37,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"all-contributors-cli": "^5.11.0",
"netlify-lambda": "^1.3.0",
"prettier": "^1.15.2"
},
Expand Down
16 changes: 16 additions & 0 deletions src/actions/repetitive.md
@@ -0,0 +1,16 @@
---
path: '/materials/repetitive'
title: 'Repetitive Actions'
github_url: 'https://github.com/repetitive/actions'
author: 'repetitive'
subtitle: 'Collection of repetitive GitHub Actions'
tags: ['action', 'actions', 'github-actions', 'github-api', 'pull-request']
---

## repetitive actions

Collection of repetitive GitHub Actions.
That can be used in other repos across GitHub:

- [Create Pull Request when branch is pushed](https://github.com/repetitive/actions/tree/master/auto-pr)
- [Evaluate Clojure in the issue comment](https://github.com/repetitive/actions/tree/master/clojure)

0 comments on commit c9960af

Please sign in to comment.