839
2d47f7b7f6
Add execution state information ( #499 )
...
* Add execution state information (#371 )
* Type conformance to REST API (#371 )
* Changed to get the job name (#371 )
2020-06-25 23:25:13 -04:00
Thomas Boop
8e14ff9f0a
Setup Weekly Automation to Update @actions/github ( #498 )
...
* create automation to update Octokit for actions toolkit
Co-authored-by: Dependency Update Bot <bot@github.com>
Co-authored-by: Shohei Ueda <30958501+peaceiris@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2020-06-19 14:35:19 -04:00
Thomas Boop
3e40dd39cc
Explicitly exclude DS store files ( #492 )
2020-06-04 15:14:19 -04:00
Thomas Boop
c65fe87e33
Minor readme clarification
2020-06-03 13:51:19 -04:00
Ryo Ota
d4340966b7
Add type of context.payload.comment ( #375 )
2020-06-03 11:54:01 -04:00
Thomas Boop
d69e699ab9
Update release information for @actions/github 3.0.0 ( #489 )
2020-06-03 10:12:22 -04:00
Thomas Boop
4a89cf72de
@actions/github v3 using Octokit/core ( #453 )
...
* Rebuild to use @Octokit/Core
2020-06-02 21:39:46 -04:00
Bryan MacFarlane
4e9375da09
Tool cache install from a manifest file ( #382 )
2020-05-19 13:25:57 -04:00
eric sciple
264e52add6
set base URL for GHES ( #449 )
2020-05-07 09:41:18 -04:00
dependabot[bot]
6a744be7ed
Bump @actions/http-client from 1.0.3 to 1.0.8 in /packages/github ( #438 )
...
Bumps [@actions/http-client](https://github.com/actions/http-client ) from 1.0.3 to 1.0.8.
- [Release notes](https://github.com/actions/http-client/releases )
- [Changelog](https://github.com/actions/http-client/blob/master/RELEASES.md )
- [Commits](https://github.com/actions/http-client/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-05-01 09:46:19 -04:00
per1234
df7e2c13c8
Fix broken links in documentation ( #425 )
2020-04-24 11:55:31 +02:00
Thomas Boop
3c125ce4e0
Update eslint to 2.2.7 ( #410 )
2020-04-13 10:19:49 -04:00
Thomas Boop
82fbe5da0f
Update jest to 25.1 ( #374 )
...
* Update jest to 25.1
* Update acorn to 6.4.1
* Update dependencies, run audit on all packages, update packagelock
* Remove package-lock dependencies
2020-03-09 14:17:29 -04:00
Thomas Boop
41157b23c7
Release 2.1.1 of @actions/github ( #357 )
2020-02-20 14:02:42 -05:00
Ryo Ota
fa03eb4d22
Use import {Octokit} ( #332 )
...
* Use import {Octokit}
* Update @octokit/rest to 16.43.1
2020-02-18 15:43:07 -05:00
eric sciple
432a78c48c
check proxy bypass before setting proxy agent ( #320 )
2020-01-23 14:35:41 -05:00
Thomas Boop
80e6ba7033
Update readme with type assertion information ( #310 )
...
* Update readme with type assertion information
* PR updates
2020-01-22 11:53:39 -05:00
eric sciple
6072c249ee
release notes ( #317 )
2020-01-21 13:25:05 -05:00
Thomas Boop
a9175f3986
Correctly pull issue number for pull request review events ( #311 )
2020-01-21 10:44:38 -05:00
eric sciple
ab5bd9d696
octokit client should follow proxy settings ( #314 )
2020-01-18 14:28:37 -05:00
eric sciple
e69833ed16
release notes ( #308 )
2020-01-14 11:58:44 -05:00
Bryan MacFarlane
2e88402d19
audit fix and update http-client ( #298 )
2020-01-10 16:37:48 -05:00
eric sciple
947ba5b559
bump versions ( #295 )
2020-01-09 17:31:27 -05:00
Bryan MacFarlane
803934eca0
audit security vulnerabilities as part of ci ( #280 )
2020-01-03 17:54:10 -05:00
dependabot[bot]
a94e2440cb
Bump handlebars from 4.1.2 to 4.5.3 in /packages/github ( #276 )
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.1.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-12-27 19:48:20 -05:00
Yusuke Sakurai
606e1f27ac
add: "types" to each package.json ( #221 )
...
fix es #148
2019-12-17 11:03:58 -05:00
Peter Evans
be9f18b69f
Fix documentation links ( #217 )
2019-12-10 09:11:03 -05:00
eric sciple
15033a1aed
commit package-lock.json
2019-12-09 11:21:43 -05:00
Ross Brodbeck
5fdab2aaf2
Update octokit graphql type dependencies ( #228 )
...
* Update GraphQL support in base API
2019-12-06 07:52:04 -05:00
Manuel Muñoz Solera
565d0bbe18
Adding missing curly Brace in Usage example ( #150 )
2019-10-14 10:59:46 -04:00
Harry Marr
47ccfea021
Add 'repository.directory' to package manifests ( #143 )
2019-09-24 22:30:51 -04:00
Chad Schulz
46bd5e54fd
Wrap example in async function ( #157 )
...
As someone not too familiar with async/await JavaScript, I was hung up on this for a bit. If this is too distracting from the example itself, I can understand not integrating it.
2019-09-24 22:27:50 -04:00
Bryan MacFarlane
67eeeea9fa
use zip and unzip from path ( #161 )
2019-09-24 17:07:08 -04:00
Chad Schulz
3116829a9b
Add missing } to token example ( #153 )
2019-09-24 13:49:32 -04:00
Warren Buckley
b297969f56
Update readme to show how to use the secret GITHUB_TOKEN ( #131 )
...
* Update readme to show how to use the secret GITHUB_TOKEN
* Adds in link to docs - which I feel seem to be scattered in repos & official docs
2019-09-12 10:50:19 -04:00
Danny McCormick
6160df50dc
Update RELEASES.md
2019-09-05 13:27:22 -04:00
Jonathan Clem
a2ab4bcf78
Publish
...
- @actions/core@1.1.0
- @actions/exec@1.0.1
- @actions/github@1.1.0
- @actions/io@1.0.1
- @actions/tool-cache@1.1.1
2019-09-05 11:03:19 -04:00
Jonathan Clem
1c4866fa48
Add note about constructor options
2019-09-05 10:52:34 -04:00
Jonathan Clem
e533651251
Accept Octokit.Options in the GitHub constructor
2019-09-05 09:54:27 -04:00
damccorm
2a1b7d5c7e
Merge branch 'master' of https://github.com/actions/toolkit
2019-09-04 14:04:40 -04:00
damccorm
eaba9217f8
Bump package version
2019-09-04 14:04:31 -04:00
Danny McCormick
f2d01998f0
Update RELEASES.md
2019-09-03 14:42:04 -04:00
Danny McCormick
99d3ad0a64
Use readFileSync instead of require ( #101 )
...
* Use readFileSync instead of require
* error handling
2019-08-30 13:02:45 -04:00
Danny McCormick
6b9630ac94
Add RELEASES.md for each package, bump tool-cache to publish ( #67 )
2019-08-22 13:14:49 -04:00
Gregor Martynus
aec0ef46e4
[@actions/github] Fix code example, add syntax highlighting ( #43 )
...
* [@actions/github] Fix code example, add syntax highlighting
* [@actions/github] add link to @octkit/graphql API
* [@octokit/github] moar syntax highlighting in README
2019-08-07 17:23:44 -04:00
Danny McCormick
d7f00ea0fd
Update package versions to 1.0.0 ( #42 )
...
* Update package versions to 1.0.0
* Fix package-lock
2019-08-07 12:56:34 -04:00
Danny McCormick
fc9958ec6a
Fix exports
2019-08-05 08:53:51 -04:00
Danny McCormick
027a230b99
Correct github interfaces
2019-08-02 15:25:51 -04:00
Danny McCormick
4a7f2143e6
Get token from input in doc
2019-07-31 16:19:47 -04:00
Danny McCormick
2a2b51f939
Add github package ( #32 )
...
* Add github package
* Docs
* Feedback
* Accidentally added extra
* Allow octokit to be extended
* Respond to feedback
* Feedback
2019-07-29 13:09:32 -04:00