Taliesin Sisson
7d24e3c0c4
The temporary branch is created from the working base branch. So the differences between the two branches will always be none. What we want is all the differences from temporary branch to the base branch.
2023-04-04 20:59:52 +01:00
actions-bot
ec919b7792
build: update distribution ( #1563 )
...
Co-authored-by: actions-bot <actions-bot@users.noreply.github.com>
2023-02-01 09:18:35 +09:00
Peter Evans
16ae6c427b
build(deps-dev): update dev dependencies ( #1416 )
2022-12-12 11:46:21 +09:00
actions-bot
852fead4ce
build: update distribution ( #1400 )
...
Co-authored-by: actions-bot <actions-bot@users.noreply.github.com>
2022-12-12 11:08:03 +09:00
github-actions[bot]
73ff87b6a4
build: update distribution ( #1378 )
...
Co-authored-by: peter-evans <peter-evans@users.noreply.github.com>
2022-12-09 15:32:20 +09:00
Peter Evans
2b011faafd
fix: add check for missing token input ( #1324 )
2022-11-28 16:10:24 +09:00
Peter Evans
331d02c7e2
fix: support github server url for pushing to fork ( #1318 )
...
* feat: support github server url for pushing to fork (#1315 )
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
Peter Evans
d7db273d6c
fix: handle update after force pushing base to a new commit ( #1307 )
2022-11-22 10:42:29 +09:00
Peter Evans
b4d51739f9
feat: switch proxy implementation ( #1269 )
2022-10-18 12:14:51 +09:00
Peter Evans
ef83023339
build(deps): bump @actions/core to 1.10.0 ( #1274 )
2022-10-16 23:22:11 +09:00
github-actions[bot]
671dc9c9e0
build: update distribution ( #1260 )
...
Co-authored-by: peter-evans <peter-evans@users.noreply.github.com>
2022-09-28 12:39:00 +09:00
campersau
ddab646771
fix: only strip optional '.git' suffix from https server remote name and not 'Xgit' ( #1257 )
2022-09-28 12:35:31 +09:00
Peter Evans
3f9dbd5a76
fix: replace use of any type ( #1251 )
2022-09-21 15:42:50 +09:00
Peter Evans
171dd555b9
fix: improve logging when checking fork ( #1246 )
2022-09-21 10:40:38 +09:00
github-actions[bot]
33434f1c62
build: update distribution ( #1229 )
...
Co-authored-by: peter-evans <peter-evans@users.noreply.github.com>
2022-08-19 11:21:51 +09:00
github-actions[bot]
18f90432be
build: update distribution ( #1216 )
...
Co-authored-by: peter-evans <peter-evans@users.noreply.github.com>
2022-08-18 17:29:42 +09:00
Peter Evans
2721abb4d0
fix: handle nothing to commit when autocrlf is set ( #1211 )
2022-08-18 17:20:00 +09:00
github-actions[bot]
20dac2ed48
build: update distribution ( #1208 )
...
Co-authored-by: peter-evans <peter-evans@users.noreply.github.com>
2022-08-17 12:37:21 +09:00
Keunhong Lee
923ad837f1
force tryFetch ( #1189 )
2022-06-03 17:30:50 +09:00
Peter Evans
f094b77505
fix: avoid issue with case sensitivity of repo names ( #1179 )
...
* fix: avoid issue with case sensitivity in condition
* chore: upgrade jest to v28
2022-05-08 17:37:36 +09:00
Peter Evans
bd72e1b792
fix: use full name for head branch to allow for repo renaming ( #1164 )
2022-04-08 21:38:55 +09:00
github-actions[bot]
f1a7646cea
build: update distribution ( #1157 )
...
Co-authored-by: peter-evans <peter-evans@users.noreply.github.com>
2022-03-31 17:14:30 +09:00
Scott Alexander
15b68d176d
fix: strip optional '.git' suffix from https server remote name. ( #1153 )
...
* Strip optional '.git' suffix from https server remote name.
* Revert "Strip optional '.git' suffix from https server remote name."
This reverts commit c2e9041213
.
* Strip optional '.git' suffix from https server remote name.
2022-03-31 17:10:39 +09:00
Peter Evans
d6d5519d05
v4 ( #1099 )
...
* 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
Peter Evans
18f7dc018c
feat: revert update action runtime to node 16
2022-02-28 21:17:05 +09:00
Sibiraj
89265e8d24
feat: update action runtime to node 16 ( #1074 )
...
* 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
Peter Evans
a7bb76508d
fix: remove unused draft param from pull update ( #1065 )
2022-02-23 15:34:53 +09:00
Kenji Miyake
f22a7da129
fix: add '--' to checkout command to avoid ambiguity ( #1051 )
...
* 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
Peter Evans
3f60247108
ci: remove workflow ( #1046 )
2022-01-28 11:42:48 +09:00
Peter Evans
dcd5fd746d
feat: add-paths input ( #1010 )
...
* 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
Peter Evans
10a1849302
chore: update dist
2021-12-02 11:19:12 +09:00
peter-evans
a5a72ba246
build: update distribution
2021-11-04 02:07:25 +00:00
Peter Evans
c0a9598b0e
feat: add output for head sha
2021-11-04 10:42:17 +09:00
peter-evans
ad71e1f128
build: update distribution
2021-10-07 01:48:29 +00:00
Peter Evans
3263596ac4
fix: set error types to any
2021-09-02 13:59:32 +09:00
peter-evans
028a63020c
build: update distribution
2021-07-22 02:05:00 +00:00
peter-evans
a518698c07
build: update distribution
2021-05-27 04:20:57 +00:00
Peter Evans
28beef91aa
feat: add support for https_proxy env var
2021-05-22 09:32:10 +09:00
Peter Evans
32c71c837c
fix: improve logging
2021-05-14 13:47:55 +09:00
peter-evans
423630f7c0
build: update distribution
2021-05-13 03:50:34 +00:00
Peter Evans
8bb8511e4d
fix: remove unnecessary gpg-sign input
2021-05-10 09:01:53 +09:00
Peter Evans
0524c01297
feat: add input to enable gpg commit signing
2021-05-09 10:14:59 +09:00
peter-evans
e4c811acf5
build: update distribution
2021-04-01 03:07:25 +00:00
peter-evans
ad897490d5
build: update distribution
2021-03-16 02:35:04 +00:00
peter-evans
6ec5e3e26b
build: update distribution
2021-02-25 02:20:17 +00:00
Peter Evans
ed00d4629c
fix: use the correct assignees property
2021-02-10 09:00:23 +09:00
Peter Evans
c27ea51ae0
fix: add to labels and assignees instead of resetting
2021-02-08 09:32:46 +09:00
Peter Evans
b5f41d9b08
feat: add pull-request-operation output
2021-02-01 09:57:11 +09:00
Johannes Nicolai
05bc46786e
Support GitHub Server API URL
...
* pass GitHub Server API in Octokkit constructor
2021-01-25 19:16:19 +01:00
Johannes Nicolai
adc6552966
Support GitHub Enterprise Server
...
* parse GITHUB_SERVER_URL if present
* accept proper server remotes as well
2021-01-25 18:25:20 +01:00