Commit Graph

107 Commits

Author SHA1 Message Date
jwr
94c5074256
add jwr0/dockerfile-linter-action Dockerfile linter 2019-01-27 14:28:59 -05:00
Sarah Drasner
9f3efe1fa0
Merge pull request #49 from max/set-up-linter
Add GitHub Action to lint awesome list
2019-01-26 17:06:12 -07: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
a6f6f25fa5
Merge pull request #43 from cedrickring/patch-1
Add GitHub Actions for Golang
2019-01-26 17:00:28 -07:00
Sarah Drasner
3a4db464e4
Merge branch 'master' into patch-1 2019-01-26 17:00:19 -07:00
Sarah Drasner
a15739fbe1
Merge pull request #48 from natemoo-re/natemoo-re-patch-1
Add Firebase resources
2019-01-26 16:58:58 -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
04b322dc98
Merge pull request #35 from xorilog/cloudflare-dns-action
Added new Action to Declaratively setup DNS records on Cloudflare
2019-01-26 16:55:26 -07:00
Sarah Drasner
d69bb48393
Merge branch 'master' into cloudflare-dns-action 2019-01-26 16:55:19 -07:00
Sarah Drasner
66f68b196a
Merge pull request #46 from jzweifel/master
Add GitHub Action for Gatsby CLI
2019-01-26 16:53:07 -07:00
Sarah Drasner
665e9da0c0
Merge branch 'master' into master 2019-01-26 16:52:55 -07:00
Sarah Drasner
f37e1f153b
Merge pull request #41 from Ilshidur/patch-1
Add link to Discord notification action
2019-01-26 16:51:36 -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
Sarah Drasner
019603d10d
Merge pull request #66 from abinoda/patch-2
Add action for setting PR reviewers based on assignees
2019-01-26 16:48:28 -07:00
Cedric Kring
1bc5b04fc6
Change Github to GitHub 2019-01-26 11:37:30 +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
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
Jon Maddox
c54610e4c1 add SSH for GitHub Actions 2019-01-15 10:37:26 -05:00
Max Schoening
cd156c2b49
Add GitHub Action to lint awesome list 2019-01-12 15:55:58 -08: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
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
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
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
Sarah Drasner
b9757661eb
Merge pull request #40 from clarkio/patch-1
Add Snyk CLI Action
2018-12-20 12:29:50 -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
212bdade4b
Add link to Slack action 2018-12-20 16:43:02 +00:00
Christophe Boucharlat
20faea6860
Added new Action to Declaratively setup DNS records on Cloudflare 2018-12-18 21:12:27 +01:00
Sarah Drasner
af537a9b43
Merge pull request #33 from lannonbr/new-action/issue-labels-manager
Added new Action to Declaratively setup GitHub labels
2018-12-17 08:34:03 -07:00
Sarah Drasner
334044b207
Merge branch 'master' into new-action/issue-labels-manager 2018-12-17 08:33:54 -07:00
Sarah Drasner
a45b1ab64f
Merge pull request #31 from tiarebalbi/master
GitHub Actions for Yarn
2018-12-17 08:32:56 -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
Tiarê Balbi
2604dceea9
Merge pull request #1 from tiarebalbi/actionsyarn
Added Yarn Action to Community Resources
2018-12-07 16:23:43 +00:00
Tiarê Balbi
a08082982b
Added Yarn Action to Community Resources
This Action for yarn enables arbitrary actions with the yarn command-line client, including testing packages and publishing to a registry.
2018-12-07 16:23:16 +00:00
Sarah Drasner
ba9188237e
Merge pull request #29 from BryanSchuetz/patch-1
Adding another action to Community Resources
2018-12-07 07:44:05 +01:00
Sarah Drasner
b3e3f43e47
Merge branch 'master' into patch-1 2018-12-07 07:43:47 +01:00
Sarah Drasner
fc1237162c
Merge pull request #27 from cpilsworth/patch-1
Deploy a cloudflare worker
2018-12-07 07:40:24 +01:00
Bryan Schuetz
ca0708d8f5
Adding another action to Community Resources
This is an action that will build a Jekyll site (without any restrictions to custom plugins) and deploy the site files back to the gh-pages branch of the repo.
2018-12-05 15:57:32 -05:00
Sarah Drasner
10d31d1ed2
Merge pull request #23 from lannonbr/feature/ideas-list
Created ideas list
2018-12-01 15:23:43 -07:00
Benjamin Lannon
2d67c464e4
Update ideas.md 2018-12-01 17:02:50 -05:00
Chris Pilsworth
be131a906c
Deploy a cloudflare worker 2018-12-01 17:46:14 +00:00
Benjamin Lannon
3209f2f220
Update ideas.md 2018-12-01 12:35:10 -05:00
Sarah Drasner
d623fceb01
Merge pull request #25 from swinton/patch-1
Add serverless example
2018-12-01 10:15:33 -07:00
Sarah Drasner
24b9c26bf3
Merge branch 'master' into patch-1 2018-12-01 10:15:25 -07:00
Sarah Drasner
4d074032a1
Merge pull request #24 from lannonbr/vsce-action
Adding vsce-action
2018-12-01 10:03:59 -07:00