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
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
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
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
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
Steve Winton
2640c91561
Add serverless example
2018-11-29 15:47:05 -06:00
Benjamin Lannon
ff845fdbb5
Adding vsce-action
2018-11-25 16:03:48 -05:00
Benjamin Lannon
4b8080ff8c
Created ideas list
2018-11-24 16:42:53 -05:00
sdras
69995d1928
update license
2018-11-24 10:28:09 -07:00
sdras
05da38a047
Merge branch 'master' of https://github.com/sdras/awesome-actions
2018-11-24 10:22:49 -07:00
sdras
203913c541
update license
2018-11-24 10:22:38 -07:00
Sarah Drasner
5155744082
Update readme with a concise description
2018-11-24 10:13:02 -07:00
Sarah Drasner
821d4bc273
Merge pull request #21 from JasonEtco/patch-1
...
Add actions-toolkit
2018-11-20 15:57:18 -05:00
Jason Etcovitch
f544a58104
Add actions-toolkit
2018-11-20 15:42:44 -05:00
Sarah Drasner
e06eab625d
Merge pull request #18 from extrasalt/nexmo
...
Add link to send an SMS from github actions
2018-11-20 14:18:56 -05:00
Sarah Drasner
6e89782900
Merge branch 'master' into nexmo
2018-11-20 14:18:50 -05:00
Sarah Drasner
99c7df46a6
Merge pull request #19 from JasonEtco/patch-1
...
Add NPM Audit action
2018-11-20 14:17:54 -05:00
Sarah Drasner
83dbd343b6
Merge branch 'master' into patch-1
2018-11-20 14:17:45 -05:00
Sarah Drasner
f80ba88d9e
Merge pull request #20 from jessfraz/patch-1
...
Update README.md
2018-11-20 14:16:59 -05:00