37 Commits

Author SHA1 Message Date
Fernandez Ludovic
bda13fa868 chore: add issue templates 2022-09-07 03:37:55 +02:00
Ludovic Fernandez
422f985057
dev: remove dependabot reviewers 2022-06-21 13:47:03 +02:00
dependabot[bot]
f3c064d740
build(deps): bump @actions/cache from 2.0.2 to 2.0.4 (#471)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-05-16 13:36:20 +02:00
dependabot[bot]
6aefae24f7
build(deps): bump @actions/github from 5.0.1 to 5.0.3 (#470)
Co-authored-by: Kamil Samigullin <kamil@samigullin.info>
2022-05-16 12:52:10 +02:00
dependabot[bot]
dfbcd2aee1
build(deps): bump github/codeql-action from 1 to 2 (#459) 2022-05-03 08:17:26 +02:00
dependabot[bot]
c3ef0c3702
build(deps): bump actions/setup-go from 2 to 3 (#443)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 09:13:50 -04:00
dependabot[bot]
f6cb2006aa
build(deps): bump actions/checkout from 2 to 3 (#409)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-07 11:01:50 -08:00
Tam Mach
03e4befc7a
ci(dep): Add step to commit changes if PR has dependencies label (#108)
This commit is to perform below steps:

- If PR is having dependencies label, update files in dist as well
- If PR doesn't have dependencies label, fail the build if there
is dirty changes.

Closes #55

Signed-off-by: Tam Mach <sayboras@yahoo.com>
2022-02-26 08:26:42 -08:00
Sergey Vilgelm
c675eb70db
Update all direct dependencies (#404)
* Update all direct dependencies

* use node v16
* upgrade typescript to v4.5.5
* upgrade actions/github to v5
* use vercel/ncc v0.33.3

* Add compatibility note for v3

* increase timeout for the testing workflow
2022-02-24 11:13:47 -08:00
Steve Coffman
423fbafafc
Remove Setup-Go (#403)
* Remove Setup-Go

Signed-off-by: Steve Coffman <steve@khanacademy.org>

* Add setup-go to test github actions

Signed-off-by: Steve Coffman <steve@khanacademy.org>

* Modify README and action.yml per review

Signed-off-by: Steve Coffman <steve@khanacademy.org>

* build dist

Co-authored-by: Sergey Vilgelm <sergey@vilgelm.com>
2022-02-24 09:34:23 -08:00
sg0hsmt
8067f9f84a
Add description for permissions settings (#298)
* Add permissions settings to action test

* Add permissions settings to example config
2021-10-29 10:26:23 -07:00
Sergey Vilgelm
d9f0e73c04
Check that go.mod exists in reading the version (#173)
Add additional tests in github actions
Support working directory for reading the version from go.mod
2021-02-23 23:51:00 -06:00
Tam Mach
a1c5369c06
feat(version): Support for patch verison (#101)
This commit is to support X.Y.Z version in config.

- if X.Y.Z version is passed, honour it 👍
- if X.Y version is passed, keep the same behaviour
as it is right now.

Closes #98

Signed-off-by: Tam Mach <sayboras@yahoo.com>
2020-10-17 16:52:51 +08:00
Tam Mach
90fbd40fc4
ci(codql): Add codeQL from github (#100)
This commit is to add codeQL scanning, which was recently introduced by github

Signed-off-by: Tam Mach <sayboras@yahoo.com>
2020-10-16 20:09:27 +11:00
Sergey Vilgelm
6317259e28
Run action on different platforms (#65) 2020-08-03 17:35:08 +03:00
Sergey Vilgelm
809d3b078b
Support latest tag for golangci-lint version (#64) 2020-08-02 11:04:32 -05:00
Sergey Vilgelm
c598686db1
Update dist after the dependabot PRs (#62) 2020-08-01 09:09:28 -05:00
Sergey Vilgelm
294f27a519
Update README and test action to use v1.29 (#56) 2020-07-23 11:01:52 +08:00
Sergey Vilgelm
8577a0ee23
Enable dependabot (#41) 2020-07-14 08:26:47 -05:00
Tam Mach
d737e6d962
Fix misleading version input description (#33)
* Fix misleading version input description

Signed-off-by: Tam Mach <sayboras@yahoo.com>

* Run npm run all

* Update dep to fix CI

* Update dep to fix CI

* Bump to 1.28

* Locked down setup-go version
2020-07-06 06:17:53 +02:00
Tam Mach
3395f777a4
Replace forked cache by official npm (#21)
* Replace forked cache by official npm

* Follow the same validation as @action/cache

* Remove debug log
2020-05-23 12:25:16 +03:00
Denis Isaev
10cbc929b3
Support only-new-issues (#19)
Fixes #16
2020-05-22 10:36:12 +03:00
Stephanie Hobbs
20d5541dab
Add working-directory support (#18)
Add working-directory support

Fixes #15
2020-05-21 14:36:02 +03:00
Denis Isaev
27e14e0f3f use action config, don't require github token
fixes #11
2020-05-09 16:34:52 +03:00
Denis Isaev
fc9d1728df docs: recommend using GITHUB_TOKEN
Fixes: #9
2020-05-07 15:42:54 +03:00
Denis Isaev
ce34998f1f
dev: rename main workflow name 2020-05-04 19:54:26 +03:00
Denis Isaev
853ade09ed
reimplement github action in typescript 2020-05-04 17:48:04 +03:00
Denis Isaev
666cc9164e
use golangci-lint v1.26 2020-05-03 16:06:24 +03:00
Aleksandr Razumov
9c543591de
workflow: remove github token 2020-04-26 19:43:53 +03:00
Aleksandr Razumov
d3ea46b6e2
add format 2020-04-26 04:39:27 +03:00
Aleksandr Razumov
542ddbcf10
use exit code 0 2020-04-26 04:31:18 +03:00
Aleksandr Razumov
04ae938712
rename docker image step 2020-04-26 04:27:08 +03:00
Aleksandr Razumov
48933044a0
use directory arg 2020-04-26 04:23:27 +03:00
Aleksandr Razumov
bdb0c2099d
short naming 2020-04-26 03:55:56 +03:00
Aleksandr Razumov
6eb54d49f7
add sample 2020-04-26 03:52:07 +03:00
Aleksandr Razumov
bae0e1478b
fix typo in docker build 2020-04-26 00:44:03 +03:00
Aleksandr Razumov
52ce8f5803
add draft action 2020-04-26 00:39:46 +03:00