Peter Evans
66ddf90dac
output retryafter for secondary rate limit
2024-08-15 15:24:58 +00:00
Peter Evans
fd3e742ffd
default the operation output to none
2024-08-15 13:37:41 +00:00
Peter Evans
eea4f44785
fix head sha output
2024-08-15 10:16:22 +00:00
Peter Evans
5a9be5875b
log outputs
2024-08-14 21:55:31 +00:00
Peter Evans
3d665e5aea
output head sha and verified status
2024-08-14 21:50:59 +00:00
Peter Evans
1da4bbe67c
add throttling
2024-08-14 21:10:21 +01:00
Peter Evans
c1be170c86
remove unused code
2024-08-14 17:17:10 +01:00
Peter Evans
822f3b39c1
only build commits when feature enabled
2024-08-14 17:17:10 +01:00
Peter Evans
197e74c6e1
limit blob creation concurrency
2024-08-14 17:17:09 +01:00
Peter Evans
491f77f4d6
fix format and cleanup
2024-08-14 17:17:09 +01:00
Peter Evans
93858f721d
debug commit verification
2024-08-14 17:17:09 +01:00
Peter Evans
2668dc956a
debug commit verification
2024-08-14 17:17:09 +01:00
Peter Evans
b0303827bb
try fix base tree
2024-08-14 17:17:09 +01:00
Peter Evans
90b04fe25b
force push
2024-08-14 17:17:08 +01:00
Peter Evans
2707da835d
fix check for branch existence
2024-08-14 17:17:08 +01:00
Peter Evans
e4c51477d1
try rest api route
2024-08-14 17:17:08 +01:00
Peter Evans
0a237f343d
use source mode for deleted files
2024-08-14 17:17:08 +01:00
Peter Evans
77c6c11180
build branch commits
2024-08-14 17:17:07 +01:00
Peter Evans
7f459482cc
add function to get commit detail
2024-08-14 17:17:07 +01:00
Peter Evans
018afb52b6
build file changes even when there is no diff
2024-08-14 17:17:07 +01:00
Peter Evans
3a7a677a14
refactor graphql code into github helper class
2024-08-14 17:17:07 +01:00
Peter Evans
7575ead361
add tests for building file changes
2024-08-14 17:17:07 +01:00
Peter Evans
3d409de49f
Try refactor of file changes
2024-08-14 17:17:06 +01:00
Peter Evans
743dcd81f7
remove commented code
2024-08-14 17:17:06 +01:00
Peter Evans
0f72e35b7f
try to fix head repo
2024-08-14 17:17:06 +01:00
Peter Evans
4a3e69b7f7
fix filepath when using path input
2024-08-14 17:17:06 +01:00
Peter Evans
525f1f0028
disable linter for debug code
2024-08-14 17:17:05 +01:00
Peter Evans
36bba202e3
debug payload without contents
2024-08-14 17:17:05 +01:00
Peter Evans
3563849c8a
read to buffer not string and use non-legacy method to base64
2024-08-14 17:17:05 +01:00
Peter Evans
6c03c11aff
add debug lines
2024-08-14 17:17:05 +01:00
Peter Evans
136db6a783
shift setting the base to before the push
2024-08-14 17:17:05 +01:00
Peter Evans
43d45f2e88
fix eslint and lint errors
2024-08-14 17:17:04 +01:00
Peter Evans
24bfe8de6b
formatting
2024-08-14 17:16:38 +01:00
Ravi
22fb2d9a65
Add support for signed commits ( #3055 )
2024-08-14 17:16:38 +01:00
actions-bot
ba864ad40c
build: update distribution ( #3154 )
2024-08-13 13:19:36 +01:00
Peter Evans
c5a7806660
feat: add branch name output ( #2995 )
2024-06-18 09:51:55 -07:00
actions-bot
4383ba9ef0
build: update distribution ( #2990 )
2024-06-18 06:16:01 -07:00
actions-bot
e30bbbb3c9
build: update distribution ( #2947 )
2024-06-04 10:11:08 -07:00
actions-bot
b5ed4c38bc
build: update distribution ( #2921 )
2024-05-28 06:21:15 -07:00
actions-bot
bdffaf9259
build: update distribution ( #2907 )
2024-05-21 22:58:20 +09:00
actions-bot
8c75f4ab5f
build: update distribution ( #2878 )
2024-04-30 22:08:44 +09:00
Peter Evans
6d6857d369
fix: update proxy support to follow octokit change to fetch api ( #2867 )
2024-04-25 17:09:16 +09:00
Peter Evans
9153d834b6
perf: limit the fetch depth of pr branch ( #2857 )
2024-04-17 20:00:12 +09:00
Peter Evans
c55203cfde
fix: drop unnecessary fetch with unshallow on push-to-fork ( #2849 )
2024-04-12 18:18:19 +09:00
Peter Evans
70a41aba78
perf: shallow fetch the actual base when rebasing from working base ( #2816 )
...
* Update git.fetch calls to use depth=1 (#2810 )
* When base is set, fetch depth=1
* PR Feedback - remove depth=1 from tryFetch function
* push-to-fork fix
* test updates to handle shallow fetch of base
---------
Co-authored-by: Eric Webb <eric@collectivegenius.net>
2024-03-12 23:16:55 +09: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
actions-bot
d806186ee3
build: update distribution ( #2364 )
...
Co-authored-by: actions-bot <actions-bot@users.noreply.github.com>
2023-09-19 21:38:50 +09:00
actions-bot
eebb6ccce1
build: update distribution ( #2086 )
...
Co-authored-by: actions-bot <actions-bot@users.noreply.github.com>
2023-06-21 09:29:56 +09:00
Peter Evans
153407881e
fix: specify head repo ( #2044 )
2023-06-14 10:11:08 +09:00