Commit graph

39 commits

Author SHA1 Message Date
Peter Evans
02efff68da use parent commit details in create commit 2024-08-27 21:20:51 +01:00
Peter Evans
034fcb0bf3 pass base commit to push signed commits 2024-08-27 21:20:51 +01:00
Peter Evans
a3546365cd catch errors during blob creation for debugging 2024-08-27 21:20:51 +01:00
Peter Evans
8f92797560 convert to draft on branch updates when there is a diff with base 2024-08-27 21:20:50 +01:00
Peter Evans
c64379e4f4 draft always-true 2024-08-27 21:20:50 +01:00
Peter Evans
1cd6df66ac check verification status of head commit when not known 2024-08-27 21:20:50 +01:00
Peter Evans
5294a5ed9d add maintainer-can-modify input 2024-08-27 21:20:49 +01:00
Peter Evans
139c557742 output head sha and verified status 2024-08-27 21:20:48 +01:00
Peter Evans
13fa7b0c66 add throttling 2024-08-27 21:20:48 +01:00
Peter Evans
3a6bc1b6c6 limit blob creation concurrency 2024-08-27 21:20:47 +01:00
Peter Evans
384bd7f976 fix format and cleanup 2024-08-27 21:20:47 +01:00
Peter Evans
4c77294175 debug commit verification 2024-08-27 21:20:47 +01:00
Peter Evans
d94a826899 debug commit verification 2024-08-27 21:20:47 +01:00
Peter Evans
0785201fba try fix base tree 2024-08-27 21:20:47 +01:00
Peter Evans
63aac9338f force push 2024-08-27 21:20:47 +01:00
Peter Evans
8605c43792 fix check for branch existence 2024-08-27 21:20:46 +01:00
Peter Evans
0c8901cc91 try rest api route 2024-08-27 21:20:46 +01:00
Peter Evans
6b1053d0d8 use source mode for deleted files 2024-08-27 21:20:46 +01:00
Peter Evans
6c5dc224d1 refactor graphql code into github helper class 2024-08-27 21:20:45 +01:00
Peter Evans
a4f52f8033
fix: list pulls using the correct head format (#2792) 2024-02-28 09:28:24 +09:00
Peter Evans
b1ddad2c99 feat: v6 (#2717)
* feat: update author and committer input defaults

* Update github-actions[bot]

* Update author to new email format

* feat: optional input for git ops token

* feat: allow push-to-fork to push to sibling repos (#2414)

Fixes #2412.

* build: update dist

* feat: update action runtime to node 20 (#2340)

* feat: add truncate warning to pull request body

* perf: unshallow only when necessary

* fix: remove the remote for the fork on completion

* feat: infer github server and api urls

* test: integration test fixes

* build: bump major version

* docs: update to v6

---------

Co-authored-by: Teko <112829523+Teko012@users.noreply.github.com>
Co-authored-by: Benjamin Gilbert <bgilbert@backtick.net>
2024-01-31 11:06:34 +00:00
Peter Evans
153407881e
fix: specify head repo (#2044) 2023-06-14 10:11:08 +09:00
Peter Evans
5b4a9f6a9e
v5 (#1792)
* 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
Peter Evans
3f9dbd5a76
fix: replace use of any type (#1251) 2022-09-21 15:42: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
Peter Evans
a7bb76508d
fix: remove unused draft param from pull update (#1065) 2022-02-23 15:34:53 +09:00
Peter Evans
3263596ac4 fix: set error types to any 2021-09-02 13:59:32 +09:00
Peter Evans
32c71c837c fix: improve logging 2021-05-14 13:47:55 +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
Peter Evans
d01e0807ef fix: change or->and to catch all errors 2020-12-09 09:38:10 +09:00
Peter Evans
2465e435b9 feat: output the pull request url 2020-09-17 10:41:26 +09:00
Peter Evans
053b501145 Redesign from request-to-parent to push-to-fork 2020-07-18 15:35:30 +09:00
Peter Evans
5429e57002 Keep env var output for backwards compat 2020-07-16 19:42:19 +09:00
Peter Evans
4ba9ca3d10 Convert action to typescript 2020-07-16 17:57:42 +09:00