Commit Graph

65 Commits

Author SHA1 Message Date
Jonathan Clem
6eefe48bc9 Update @actions NPM dependencies 2020-02-27 16:52:48 -05:00
Jonathan Clem
5363c89495 v0.6.0 0.6.0 2020-02-25 15:45:01 -05:00
Jonathan Clem
b20057aecf Target es2018 2020-02-25 15:42:58 -05:00
Jonathan Clem
ebc5283d9c Remove yarn.lock 2020-02-25 15:42:43 -05:00
Jonathan Clem
f3c2f2ea28 Bump v0.5.0 0.5.0 2020-02-13 14:17:57 -05:00
Jonathan Clem
8e6ec0efea Add development docs 2020-02-13 14:17:08 -05:00
Jonathan Clem
c98effd497 Add README content about github-token 2020-02-13 14:07:32 -05:00
Jonathan Clem
e26865c60b Merge pull request #24 from joshmgross/master
Default to the GitHub token
2020-02-13 14:05:12 -05:00
Josh Gross
1d4576cfc1 Default to the GitHub token 2020-01-22 22:26:04 -05:00
Jonathan Clem
70e1324591 Merge pull request #22 from jcansdale/patch-1
Fix example context properties
2020-01-16 10:42:30 -05:00
Jamie Cansdale
45a1478a3c Fix other examples 2020-01-13 01:29:26 +00:00
Jamie Cansdale
b57a417097 Use context.issue and context.repo 2020-01-13 01:25:26 +00:00
Jamie Cansdale
966982d0f8 Use fields on context.payload 2020-01-13 00:47:30 +00:00
Jonathan Clem
5bc9a17b5e Merge pull request #19 from francisfuzz/francisfuzz/husky
feat(build): use husky for pre-commit
2020-01-08 17:18:45 -05:00
Jonathan Clem
aa2b350b20 Update index.js 2020-01-08 17:13:53 -05:00
Jonathan Clem
49479481d1 Revert dist/index.js to master 2020-01-08 17:13:33 -05:00
Jonathan Clem
173930380c Update index.js 2020-01-08 17:13:09 -05:00
francisfuzz
2df917a7ec reset dist/index.js back to 1daa763e63 2020-01-08 12:51:55 -08:00
francisfuzz
e27277ca72 re-commit dist/index.js 2020-01-08 12:44:56 -08:00
francisfuzz
ad75d095ea remove dist/index.js 2020-01-08 12:43:34 -08:00
Jonathan Clem
f2f148bee6 Merge branch 'master' into francisfuzz/husky 2020-01-08 15:23:21 -05:00
Jonathan Clem
1daa763e63 Merge pull request #20 from actions/typescript
Use TypeScript
2020-01-08 15:22:37 -05:00
Jonathan Clem
2adb4f3620 Use TypeScript 2020-01-08 15:17:10 -05:00
francisfuzz
38e28a96bd feat(build): use husky for pre-commit 2020-01-08 12:14:39 -08:00
Jonathan Clem
83e4cfe60a Bump to 0.4.0 0.4.0 2020-01-08 14:58:37 -05:00
Jonathan Clem
29c97cb536 Merge pull request #18 from actions/result-encoding
Result encoding
2020-01-08 14:57:34 -05:00
Jonathan Clem
de1677be2d Add string-encoding example to README 2020-01-08 14:56:44 -05:00
Jonathan Clem
99889c25e0 Fix result-enoding/encoding typo 2020-01-08 14:53:04 -05:00
Jonathan Clem
9abe67e516 Encode result into output 2020-01-08 14:40:07 -05:00
Jonathan Clem
622ce3121a Accept json or string encoding of result 2020-01-08 14:39:09 -05:00
Jonathan Clem
1a49f59545 Handle deprecation of number param in Octokit 2020-01-08 14:30:48 -05:00
Jonathan Clem
70dbd8d3ba Merge pull request #17 from francisfuzz/francisfuzz/ncc
Use @zeit/ncc instead of checking in node_modules
2020-01-08 14:14:17 -05:00
francisfuzz
5abce7d243 chore: update package.json metadata 2020-01-03 09:30:21 -08:00
francisfuzz
93e067c319 feature: build source file with ncc 2020-01-03 09:19:52 -08:00
francisfuzz
ae247f778e config: ignore node_modules 2020-01-03 09:16:55 -08:00
francisfuzz
d9c834f45d remove node_modules 2020-01-03 09:16:17 -08:00
Jonathan Clem
11098d4ae3 Merge pull request #13 from orta/patch-1
Update versions in README.md
2019-11-21 08:45:17 -05:00
Jonathan Clem
87914af509 Update README.md 2019-11-21 08:43:14 -05:00
Orta
f59de04a66 Update README.md 2019-11-18 14:38:58 -05:00
Jonathan Clem
9f3a1f1343 Add GitHub as author 0.3.0 2019-11-13 15:04:08 -08:00
Jonathan Clem
72fd1e6109 Make some minor changes to README 2019-11-13 15:03:01 -08:00
Jonathan Clem
470a4bfd94 Merge pull request #11 from actions/ethomson/update_description
Update description
2019-11-13 15:02:38 -08:00
Jonathan Clem
71fcc9050d Pass "require" to function context 2019-11-13 14:54:26 -08:00
Edward Thomson
4f0c94ef13 Update description 2019-11-08 16:22:35 +00:00
Jonathan Clem
d910cb8d03 Merge pull request #4 from JJ/master
Adds example that uses the github object
2019-11-07 11:16:48 -05:00
Juan Julián Merelo Guervós
4404120432 Update README.md as requested
Co-Authored-By: Jonathan Clem <jclem@github.com>
2019-09-17 21:40:17 +02:00
Juan Julián Merelo Guervós
1d11b7fefb Update README.md as requested
Co-Authored-By: Jonathan Clem <jclem@github.com>
2019-09-17 21:39:56 +02:00
Jonathan Clem
47683009b7 Update README.md 2019-09-17 15:07:13 -04:00
JJ Merelo
4418551f1d Adds example with use of github object 2019-09-06 09:15:54 +02:00
Jonathan Clem
e5da67d395 Use 0.2.0 in README 0.2.0 2019-09-05 12:03:28 -04:00