Commit graph

117 commits

Author SHA1 Message Date
Taliesin Sisson
f34b433b22
test 2023-04-04 20:50:24 +01:00
Taliesin Sisson
89fb1fe67a
Values seem to be changing
cache values locally so they can't change later
2023-04-04 20:43:42 +01:00
Taliesin Sisson
660cc9b49b
fix: pull changes from working branch
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:00:00 +01: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
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
Peter Evans
2721abb4d0
fix: handle nothing to commit when autocrlf is set (#1211) 2022-08-18 17:20:00 +09:00
tillganster
8557470a68
feat: support no_proxy environment variable (#1205)
Co-authored-by: TGANSTE <till.ganster@mercedes-benz.com>
2022-08-17 12:25:36 +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
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
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
c0a9598b0e feat: add output for head sha 2021-11-04 10:42:17 +09:00
Peter Evans
3263596ac4 fix: set error types to any 2021-09-02 13:59:32 +09: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
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
13616a4432 fix: update octokit rest methods 2021-04-01 11:56:16 +09: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
Peter Evans
249b80db6b perf: git reset instead of fetch 2020-12-23 14:10:40 +09:00
Peter Evans
d01e0807ef fix: change or->and to catch all errors 2020-12-09 09:38:10 +09:00
Peter Evans
9984f611a7 fix: prune stale remote ref for self-hosted runners 2020-11-24 12:34:57 +09:00
Peter Evans
ddeca94037 perf: set diff quiet and switch isdirty command order 2020-11-17 11:42:31 +09:00
Peter Evans
2465e435b9 feat: output the pull request url 2020-09-17 10:41:26 +09:00
Peter Evans
e17bb55cb7
Merge pull request #547 from peter-evans/delete-branch
feat: add input for branch delete
2020-09-07 09:14:08 +09:00
Peter Evans
a49ee3308e feat: add input for branch delete 2020-09-06 10:21:35 +09:00
Peter Evans
16fa12ee5f fix: reset branches to handle squash merge 2020-09-06 08:55:33 +09:00
Peter Evans
095c53659b feat: support checkout on a commit in addition to a ref 2020-08-29 17:28:46 +09:00
Peter Evans
8bdec9b230 Fix pr create/update for already up to date branches 2020-08-19 17:08:59 +09:00
Peter Evans
1c466bedd5 Fix branch naming check for push-to-fork 2020-08-19 12:22:50 +09:00
Josh Soref
5f45e30ff9 spelling: uncommitted
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-08-18 12:51:12 -04:00
Peter Evans
ba8309ff9c Refactor setting commit params 2020-07-31 16:57:16 +09:00
Peter Evans
ee482f51bd Move input next to commit related inputs for context 2020-07-31 16:56:10 +09:00
pvogt09
7ad9f6e012 try -s instead of --signoff
Signed-off-by: pvogt09 <50047961+pvogt09@users.noreply.github.com>
2020-07-30 16:23:22 +02:00
pvogt09
ddd52205b6 adds signoff option to sign off commits
Signed-off-by: pvogt09 <50047961+pvogt09@users.noreply.github.com>
2020-07-30 15:57:37 +02:00