Closed black7375 closed 2 months ago
Latest commit: 1cdd85414a2af8d6f2abb7fc16e602e37b261eda
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The changes to the GitHub Actions workflow enhance its functionality by introducing dedicated functions for managing pull request information. The new get_pr_info
function improves data retrieval and organization, while check_pr_merged
adds robustness by repeatedly verifying the merge status of the pull request. This ensures that subsequent steps only proceed if the pull request has been successfully merged, improving error handling and overall workflow reliability.
Files | Change Summary |
---|---|
.github/workflows/fast-forward.yml |
Introduced get_pr_info for fetching PR data and check_pr_merged for verifying merge status, enhancing organization and robustness. |
🐰 In the meadow where code does play,
New functions hop in, brightening the way.
With checks and data, all in a row,
The workflow now dances, watch it glow!
Merge status confirmed, no need to fret,
A smoother journey, we won't forget! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Triggered from https://github.com/mincho-js/mincho/pull/78 by @​black7375.
Checking if we can fast forward main
(ce041cebcc0aede732952d3980b2450f3473f3be) to fix-release-workflow
(1cdd85414a2af8d6f2abb7fc16e602e37b261eda).
Target branch (main
):
commit ce041cebcc0aede732952d3980b2450f3473f3be (HEAD -> main, origin/main, origin/HEAD)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Sat Aug 17 19:10:28 2024 +0900
Docs: Edit sentences and add Twitter accounts #60
Pull request (fix-release-workflow
):
commit 1cdd85414a2af8d6f2abb7fc16e602e37b261eda (pull_request/fix-release-workflow)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Sat Aug 17 20:09:32 2024 +0900
Fix: Synchronize by checking until merge #69
It is possible to fast forward main
(ce041cebcc0aede732952d3980b2450f3473f3be) to fix-release-workflow
(1cdd85414a2af8d6f2abb7fc16e602e37b261eda). If you have write access to the target repository, you can add a comment with /fast-forward
to fast forward main
to fix-release-workflow
.
Triggered from https://github.com/mincho-js/mincho/pull/78#issuecomment-2294829968 by @​coderabbitai[bot].
Trying to fast forward main
(ce041cebcc0aede732952d3980b2450f3473f3be) to fix-release-workflow
(1cdd85414a2af8d6f2abb7fc16e602e37b261eda).
Target branch (main
):
commit ce041cebcc0aede732952d3980b2450f3473f3be (HEAD -> main, origin/main, origin/HEAD)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Sat Aug 17 19:10:28 2024 +0900
Docs: Edit sentences and add Twitter accounts #60
Pull request (fix-release-workflow
):
commit 1cdd85414a2af8d6f2abb7fc16e602e37b261eda (pull_request/fix-release-workflow)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Sat Aug 17 20:09:32 2024 +0900
Fix: Synchronize by checking until merge #69
curl: (3) bad range in URL position 74: https://api.github.com/repos/mincho-js/mincho/collaborators/coderabbitai[bot]/permission ^
Triggered from https://github.com/mincho-js/mincho/pull/78#issuecomment-2294829968 by @​coderabbitai[bot].
Trying to fast forward main
(ce041cebcc0aede732952d3980b2450f3473f3be) to fix-release-workflow
(1cdd85414a2af8d6f2abb7fc16e602e37b261eda).
Target branch (main
):
commit ce041cebcc0aede732952d3980b2450f3473f3be (HEAD -> main, origin/main, origin/HEAD)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Sat Aug 17 19:10:28 2024 +0900
Docs: Edit sentences and add Twitter accounts #60
Pull request (fix-release-workflow
):
commit 1cdd85414a2af8d6f2abb7fc16e602e37b261eda (pull_request/fix-release-workflow)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Sat Aug 17 20:09:32 2024 +0900
Fix: Synchronize by checking until merge #69
curl: (3) bad range in URL position 74: https://api.github.com/repos/mincho-js/mincho/collaborators/coderabbitai[bot]/permission ^
/fast-forward
Triggered from https://github.com/mincho-js/mincho/pull/78#issuecomment-2294831547 by @​black7375.
Trying to fast forward main
(ce041cebcc0aede732952d3980b2450f3473f3be) to fix-release-workflow
(1cdd85414a2af8d6f2abb7fc16e602e37b261eda).
Target branch (main
):
commit ce041cebcc0aede732952d3980b2450f3473f3be (HEAD -> main, origin/main, origin/HEAD)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Sat Aug 17 19:10:28 2024 +0900
Docs: Edit sentences and add Twitter accounts #60
Pull request (fix-release-workflow
):
commit 1cdd85414a2af8d6f2abb7fc16e602e37b261eda (pull_request/fix-release-workflow)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Sat Aug 17 20:09:32 2024 +0900
Fix: Synchronize by checking until merge #69
Fast forwarding main
(ce041cebcc0aede732952d3980b2450f3473f3be) to fix-release-workflow
(1cdd85414a2af8d6f2abb7fc16e602e37b261eda).
$ git push origin 1cdd85414a2af8d6f2abb7fc16e602e37b261eda:main
To https://github.com/mincho-js/mincho.git
ce041ce..1cdd854 1cdd85414a2af8d6f2abb7fc16e602e37b261eda -> main
Description
77, it will be a clone based on the commit before it was merged.
So we have to wait for merged to become
true
.Related Issue
Summary by CodeRabbit
New Features
Improvements
Additional context
Checklist