Commit Graph

831 Commits

Author SHA1 Message Date
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
Mr_Ramych
65244c8348
Add Gradle actions to the list
This action runs Gradle tasks using wrapper
2018-12-09 20:17:05 +03: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
b3e3f43e47
Merge branch 'master' into patch-1 2018-12-07 07:43:47 +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
Chris Pilsworth
be131a906c
Deploy a cloudflare worker 2018-12-01 17:46:14 +00:00
Sarah Drasner
24b9c26bf3
Merge branch 'master' into patch-1 2018-12-01 10:15:25 -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
sdras
69995d1928 update license 2018-11-24 10:28:09 -07:00
Sarah Drasner
5155744082
Update readme with a concise description 2018-11-24 10:13:02 -07:00
Jason Etcovitch
f544a58104
Add actions-toolkit 2018-11-20 15:42:44 -05:00
Sarah Drasner
6e89782900
Merge branch 'master' into nexmo 2018-11-20 14:18:50 -05:00
Sarah Drasner
83dbd343b6
Merge branch 'master' into patch-1 2018-11-20 14:17:45 -05:00
Jess Frazelle
1f38d4f3e9
Update README.md
add more actions :)
2018-11-20 14:11:26 -05:00
Jason Etcovitch
af2df8cff6
Tweak the title 2018-11-05 12:26:53 -05:00
Jason Etcovitch
7f9b6fe626
Add npm-audit-fix-action 2018-11-05 12:25:17 -05:00
Mohanarangan
d5a182c207
Add link to send an SMS from github actions 2018-10-31 21:57:48 +05:30
Michael Neale
69836dca6e
Add Jenkinsfile runner to community resources section
Let's you run a Jenkinsfile inside a github action, powered by: https://github.com/jonico/jenkinsfile-runner-github-actions
2018-10-29 11:58:45 +11:00
Steve Winton
da6c49559e
Add SpotHub to Community Resources section 2018-10-25 17:53:26 -05:00
Sarah Drasner
484779c5b9
Merge pull request #10 from hiimbex/patch-1
Add Probot docs
2018-10-24 19:01:23 -04:00
LHearen
e2a0292245
Update README.md
add the link for *contributing* for quick reference
2018-10-23 09:22:30 +08:00
Bex Warner
2f1e2c6623
Update README.md 2018-10-21 17:38:32 -04:00
Sarah Drasner
7e3104a331
Merge branch 'master' into packtracker-action 2018-10-21 14:04:21 -06:00
Sarah Drasner
c18bb70b50
Merge branch 'master' into surge-action 2018-10-21 14:03:17 -06:00
Sarah Drasner
b075e8b879
Merge branch 'master' into joeduffy/add_pulumi_link 2018-10-21 14:01:57 -06:00
Sarah Drasner
922dac4ecf
Merge branch 'master' into add-some-resources 2018-10-21 14:00:16 -06:00
Sarah Drasner
a8f7862034
Merge branch 'master' into master 2018-10-21 13:58:53 -06:00
Sarah Drasner
bc06e1e18a
Merge pull request #2 from jessfraz/patch-1
Add a few more examples :)
2018-10-21 13:58:02 -06:00
Sarah Drasner
68321601ae
Merge pull request #1 from clarkeash/patch-1
Add link to announcement blog post
2018-10-21 13:57:21 -06:00
Antoine Leblanc
be1bf2738d
write correctly GitHub
ref: https://github.com/logos
2018-10-21 21:34:47 +02:00
Jonathan Johnson
1e3b60fb1d add link to packtracker github action 2018-10-21 13:57:59 -05:00
Jonathan Johnson
13447dc5f6 update link text 2018-10-21 13:56:12 -05:00
Jonathan Johnson
88321363b2 add surge/storybook deployment 2018-10-21 13:49:08 -05:00
Jon Maddox
1d48605faf
typo 2018-10-21 14:21:03 -04:00
Jon Maddox
64c2db976b
fix paths 2018-10-21 14:19:53 -04:00
joeduffy
277c813adc Add a link for deploying with Pulumi
This links to Pulumi's actions repo. That lists a bunch of getting
started information including

* [Intro Blog Post](https://blog.pulumi.com/continuous-delivery-to-any-cloud-using-github-actions-and-pulumi)
* [Rails App from GitHub Universe Keynote](https://github.com/pulumi/actions-example-gke-rails)
* [Getting Started Guide](https://pulumi.io/github)
* Lots of other articles and videos for how to have fun with Actions!
2018-10-21 11:16:54 -07:00
Jon Maddox
ba713b8fff
Add a few action to community resources 2018-10-21 14:16:09 -04:00
Logan
19c109a462 Add links to Netlify's actions 2018-10-21 11:14:14 -07:00
Jess Frazelle
464cced72b
Add a few more examples :) 2018-10-21 11:03:29 -07:00
Ashley Clarke
4784b9c82e
Update README.md 2018-10-21 11:35:34 +02:00
sdras
152aa2e5c8 fix links in community sections 2018-10-20 19:34:09 -06:00
sdras
43e92029d6 update readme 2018-10-20 19:20:22 -06:00
sdras
29ef68e891 initial commit 2018-10-20 19:08:16 -06:00
Sarah Drasner
e576a12fba
Initial commit 2018-10-17 11:53:46 -06:00