Federico Grandi
7b61ff5331
docs: fix outdated docs about the pull input
...
closes #354
2022-01-23 23:22:02 +01:00
Federico Grandi
017fbd6dce
chore: lint source code
2022-01-23 23:13:35 +01:00
Federico Grandi
2103e93ecc
chore: npm audit fix, update build
2022-01-23 23:09:07 +01:00
allcontributors[bot]
1a5e6d925d
docs: add mcargille as a contributor for bug, code ( #355 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-01-23 23:07:03 +01:00
mcargille
bfbc660a1b
fix: add check to allow empty commits ( #352 )
...
* add check to allow empty commits if arg is set
* fix: target only the desired argument
* fix: add debug message
* fix: fix debug message
Co-authored-by: Federico Grandi <fgrandi30@gmail.com >
2022-01-23 23:05:54 +01:00
Federico Grandi
7ea52730bc
docs: update README to new version tag
v8.0.0
2022-01-20 15:08:33 +01:00
Federico Grandi
0294aa039d
release: v8.0.0
2022-01-20 15:02:45 +01:00
Federico Grandi
b9360951d0
docs: change manifest description
2022-01-20 14:43:11 +01:00
Federico Grandi
ab35b67df6
docs(README): fix contributors link
2022-01-20 13:38:10 +01:00
Federico Grandi
03fca92ff8
docs: improve README
2022-01-20 13:36:33 +01:00
Federico Grandi
0e1feea77e
feat: add commit_long_sha output ( #349 )
2022-01-20 13:18:16 +01:00
allcontributors[bot]
f016b267be
docs: add Darylgolden as a contributor for bug ( #348 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-01-20 12:39:01 +01:00
Federico Grandi
6fdb34ed01
fix!: change behavior related to branches and pulling
...
I would have opened a pull request, but for some reason GitHub was
preventing me to do so...
Anyway, here's the description:
This PR makes the action run on whatever has been checked out by
previous steps.
This is better because it makes the action faster and solves some issues
that are caused by it pulling from the wrong ref (especially in PRs that
involve a fork).
The previous branch-related inputs have been removed, in favor of a new
input called `new-branch`: this will allow you to create a new branch
from the starting ref. If the branch already exists the action will try
to push anyway, but that can result in the remote rejecting the push
because it's not straightforward. For info on how to handle this
situation, please check out the README.
In conclusion, this PR makes the user responsible for handling branches,
while still keeping an easy-to-use option to create new branches for
those who need it: just make sure that you also consider when the branch
already exists.
Fixes #327
2022-01-20 12:34:22 +01:00
Federico Grandi
bea30d7628
docs(README): improve branch paragraph
2022-01-19 22:31:54 +01:00
Federico Grandi
c989bf31e9
docs: update README
2022-01-19 22:17:57 +01:00
Federico Grandi
a790c74dfe
fix: merge existing inputs into new new_branch input
2022-01-19 21:41:48 +01:00
Federico Grandi
90c92e18d6
ci: add CodeQL
2022-01-19 16:26:25 +01:00
dependabot[bot]
b7e58855c4
chore(deps-dev): bump @vercel/ncc from 0.33.0 to 0.33.1 ( #344 )
...
Bumps [@vercel/ncc](https://github.com/vercel/ncc ) from 0.33.0 to 0.33.1.
- [Release notes](https://github.com/vercel/ncc/releases )
- [Commits](https://github.com/vercel/ncc/compare/0.33.0...0.33.1 )
---
updated-dependencies:
- dependency-name: "@vercel/ncc"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-20 18:12:25 +01:00
dependabot[bot]
4183cd85fa
chore(deps-dev): bump typescript from 4.5.3 to 4.5.4 ( #343 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.5.3 to 4.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.3...v4.5.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-20 18:11:35 +01:00
dependabot[bot]
649affade7
chore(deps-dev): bump typescript from 4.5.2 to 4.5.3 ( #338 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.2...v4.5.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-13 19:11:29 +01:00
Federico Grandi
d4d39927bf
fix!: don't switch branch unless explicitly told so
2021-12-09 18:35:35 +01:00
Federico Grandi
249b415d1b
chore: move io-related code to dedicated file
2021-12-09 18:13:17 +01:00
dependabot[bot]
8e3afcf3c9
chore(deps-dev): bump @vercel/ncc from 0.32.0 to 0.33.0 ( #334 )
...
Bumps [@vercel/ncc](https://github.com/vercel/ncc ) from 0.32.0 to 0.33.0.
- [Release notes](https://github.com/vercel/ncc/releases )
- [Commits](https://github.com/vercel/ncc/compare/0.32.0...0.33.0 )
---
updated-dependencies:
- dependency-name: "@vercel/ncc"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-06 17:14:06 +01:00
dependabot[bot]
715ee20ac2
chore(deps-dev): bump prettier from 2.5.0 to 2.5.1 ( #333 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.5.0...2.5.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-06 17:13:52 +01:00
Federico Grandi
9b29ba5ec1
[auto] build: update compiled version
2021-12-03 20:45:21 +00:00
Federico Grandi
7d7466136c
fix!: remove pull_strategy
2021-12-03 21:44:12 +01:00
Federico Grandi
52d096458a
[auto] build: update compiled version
2021-12-03 20:39:27 +00:00
allcontributors[bot]
40463d7b72
docs: add JavierSegoviaCordoba as a contributor for ideas ( #332 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-12-03 21:39:16 +01:00
Federico Grandi
7392614f5c
feat!: add commit input ( #331 )
...
* fix!: remove `signoff` input
* feat: add `commit` input
2021-12-03 21:38:30 +01:00
Federico Grandi
b1323b2f1c
docs(README): add FAQ about GitHub PATs
...
Fixes #318
2021-12-03 20:10:07 +01:00
allcontributors[bot]
15c2ba6606
docs: add drewwells as a contributor for ideas ( #330 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-12-03 19:56:05 +01:00
Federico Grandi
8c12ff729a
release: v7.5.0
v7
v7.5.0
2021-12-03 19:51:35 +01:00
Federico Grandi
5e435d82de
[auto] build: update compiled version
2021-12-03 18:44:07 +00:00
Federico Grandi
7d94da29b1
feat: support new remote branch creation ( #329 )
...
* fix: don't pull on new branch creation
* fix: don't show useless errors on branch creation
* feat: add branch_mode input
* fix: properly exit after fialed input check
* docs(README): document new input
2021-12-03 19:42:39 +01:00
dependabot[bot]
f6438de30b
chore(deps-dev): bump prettier from 2.4.1 to 2.5.0 ( #328 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.4.1...2.5.0 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-29 21:06:17 +01:00
dependabot[bot]
fbeb5fd3a5
chore(deps-dev): bump @types/js-yaml from 4.0.4 to 4.0.5 ( #325 )
...
Bumps [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml ) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/js-yaml )
---
updated-dependencies:
- dependency-name: "@types/js-yaml"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-22 13:16:19 +01:00
dependabot[bot]
49756edd0d
chore(deps-dev): bump typescript from 4.4.4 to 4.5.2 ( #324 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.4.4 to 4.5.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.4...v4.5.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-22 13:16:05 +01:00
dependabot[bot]
39badb77ba
chore(deps-dev): bump @vercel/ncc from 0.31.1 to 0.32.0 ( #323 )
...
Bumps [@vercel/ncc](https://github.com/vercel/ncc ) from 0.31.1 to 0.32.0.
- [Release notes](https://github.com/vercel/ncc/releases )
- [Commits](https://github.com/vercel/ncc/compare/0.31.1...0.32.0 )
---
updated-dependencies:
- dependency-name: "@vercel/ncc"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-22 13:15:50 +01:00
dependabot[bot]
45a4ede867
chore(deps-dev): bump husky from 7.0.2 to 7.0.4 ( #317 )
...
Bumps [husky](https://github.com/typicode/husky ) from 7.0.2 to 7.0.4.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v7.0.2...v7.0.4 )
---
updated-dependencies:
- dependency-name: husky
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-25 18:57:21 +02:00
dependabot[bot]
502906541a
chore(deps-dev): bump @types/js-yaml from 4.0.3 to 4.0.4 ( #315 )
...
Bumps [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml ) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/js-yaml )
---
updated-dependencies:
- dependency-name: "@types/js-yaml"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-25 18:55:49 +02:00
dependabot[bot]
0568295fb2
chore(deps-dev): bump ts-node from 10.3.0 to 10.4.0 ( #314 )
...
Bumps [ts-node](https://github.com/TypeStrong/ts-node ) from 10.3.0 to 10.4.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases )
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.3.0...v10.4.0 )
---
updated-dependencies:
- dependency-name: ts-node
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-25 18:55:33 +02:00
dependabot[bot]
fe1e1da20c
chore(deps-dev): bump ts-node from 10.2.1 to 10.3.0 ( #310 )
...
Bumps [ts-node](https://github.com/TypeStrong/ts-node ) from 10.2.1 to 10.3.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases )
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.2.1...v10.3.0 )
---
updated-dependencies:
- dependency-name: ts-node
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-18 21:27:26 +02:00
dependabot[bot]
f6cc47a6d2
chore(deps-dev): bump typescript from 4.4.3 to 4.4.4 ( #308 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.4.3 to 4.4.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.3...v4.4.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-18 21:25:41 +02:00
dependabot[bot]
46020d9ef1
chore(deps-dev): bump @typescript-eslint/eslint-plugin ( #305 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 4.32.0 to 4.33.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-11 20:42:50 +02:00
dependabot[bot]
4b697d46a2
chore(deps-dev): bump @typescript-eslint/parser from 4.32.0 to 4.33.0 ( #303 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.32.0 to 4.33.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-11 20:38:05 +02:00
dependabot[bot]
39cfc84aa6
chore(deps): bump @actions/core from 1.5.0 to 1.6.0 ( #302 )
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-04 22:05:13 +02:00
dependabot[bot]
e1bc13238c
chore(deps-dev): bump @typescript-eslint/eslint-plugin ( #301 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 4.31.2 to 4.32.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.32.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-04 22:03:30 +02:00
Federico Grandi
d77762158d
release: v7.4.0
v7.4.0
2021-09-30 17:03:24 +02:00
Federico Grandi
2de1ed6ac4
[auto] build: update compiled version
2021-09-30 07:34:29 +00:00
Federico Grandi
314739c46f
feat: add pull input, deprecate pull_strategy ( #294 )
...
* feat: add pull input and deprecate pull_strategy
* docs(README): update pull docs
* fix: fix DeepScan issue
* fix: minor formatting change
2021-09-30 09:33:32 +02:00