Commit Graph

160 Commits

Author SHA1 Message Date
d806186ee3 build: update distribution ()
Co-authored-by: actions-bot <actions-bot@users.noreply.github.com>
2023-09-19 21:38:50 +09:00
eebb6ccce1 build: update distribution ()
Co-authored-by: actions-bot <actions-bot@users.noreply.github.com>
2023-06-21 09:29:56 +09:00
153407881e fix: specify head repo () 2023-06-14 10:11:08 +09:00
4ddb8c8fe7 build: update distribution ()
Co-authored-by: actions-bot <actions-bot@users.noreply.github.com>
2023-05-24 09:22:05 +09:00
284f54f989 fix: truncate body if exceeds max length () 2023-05-02 10:37:56 +09:00
5b4a9f6a9e v5 ()
* feat: restore working base branch and uncommitted changes

* docs: uncommitted changes are stashed and restored

* docs: add major version notes

* fix: update package version

* fix: update package-lock

* feat: revise proxy implementation

* docs: add notes for the revised proxy implementation

* feat: set and remove git safe directory

* docs: add notes for the git safe directory feature

* fix: use base url for proxy check

* feat: determine the git dir with rev-parse

* build: update package lock

* fix: remove support for ghes alpha

* feat: revise handling of team reviewers

* docs: update notes

* feat: body-path

* docs: update to v5

* docs: update to v5

* build: fix package lock
2023-04-05 08:41:18 +09:00
ec919b7792 build: update distribution ()
Co-authored-by: actions-bot <actions-bot@users.noreply.github.com>
2023-02-01 09:18:35 +09:00
16ae6c427b build(deps-dev): update dev dependencies () 2022-12-12 11:46:21 +09:00
852fead4ce build: update distribution ()
Co-authored-by: actions-bot <actions-bot@users.noreply.github.com>
2022-12-12 11:08:03 +09:00
73ff87b6a4 build: update distribution ()
Co-authored-by: peter-evans <peter-evans@users.noreply.github.com>
2022-12-09 15:32:20 +09:00
2b011faafd fix: add check for missing token input () 2022-11-28 16:10:24 +09:00
331d02c7e2 fix: support github server url for pushing to fork ()
* feat: support github server url for pushing to fork ()

Co-authored-by: Kevin Zhu <kevin.zhu@sap.com>

* fix: code formatting

* test: fix tests for getRemoteUrl

Co-authored-by: MildC <kevin.xizhu@gmail.com>
Co-authored-by: Kevin Zhu <kevin.zhu@sap.com>
2022-11-24 11:52:04 +09:00
d7db273d6c fix: handle update after force pushing base to a new commit () 2022-11-22 10:42:29 +09:00
b4d51739f9 feat: switch proxy implementation () 2022-10-18 12:14:51 +09:00
ef83023339 build(deps): bump @actions/core to 1.10.0 () 2022-10-16 23:22:11 +09:00
671dc9c9e0 build: update distribution ()
Co-authored-by: peter-evans <peter-evans@users.noreply.github.com>
2022-09-28 12:39:00 +09:00
ddab646771 fix: only strip optional '.git' suffix from https server remote name and not 'Xgit' () 2022-09-28 12:35:31 +09:00
3f9dbd5a76 fix: replace use of any type () 2022-09-21 15:42:50 +09:00
171dd555b9 fix: improve logging when checking fork () 2022-09-21 10:40:38 +09:00
33434f1c62 build: update distribution ()
Co-authored-by: peter-evans <peter-evans@users.noreply.github.com>
2022-08-19 11:21:51 +09:00
18f90432be build: update distribution ()
Co-authored-by: peter-evans <peter-evans@users.noreply.github.com>
2022-08-18 17:29:42 +09:00
2721abb4d0 fix: handle nothing to commit when autocrlf is set () 2022-08-18 17:20:00 +09:00
20dac2ed48 build: update distribution ()
Co-authored-by: peter-evans <peter-evans@users.noreply.github.com>
2022-08-17 12:37:21 +09:00
923ad837f1 force tryFetch () 2022-06-03 17:30:50 +09:00
f094b77505 fix: avoid issue with case sensitivity of repo names ()
* fix: avoid issue with case sensitivity in condition

* chore: upgrade jest to v28
2022-05-08 17:37:36 +09:00
bd72e1b792 fix: use full name for head branch to allow for repo renaming () 2022-04-08 21:38:55 +09:00
f1a7646cea build: update distribution ()
Co-authored-by: peter-evans <peter-evans@users.noreply.github.com>
2022-03-31 17:14:30 +09:00
15b68d176d fix: strip optional '.git' suffix from https server remote name. ()
* Strip optional '.git' suffix from https server remote name.

* Revert "Strip optional '.git' suffix from https server remote name."

This reverts commit c2e9041213985796111bd85229e2375f407c2752.

* Strip optional '.git' suffix from https server remote name.
2022-03-31 17:10:39 +09:00
d6d5519d05 v4 ()
* feat: update action runtime to node 16

* feat: allow add-paths to resolve to no changes

* docs: update readme

* chore: update package lock

* chore: bump dependency

* ci: add dependabot workflow

* docs: update action versions
2022-03-23 14:22:01 +09:00
18f7dc018c feat: revert update action runtime to node 16 2022-02-28 21:17:05 +09:00
89265e8d24 feat: update action runtime to node 16 ()
* fix: prefer getMultilineInput and getBooleanInput from actions/core

* build: update distribution

* feat: update action runtime to node 16

* ci: update setup-node and cache npm dependencies

* revert: getMultilineInput to getInputAsArray

* build: update distribution
2022-02-28 13:55:51 +09:00
a7bb76508d fix: remove unused draft param from pull update () 2022-02-23 15:34:53 +09:00
f22a7da129 fix: add '--' to checkout command to avoid ambiguity ()
* fix: add '--' to checkout command to avoid ambiguity

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Update src/git-command-manager.ts

Co-authored-by: Peter Evans <18365890+peter-evans@users.noreply.github.com>

Co-authored-by: Peter Evans <18365890+peter-evans@users.noreply.github.com>
2022-01-31 09:49:59 +09:00
3f60247108 ci: remove workflow () 2022-01-28 11:42:48 +09:00
dcd5fd746d feat: add-paths input ()
* add add-pattern-array argument

* ignore return code

* doc to add-pattern-array

* update README.md

* cleanup after success commit

* fix integration tests

* add test

* update naming and docs

* update readme

* fix missing await

* update docs

Co-authored-by: avdim <avdim@mail.ru>
Co-authored-by: Авдеев Дима <avdeev@tutu.tech>
2021-12-14 11:23:29 +09:00
10a1849302 chore: update dist 2021-12-02 11:19:12 +09:00
a5a72ba246 build: update distribution 2021-11-04 02:07:25 +00:00
c0a9598b0e feat: add output for head sha 2021-11-04 10:42:17 +09:00
ad71e1f128 build: update distribution 2021-10-07 01:48:29 +00:00
3263596ac4 fix: set error types to any 2021-09-02 13:59:32 +09:00
028a63020c build: update distribution 2021-07-22 02:05:00 +00:00
a518698c07 build: update distribution 2021-05-27 04:20:57 +00:00
28beef91aa feat: add support for https_proxy env var 2021-05-22 09:32:10 +09:00
32c71c837c fix: improve logging 2021-05-14 13:47:55 +09:00
423630f7c0 build: update distribution 2021-05-13 03:50:34 +00:00
8bb8511e4d fix: remove unnecessary gpg-sign input 2021-05-10 09:01:53 +09:00
0524c01297 feat: add input to enable gpg commit signing 2021-05-09 10:14:59 +09:00
e4c811acf5 build: update distribution 2021-04-01 03:07:25 +00:00
ad897490d5 build: update distribution 2021-03-16 02:35:04 +00:00
6ec5e3e26b build: update distribution 2021-02-25 02:20:17 +00:00