Commit Graph

318 Commits

Author SHA1 Message Date
Jake Jarvis
41cb2a1ae2
Add Lighthouse audit action 2019-08-23 12:18:53 -04:00
Gary Ewan Park
cb7528ddb5
Merge pull request #155 from jakejarvis/add-s3-sync
Add S3 bucket sync action
2019-08-22 21:43:34 +01:00
Thomas Knox
971023edd3
Link to supported (YML) format documentation
Per Github, HCL is on it's way out!

>   The documentation at https://developer.github.com/actions and support for the HCL syntax in GitHub Actions will be deprecated on September 30, 2019.
Documentation for the new limited public beta using the YAML syntax is available on https://help.github.com. See "Automating your workflow with GitHub Actions" for documentation using the YAML syntax.
2019-08-22 16:27:34 -04:00
Jake Jarvis
c0389582b7
Add S3 bucket sync action 2019-08-22 11:11:22 -04:00
Gary Ewan Park
04fdc34547
Merge pull request #154 from jakejarvis/add-cloudflare-purge
Add Cloudflare cache purge action
2019-08-22 07:57:49 +01:00
Gary Ewan Park
166f12f234
Merge pull request #153 from seferov/patch-1
Add pull request lint action
2019-08-22 07:56:17 +01:00
Gary Ewan Park
5b286150e8
Merge branch 'master' into patch-1 2019-08-22 07:55:07 +01:00
Jake Jarvis
7358004514
Add Cloudflare cache purge action 2019-08-22 00:20:25 -04:00
Farhad Safarov
6639406d2f
Add pull request lint action
https://github.com/seferov/pr-lint-action
2019-08-21 18:37:41 +03:00
Forest Anderson
418ec0db60
Add create-envfile
An Action that creates an envfile from Github Secrets.
2019-08-21 10:41:08 -04:00
Cheng XU
7215ebce1f
add GitHub Actions to compile LaTeX documents
https://github.com/xu-cheng/latex-action
2019-08-21 18:56:12 +08:00
peaceiris
a3d780d5a0 remove: peaceiris's archived GitHub Actions 2019-08-21 15:30:29 +09:00
Alif Rachmawadi
6702e21ef8
Add flutter-action 2019-08-21 08:49:57 +07:00
Gary Ewan Park
0a2a47b3f0
Merge pull request #145 from ibrahim0814/patch-1
Link to official codecov action, not third party
2019-08-19 09:33:34 +01:00
Gary Ewan Park
7abc751d8c
Fix linting rule 2019-08-19 08:37:01 +01:00
Gary Ewan Park
88f87380e2
Fixing lint rule 2019-08-19 08:26:30 +01:00
Joel Male
7ac905ca69 Add joelwmale/codeception-action (#144)
* Add codeception action

* Remove extension garble

* Remove random file
2019-08-19 08:22:17 +01:00
GP ✅
4056e959ad Include a tutorial for converting a Docker-based Action... (#146)
... into a JavaScript/Typescript-based Action.
2019-08-19 07:46:24 +01:00
Ibrahim Ali
49b28d5e0c
link to official codecov action, not third party 2019-08-18 20:16:03 -07:00
Michael Romanenko
7e8ec06c45 Added a guide for deploying Next.js project with Up (#143)
* Added a guide for deploying Next.js project with Up

Hello! I've made a tiny guide on how to deploy and continuously deliver Next.js project with Up with short introduction to GitHub Actions. Examples and code snippets are written using recently updated Workflow YAML syntax. 

It would be awesome if we add it to Deployment section of the list!

* Update README.md

Moved link to article to Tutorials section
2019-08-18 08:52:08 +01:00
GP ✅
0f66438bc6
Add paambaati/codeclimate-action
Also available on the marketplace — https://github.com/marketplace/actions/code-climate-action
2019-08-09 12:45:02 +05:30
Ivan Lee
04d6d42b54 Add link to xunit-slack-reporter. 2019-08-07 08:54:46 -04:00
Peter Evans
5a68249b7a
Add links for various actions 2019-07-21 10:48:55 +09:00
Gary Ewan Park
e18f734e5a
Merge pull request #138 from vsoch/patch-2
Adding Twitter Share GitHub Action
2019-07-20 10:49:00 -05:00
Vijay Ramesh
a11dc37537 add https://github.com/vijaykramesh/pr-lint-action 2019-07-19 22:51:55 -07:00
Vanessasaurus
09af2ab092
Adding Twitter Share GitHub Action
This action will generate text for the user to copy paste and share on Twitter, including:
 - a custom message
 - hashtags
 - "at" usernames

And specifically, it includes links to one or more files that match a pattern from the pull request just merged. I found I needed to do this because the traditional Twitter share buttons didn't work (we can't embed the widget.js from Twitter in GitHub) and then including the hashtags and "at" references in a URL to open the same interface would be truncated in the URL. The use case for this action is any GitHub user/organization that would want to encourage users to contribute content, and then be given a fun Tweet to share that.
2019-07-18 09:25:32 -04:00
Lars
4efbeb69a5
Add tools 2019-07-13 12:46:01 +02:00
Pascal
b9bafda591
Add size-label-action and automerge-action 2019-06-30 13:58:05 +02:00
Peter Evans
ada3b6f0b7 Add link to dockerhub-description action 2019-06-25 20:56:16 +09:00
Gary Ewan Park
aec5e4f842
Merge branch 'master' into patch-2 2019-06-23 15:19:30 +01:00
Christian Studer
a626c6aa03
Adds apprise-ga to the notifications actions
Repo: https://github.com/cstuder/apprise-ga
2019-06-22 13:46:03 +02:00
Wisdom Anthony Ebong
13cb3cf7e9
Update README.md
Added a tutorial article on Github Actions for PHP developers
2019-06-14 17:30:11 +01:00
Arjun Komath
8f4597f47f
Update README.md 2019-06-12 14:25:47 +10:00
Stefan Zweifel
98e2e77a16
Add link to Composer Actions
https://github.com/MilesChou/composer-action
2019-06-08 14:49:28 +02:00
Luca Steeb
ad234785c8 Add deploy to kubernetes action 2019-06-04 18:16:15 +02:00
Aaron
e52e21fd06
Add actions-poetry to the Utility section
[Poetry](https://github.com/sdispater/poetry) is an alternative dependency manager to pipenv which has been gaining a lot of usage lately for being compliant with the [PEP-517](https://www.python.org/dev/peps/pep-0517/) specification.

I've published an action for people to be able to run poetry commands.
2019-05-30 08:06:21 -06:00
Gary Ewan Park
6d5e97cd1a
Merge branch 'master' into add-pipenv-action 2019-05-26 21:36:16 +01:00
peaceiris
f4b8be59c8 add: link to pipenv action 2019-05-26 20:37:16 +09:00
Atrox
ee2cc553b5
Merge branch 'master' into patch-2 2019-05-25 08:31:55 +02:00
Gary Ewan Park
14c5b3dcef
Merge pull request #126 from mpepping/docker-hub-metadata
Adds a docker-hub-metadata action
2019-05-24 13:35:46 -07:00
Gary Ewan Park
d4149122da
Merge pull request #125 from peaceiris/add-peaceiris-actions
add: links to new GitHub Actions
2019-05-24 13:34:26 -07:00
Gary Ewan Park
a26e4aa0ec
Merge pull request #124 from Atrox/patch-1
add codecov-action
2019-05-24 13:33:38 -07:00
Atrox
ecf6e2bf06
add github-actions-badge 2019-05-23 15:19:17 +02:00
Martijn Pepping
016ba4586e Adds a docker-hub-metadata action 2019-05-22 21:23:20 +02:00
peaceiris
dad2bc4b29 add: links to new GitHub Actions 2019-05-22 16:03:52 +09:00
Atrox
fe57b5d0ff
add codecov-action 2019-05-21 14:30:22 +02:00
Bo-Yi Wu
0f8cabfc56
Update README.md 2019-05-20 13:58:27 +08:00
Bo-Yi Wu
dd3ada79ec
Add scp, ssh and deploy to lambda action 2019-05-20 13:57:18 +08:00
peaceiris
e85199e1da add: links to new GitHub Actions 2019-05-15 17:47:59 +09:00
Eric Shorkey
c5710cfe51 added gitleaks-action 2019-05-12 12:59:40 -06:00
Gary Ewan Park
ae839205c7
(maint) Removed unnecessary portion of URL 2019-05-10 07:48:44 +01:00
Benjamin Cooper
69fb287c97
Update README.md
https://github.com/bencooper222/check-for-node-dep-changes/blob/master/README.md
2019-05-09 19:54:44 -05:00
Artem Novichkov
b1df4993fe Add Homebrew action 2019-05-06 21:48:51 +06:00
Gary Ewan Park
f412332390
(doc) Change case of GitHub
For consistency
2019-04-24 14:28:54 +01:00
Artem Novichkov
8e06954681
Update README.md 2019-04-24 18:50:28 +06:00
Alex Page
7d7a625e1d
Slight reorder to group similar actions 2019-04-17 09:20:18 -04:00
Alex Page
f3a379e95d
Merge branch 'master' into patch-2 2019-04-17 09:18:49 -04:00
Alex Page
558ef88d19
Merge branch 'master' into patch-1 2019-04-16 10:09:30 -04:00
Gary Ewan Park
8f840c60b5
Merge branch 'master' into patch-4 2019-04-16 02:51:34 -07:00
Alex Page
5ad5fff1e5
Update README.md 2019-04-15 09:47:15 -04:00
Alex Page
ddd08c0a77
New action, move assigned issues to column in GitHub projects
This action allows assigned issues to automatically move to a new column in GitHub projects.
2019-04-15 09:46:48 -04:00
Alex Page
2b909444aa
New action, move assigned pull requests to column in GitHub projects
This action allows assigned pull requests to automatically move to a new column in GitHub projects.
2019-04-15 09:45:34 -04:00
Alex Page
ad1c256b08
New action, add new issues to GitHub projects
This action allows new issues to automatically be added as a card to projects.
2019-04-15 09:43:38 -04:00
Alex Page
5f3036bf2f
New action, add new pull requests to GitHub projects
This action allows new pull requests to automatically be added as a card to projects.
2019-04-15 09:42:02 -04:00
Timon van Spronsen
f604f1616a
Add link to PR Labeler 2019-04-11 15:25:36 +02:00
Jon Maddox
0adcd4d804 put it at the end 2019-04-10 07:26:14 -04:00
Jon Maddox
e94f4578c9 added Pushover action 2019-04-10 02:21:15 -04:00
Martijn Pepping
64b44f0b26 Adds an action to validate Puppet modules using Puppet PDK. 2019-04-07 20:23:32 +02:00
Gift
c32916fff2 Add Action to check project dependencies 2019-03-29 06:04:10 +01:00
Gary Ewan Park
8c11f9cacc
Merge branch 'master' into patch-1 2019-03-26 07:27:05 +00:00
Gary Ewan Park
73fe2aa0f9
(doc) Formatting change 2019-03-26 07:25:55 +00:00
Gary Ewan Park
ed0b025a2e
Merge pull request #108 from ScullWM/patch-1
Add GitHub Action cli-tool
2019-03-26 07:24:32 +00:00
Pierre Grimaud
8da90fbfab
Update Shopify Action 2019-03-25 14:10:52 +01:00
Steve Kaliski
14e2a0d60b
adds create-github-action.now.sh to tools list 2019-03-24 15:50:13 -04:00
Thomas P
7edf271f74
Add Github Action cli-tool 2019-03-21 22:03:20 +01:00
Max Neuvians
30a3f86c90
Added actions
Awesome list - thank you for putting it together!

I have added some actions we have built for our tooling - hopefully somebody else may find them useful. I know the Dockerlint is a duplicate in functionality but it uses a different tool (could not find any guidance on that in the contributions readme). I am happy to remove it.
2019-03-15 08:53:28 -04:00
Jacob Cofman
28a55e7b2b
Adds WebPageTestAction to Frontend Tools list
Hi :),

I created an GitHub Action which prints WebPageTest audits as a commit comment on a push event and might be useful to someone else.
[WebPageTestAction](https://github.com/JCofman/webPagetestAction)

Best regards,
Jacob
2019-03-12 23:10:57 +01:00
Roman Labunsky
f6aa4b9211
Added a practical guide for creating github actions in node.js
Includes gists for Dockerfie, entrypoint file and a bootstrap script to run custom logic
2019-03-12 17:01:39 +02:00
Gary Ewan Park
50beb8d90c
Merge branch 'master' into patch-1 2019-03-10 21:09:49 +00:00
Gavin Henderson
bcaf533244
Updated link to go to the repo 2019-03-09 15:35:15 +00:00
Gavin Henderson
77e19b34b7
Added Coveralls Action 2019-03-09 14:09:53 +00:00
Gregor Martynus
8b584ebfa2
Add GitHubActions.js - JavaScript-based linter for *.workflow files 2019-03-07 09:42:33 -08:00
Gary Ewan Park
9084274b13
(doc) Change Github -> GitHub 2019-03-07 17:23:40 +00:00
Gary Ewan Park
5b1854e881
Merge pull request #102 from judoole/github-deployment-api
Add Github Deployments API Action to README
2019-03-07 17:20:43 +00:00
Gary Ewan Park
680b977095
Merge pull request #101 from gr2m/patch-1
🐦 add twitter-together action
2019-03-07 17:19:27 +00:00
Gary Ewan Park
52e5b469ba
Merge pull request #100 from kentaro-m/kentaro-m-patch-1
Add an action for automatically adding reviewers to pull request
2019-03-07 17:18:08 +00:00
Ole Christian Langfjæran
f4b3c3042f
Add Github Deployments API Action to README
React and respond to events from the Github Deployments API within your own actions.
2019-03-07 12:08:26 +01:00
Gregor Martynus
22b0027bbb
Update README.md 2019-03-06 10:57:01 -08:00
Gregor Martynus
b5ee877a35
🐦 add twitter-together action
✌️
2019-03-05 10:30:03 -08:00
Kentaro Matsushita
8bbe0bbb66
Add auto-assign action
https://github.com/kentaro-m/auto-assign
2019-03-05 21:44:21 +09:00
Brian Surowiec
5d4ee3719c
Add eslint status checks actions 2019-03-04 18:01:48 -05:00
Gary Ewan Park
0dc7af418a
Update README.md
Co-Authored-By: appleboy <appleboy.tw@gmail.com>
2019-03-04 15:41:33 +08:00
Bo-Yi Wu
3e49e04819
Add gitlab ci, jenkins or discord message plugin 2019-03-04 14:36:14 +08:00
Gary Ewan Park
27920cd387
Update README.md
Altered description
2019-03-02 19:30:24 +00:00
Gary Ewan Park
708a7e3278 (maint) Fix linting error 2019-02-27 22:29:14 +00:00
Gary Ewan Park
55977a0ceb
(maint) More linting corrections
- Hopefully get there in the end...
2019-02-27 15:36:32 +00:00
Gary Ewan Park
e83d4d227a
(maint) Switch license icon to SVG 2019-02-27 15:34:07 +00:00
Gary Ewan Park
bd808524a3
(maint) Fix punctuation 2019-02-27 15:30:46 +00:00
Gary Ewan Park
0b1053dc6c
(maint) Fix additional linting errors 2019-02-27 15:27:49 +00:00
Gary Ewan Park
7f4f0da733
(maint) Fix linting errors 2019-02-27 15:24:49 +00:00