Commit graph

126 commits

Author SHA1 Message Date
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
peter-evans 3fb765f674 build: update distribution 2021-01-25 05:19:37 +00:00
peter-evans be0a8c9666 build: update distribution 2020-12-28 01:20:44 +00: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 13ec5274b1 build: update distribution 2020-10-02 06:17:23 +00:00
Peter Evans 2465e435b9 feat: output the pull request url 2020-09-17 10:41:26 +09:00
peter-evans eb13e17e17 build: update distribution 2020-09-17 01:38:44 +00:00
peter-evans af682c8fcb build: update distribution 2020-09-13 06:11:21 +00:00
peter-evans 279e66ed27 Update distribution 2020-09-07 00:29:59 +00: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 9c3bf74d10 Change zeit to vercel 2020-08-22 11:42:42 +09:00
peter-evans 7cf22579c6 Update distribution 2020-08-19 08:39:31 +00: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
peter-evans 52cabd40b9 Update distribution 2020-08-19 03:20:28 +00:00
Peter Evans ba8309ff9c Refactor setting commit params 2020-07-31 16:57:16 +09:00
pvogt09 0c57887fe8 Update distribution 2020-07-30 15:18:17 +00:00
Peter Evans 8c01dce3ac Restore the branch-suffix input 2020-07-20 19:15:11 +09:00
Peter Evans 76c09b178c Default author and committer to actions.yml defaults 2020-07-19 20:23:36 +09:00
Peter Evans 6fa44e144d Set defaults in action.yml 2020-07-19 15:09:44 +09:00
Peter Evans b5b1bc17a4 Remove branch-suffix input 2020-07-19 13:58:50 +09:00
Peter Evans 794518a553 Move fileExistsSync to utils 2020-07-18 17:55:42 +09:00
Peter Evans f4ee4a8333 Unshallow on fetch 2020-07-18 16:04:36 +09:00
Peter Evans 053b501145 Redesign from request-to-parent to push-to-fork 2020-07-18 15:35:30 +09:00