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
Gary Ewan Park
085ec4f089
Merge branch 'master' into master
2019-02-27 14:18:25 +00:00
Sarah Drasner
b6915431bf
Merge pull request #90 from saracope/patch-2
...
Update sitespeed link
2019-02-25 09:10:23 -07:00
Sara Cope
c9b9b73d79
Fix sitespeed link
2019-02-25 10:52:42 -05:00
Ian Walter
2597aa202a
Adding Puppeteer action
...
https://github.com/ianwalter/puppeteer
2019-02-25 08:50:57 -05:00
Gary Ewan Park
1ed24f7b67
Merge pull request #92 from hmarr/add-debug-action
...
Add Debug Action
2019-02-24 01:32:23 -08:00
Harry Marr
856a90449d
Add hmarr/auto-approve-action
2019-02-23 20:28:49 -05:00
Harry Marr
e2d3f4caf3
Add hmarr/debug-action
2019-02-23 20:16:38 -05:00
Ivo Jimenez
52845332aa
Adds link to Popper tool
...
Popper is a tool for running github actions locally implemented in Python
2019-02-22 00:52:52 -07:00
Sara Cope
f513826cde
Update sitespeed link
2019-02-21 14:51:47 -05:00
Gary Ewan Park
8708c064de
(doc) Make things consistent
2019-02-21 17:03:40 +00:00
Gary Ewan Park
94040d8eec
(doc) Minor corrections
2019-02-21 17:02:06 +00:00
Max Held
9cb300985a
add pandoc action
2019-02-21 14:55:53 +01:00
Sérgio Santos
19f605dcfb
Add WordPress actions by 10up
2019-02-20 22:03:58 +00:00
Bo-Yi Wu
d25a106b2d
Update README.md
2019-02-17 17:35:59 +08:00
Bo-Yi Wu
930e0931ee
Add Send a Telegram Message GitHub Action
2019-02-17 13:06:06 +08:00
Gary Ewan Park
f64465260c
(doc) Minor correction
2019-02-15 18:11:06 +00:00
Gary Ewan Park
3f3d5d49ba
(doc) Github -> GitHub
2019-02-15 18:10:07 +00:00
Gary Ewan Park
73fa01b0f0
Merge pull request #85 from Shy/patch-1
...
Added link to Contentful Migration Action
2019-02-15 10:08:48 -08:00
Gary Ewan Park
d8837b93f1
Merge branch 'master' into patch-1
2019-02-15 10:06:59 -08:00
Gary Ewan Park
646caf87d3
Merge pull request #83 from pgrimaud/master
...
Add action for deploying a theme to Shopify
2019-02-15 10:03:45 -08:00
Shy Ruparel
1b84b66f8b
Added link to Contentful Migration Action
2019-02-15 11:15:48 -05:00
Kohei Hasegawa
39935a320c
Add action for auto labelling
2019-02-16 00:47:06 +09:00
Pierre Grimaud
1d35ceeb54
Deploy a Theme to Shopify
2019-02-15 11:23:42 +01:00
Abi Noda
b655341d43
add PR approval label action
2019-02-11 09:31:13 -07:00
Sarah Drasner
397d265033
Merge pull request #81 from maxheld83/patch-5
...
migrate github pages to gh pages section
2019-02-10 09:21:27 -10:00
Max Held
93955b3eae
migrate github pages to gh pages section
2019-02-10 20:15:45 +01:00
Max Held
51f96e7122
Merge branch 'master' into patch-4
2019-02-10 20:14:05 +01:00
Max Held
a15f077592
add package and actions for R
2019-02-10 10:27:19 +01:00
Vanessa Sochat
86518e7c22
Merge branch 'master' into add/actions-and-organization
2019-02-04 05:50:19 -08:00
Anton Podviaznikov
c95ee9abdf
Add two new actions
2019-02-04 11:03:12 +00:00
Gary Ewan Park
ab06e1eae1
Merge pull request #78 from retgits/patch-1
...
Add new actions
2019-02-04 02:57:49 -08:00
Gary Ewan Park
519ad63d93
Merge pull request #73 from vgaidarji/add-link-to-tutorial
...
Add link to Android GitHub Actions blog post
2019-02-04 02:56:01 -08:00
Leon Stigter
0447c83bd2
Update README.md
...
Added two actions for [GoCenter](https://gocenter.io ) and [JFrog CLI](https://jfrog.com )
2019-02-02 13:23:50 -08:00
Sarah Drasner
1172eda97f
Merge branch 'master' into sitespeed.io-action
2019-02-01 22:28:19 -07:00
Sarah Drasner
05b3a0c686
Merge branch 'master' into koenrh/add-dnscontrol-action
2019-02-01 22:26:35 -07:00
Sarah Drasner
0ac07b34ad
Merge pull request #76 from maxheld83/patch-2
...
add new deploy to gh pages action
2019-02-01 22:26:00 -07:00
Vanessa Sochat
7e3de1b9fa
adding schema.org (Google Dataset Search) extractors actions
2019-01-31 16:24:05 -05:00
Max Held
d6f19607e6
shorten action name
2019-01-31 14:27:51 +01:00
Max Held
c413fc50aa
use shorter, new name
...
sorry for the spurious pr; needed to make the names more handable
2019-01-31 14:25:05 +01:00
Maximilian Held
0aa51d70e2
add new deploy to gh pages action
...
there are already several actions that use some static generator *and* deploy; this action *only* deploys.
2019-01-31 08:35:49 +01:00
Koen Rouwhorst
7a85bf80e1
Added DNS Control action to the list.
2019-01-30 21:43:20 +01:00
Peter Hedenskog
c2bfd322c4
Merge branch 'master' into sitespeed.io-action
2019-01-30 20:25:12 +01:00
Vanessa Sochat
e1c2a8f6d7
another shot at organization
2019-01-29 15:19:36 -05:00
vgaidarji
39e660a965
Add link to Android GitHub Actions blog post
2019-01-29 08:16:29 +02:00
Sarah Drasner
bfb554c8af
Merge branch 'master' into patch-1
2019-01-28 14:34:00 -07:00
Sarah Drasner
261ce5293b
Merge branch 'master' into patch-1
2019-01-28 14:30:16 -07:00
Sarah Drasner
8e2f73a095
Merge branch 'master' into patch-2
2019-01-28 14:29:38 -07:00
Sarah Drasner
8da05a92e5
Merge branch 'master' into master
2019-01-28 14:22:31 -07:00
Sarah Drasner
3c67779523
Merge pull request #42 from tschoffelen/add-gha-script-link
...
Added `gha` script link.
2019-01-28 14:21:26 -07:00
Sarah Drasner
b157fc3bf1
Merge branch 'master' into add-jwr0-dockerfile-linter-action
2019-01-28 14:20:37 -07:00
Sarah Drasner
ab5ec33735
Merge branch 'master' into patch-1
2019-01-28 14:18:27 -07:00
Sarah Drasner
25d15f86ac
Merge branch 'master' into add-actions-android
2019-01-28 14:17:29 -07:00
Sarah Drasner
679c7c5d7a
Merge pull request #64 from bltavares/patch-1
...
Add link to linters and autofixers
2019-01-28 14:16:23 -07:00
Sarah Drasner
3900a8984a
Merge branch 'master' into patch-1
2019-01-28 14:14:42 -07:00
Sarah Drasner
3990e92638
Merge branch 'master' into patch-1
2019-01-28 14:13:13 -07:00
soulgalore
f79cf154bd
Run a performance audit using a sitespeed.io action.
...
https://github.com/sitespeedio/sitespeed.io/tree/master/docker/github-action
2019-01-28 21:20:05 +01:00
Casey Lee
c51d1d0482
Merge branch 'master' into master
2019-01-28 10:43:19 -08:00
Bruno Tavares
3cac7f70ea
Add link to linters and autofixers
...
This commit points to a quite alpha, but working set of linters. For linters which support autofixing issues, the actions are also capable of either automatically fixing on `push`, and or autofixing via Review comments.
So far, list list contains the following linters (and more to come):
| Action | Description | Lint on Push | Fix with Review | Autofix on Push |
|------------------------------|-------------------------------|--------------|-------------------|-------------------|
| cljfmt | Clojure formatter | x | x | x |
| clippy | Rust linter | x | x (Partial fixes) | x (Partial fixes) |
| dartfmt | Dart (and Flutter) formatter | x | x | x |
| pwshfmt | Powershell Formatter | x | x | x |
| rubocop | Ruby linter | x | x | x |
| rustfmt | Rust formatter | x | x | x |
| shfmt | Shell formatter | x | x | x |
| tslint | TypeScript lint and formatter | x | x | x |
| dartanalyzer | Dart (and Flutter) linter | x | | |
| hadolint | Dockerfile linter | x | | |
| kubeval | Kubernets (k8s) linter | x | | |
| mdlint | Markdown linting | x | | |
| shellcheck | Bash linter | x | | |
2019-01-28 10:21:28 -02:00
Maximilian Held
2f0a1d8b9a
add new gh action to deploy via rsync
2019-01-28 11:45:15 +01:00
Thomas Schoffelen
66a30fbc07
Add GHA link to bottom of list
2019-01-28 07:03:39 +01:00
Sarah Drasner
8352924c89
Merge branch 'master' into patch-1
2019-01-27 19:10:46 -07:00
Sarah Drasner
306e06cc56
Merge branch 'master' into psscriptanalyzer
2019-01-27 19:06:43 -07:00
Sarah Drasner
861358d561
Merge branch 'master' into patch-1
2019-01-27 17:38:31 -07:00
Sarah Drasner
798213b8df
Merge pull request #60 from abinoda/patch-1
...
Add GitHub action for posting Slack messages as a bot
2019-01-27 17:36:20 -07:00
Sarah Drasner
f535010c12
Merge branch 'master' into patch-1
2019-01-27 17:35:46 -07:00
Sarah Drasner
8db2d7d777
Merge pull request #68 from JasonEtco/patch-1
...
Add "Building GitHub Actions in Node.js"
2019-01-27 17:35:08 -07:00
Sarah Drasner
f7810a1251
Merge branch 'master' into feature/hadolint-action
2019-01-27 17:32:57 -07:00
Sarah Drasner
4e144713d3
Merge pull request #32 from MrRamych/patch-1
...
Add Gradle actions to the list
2019-01-27 17:32:18 -07:00
Sarah Drasner
89e7dd2eed
Merge branch 'master' into patch-1
2019-01-27 17:29:14 -07:00
Sarah Drasner
f8820f55f1
Merge branch 'master' into psake
2019-01-27 17:26:10 -07:00
Sarah Drasner
28189bf3f4
Merge pull request #56 from khanhicetea/master
...
Add Hugo static site generator action
2019-01-27 17:25:26 -07:00
Sarah Drasner
496da96372
Merge branch 'master' into twitter-action
2019-01-27 17:24:57 -07:00
Sarah Drasner
8259568f1e
Merge branch 'master' into patch-1
2019-01-27 17:17:39 -07:00
jwr
94c5074256
add jwr0/dockerfile-linter-action Dockerfile linter
2019-01-27 14:28:59 -05:00
vgaidarji
ff528c58fd
Add link to Android GitHub Actions
...
Repository with Android build and emulator actions:
https://github.com/vgaidarji/android-github-actions
2019-01-27 14:20:24 +02:00
KhanhIceTea
04889dd979
Merge branch 'master' into master
2019-01-27 14:27:42 +07:00
Jason Etcovitch
e6ee252764
Add "Building GitHub Actions in Node.js"
2019-01-26 21:33:14 -05:00
Sarah Drasner
926eea16f8
Merge pull request #39 from tj/patch-3
...
Add AWS SAM action
2019-01-26 17:05:13 -07:00
Sarah Drasner
3a4db464e4
Merge branch 'master' into patch-1
2019-01-26 17:00:19 -07:00
Sarah Drasner
67dbf6da40
Merge branch 'master' into natemoo-re-patch-1
2019-01-26 16:58:44 -07:00
Sarah Drasner
e06545203e
Merge pull request #52 from maddox/add-ssh-commands
...
add SSH for GitHub Actions
2019-01-26 16:57:00 -07:00
Sarah Drasner
d69bb48393
Merge branch 'master' into cloudflare-dns-action
2019-01-26 16:55:19 -07:00
Sarah Drasner
665e9da0c0
Merge branch 'master' into master
2019-01-26 16:52:55 -07:00
Sarah Drasner
bf1ba85e30
Merge branch 'master' into patch-1
2019-01-26 16:51:21 -07:00
Sarah Drasner
67ae12999f
Merge pull request #59 from kamilkisiela/patch-1
...
GraphQL Inspector
2019-01-26 16:50:28 -07:00
Cedric Kring
1bc5b04fc6
Change Github to GitHub
2019-01-26 11:37:30 +01:00
Christophe Boucharlat
f658e4df78
Adding a simple twitter action
2019-01-25 22:47:43 +01:00
Nicolas Coutin
da7b0e5895
fix: Discord Action link
2019-01-25 22:13:32 +01:00
Abi Noda
3c1663c7f1
Add action for setting PR reviewers based on assignees
2019-01-25 11:41:18 -07:00
Abi Noda
44fb85ff8a
update repo url
2019-01-25 11:40:08 -07:00
Shaleen Jain
0aef019fb7
Add deploy zola github action
...
This actions builds and deploys a [zola](https://github.com/getzola/zola ) site to GitHub pages
2019-01-23 13:18:06 +05:30
Fedor Korotkov
1e715c73c0
Add Cirrus Actions
2019-01-22 13:43:52 -05:00
Steve Winton
6327ab3afa
Add swinton/httpie-action
2019-01-22 10:58:38 -06:00
Abi Noda
fa0a4e2b0b
Add GitHub action for posting Slack messages as a bot
2019-01-19 13:53:57 -07:00
Kamil Kisiela
95f24b18b3
GraphQL Inspector
...
We created a tool that inspects GraphQL API in order to find breaking changes or changes that are dangerous or entirely safe. It also has more features that goes into that.
2019-01-18 20:06:27 +01:00
Ajit Bohra
e673c7e819
Add actions by lubusIN
2019-01-18 00:03:27 +05:30
Mickaël Andrieu
e9710eda67
Added 4 actions for PHP ecosystem
2019-01-17 12:49:05 +01:00
KhanhIceTea
0835e3c2e1
Add khanhicetea/gh-actions-hugo-deploy-gh-pages
...
Add new action : khanhicetea/gh-actions-hugo-deploy-gh-pages
2019-01-17 15:27:35 +07:00
Gary Ewan Park
7d8e31069b
Update README.md
2019-01-16 09:31:34 +00:00
Nuck
e1b1a9e49c
Add ember-cli-actions to the list
2019-01-15 21:11:08 -08:00
Casey Lee
79762f92f4
Link to nektos/act
to run GitHub Actions locally
2019-01-15 07:56:23 -08:00
Jon Maddox
c54610e4c1
add SSH for GitHub Actions
2019-01-15 10:37:26 -05:00
Jeremy Shore
780df89fb6
Add Github Action for Firebase
2019-01-15 09:35:20 -06:00
Eric Johnson
453083a0ad
Add link to JS Build Actions
...
Add a link to actions to run Gulp or Grunt build tasks then commit any asset file changes.
These are two separate actions:
- build: Runs either Gulp, Grunt or NPM (whichever is configured)
- commit: Commits and pushes asset file changes
Used together, these are perfect for running SASS/CSS compilation or JS transpiliation build actions.
2019-01-12 21:37:02 -05:00
Nate Moore
f30f81206b
Add Firebase resources
...
- Links directly to [action-firebase](https://github.com/natemoo-re/action-firebase ), which wraps the Firebase CLI.
- Adds tutorial on using action-firebase to [Deploy to Firebase Hosting](https://natemoo.re/posts/action-firebase/ )
2019-01-11 09:44:51 -06:00
Vanessa Sochat
9f9446f077
adding organization and containertree github pages generator action
2019-01-10 17:06:14 -05:00
Matt Burdan
ca6a8cdeea
Merge branch 'master' into feature/hadolint-action
2019-01-10 17:08:37 +08:00
Jacob Zweifel
82cf9281f8
Add GitHub Action for Gatsby CLI
...
This Action wraps the Gatsby CLI to enable common Gatsby commands.
2019-01-08 17:47:42 -05:00
Brandon Olin
80a4816297
add psake
2019-01-06 15:25:09 -08:00
Brandon Olin
0d9d71a825
Add PSScriptAnalyzer action
2019-01-06 15:12:08 -08:00
Cedric Kring
9302968709
Add Github Actions for Golang
...
This action sets up your workspace to run `go` (or other) commands in it.
2019-01-05 14:16:59 +01:00
Mr_Ramych
283dcfa86c
Merge branch 'master' into patch-1
2018-12-24 11:00:20 +03:00
Nicolas Coutin
520a7186a7
Add link to Discord notification action
2018-12-21 13:12:18 +01:00
Christophe Boucharlat
eb0f5146ba
Merge branch 'master' into cloudflare-dns-action
2018-12-20 21:15:17 +01:00
Sarah Drasner
40f2601d4d
Merge pull request #38 from tj/patch-2
...
Add link to Slack action
2018-12-20 12:30:39 -07:00
Brian Clark
d5158e9fd8
Add Snyk CLI Action
...
This GitHub action adds the ability to run a Snyk test against the repository to see if there are any third-party dependencies found with vulnerabilities in them.
2018-12-20 14:27:59 -05:00
TJ Holowaychuk
889d6cfa16
Add AWS SAM action
2018-12-20 18:33:18 +00:00
TJ Holowaychuk
b3e6ee67f3
Change Up link so it is more direct
2018-12-20 16:44:08 +00:00
TJ Holowaychuk
212bdade4b
Add link to Slack action
2018-12-20 16:43:02 +00:00
TJ Holowaychuk
d2fa6f0bf3
Add link to Up's action(s)
2018-12-20 13:16:53 +00:00
Matt Burdan
9954e80aba
Add new Action to run hadolint on a Dockerfile in a repository
2018-12-19 08:59:46 -08:00
Christophe Boucharlat
20faea6860
Added new Action to Declaratively setup DNS records on Cloudflare
2018-12-18 21:12:27 +01:00
Sarah Drasner
334044b207
Merge branch 'master' into new-action/issue-labels-manager
2018-12-17 08:33:54 -07:00
Benjamin Lannon
8f32c887da
Added new Action to Declaratively setup GitHub labels
...
This action is a way to define the labels for a GitHub repo inside
the repo itself. It runs a fairly small node app to see the diff of the
.github/labels.json file and will only update the various labels it needs
to. As well, currently it makes the labels in a repo match the json file,
so it will delete labels that are on the repo but not in json.
2018-12-12 20:02:32 -05:00