Chore: fix fast-forward workflow#191
Conversation
|
|
Caution Review failedThe pull request is closed. WalkthroughThe Changes
Sequence Diagram(s)sequenceDiagram
participant PR as Pull Request
participant FF as fast-forward job
participant REL as release job
participant GH as GitHub API
PR->>FF: Trigger workflow on PR merge to main
FF->>GH: Fetch PR details via API
FF->>FF: Extract head_sha from API response
FF-->>REL: Output head_sha if PR merged to main
REL->>GH: Checkout repository at head_sha
Possibly related PRs
Suggested labels
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Triggered from #191 by @black7375. Checking if we can fast forward Target branch ( commit 3793ec261cf3fdf094c89eb856889479837a1fab (HEAD -> main, origin/main)
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat Apr 19 22:49:39 2025 +0000
Chore: Version PackagesPull request ( commit 5758a1d51e1e55ae165c2d0a818c41a2f5e0f5fc (pull_request/fix-fast-forward)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Sun Apr 20 08:09:49 2025 +0900
Chore: fix fast-forward workflowCan't fast forward * 5758a1d51e1e55ae165c2d0a818c41a2f5e0f5fc Chore: fix fast-forward workflow
| * 3793ec261cf3fdf094c89eb856889479837a1fab Chore: Version Packages
|/
* abaf21a820070455e136ebcf3a48883e09ad2449 Chore: Update yarn to 4.9.1 and refactor CI
commit abaf21a820070455e136ebcf3a48883e09ad2449
Author: alstjr7375 <alstjr7375@daum.net>
Date: Sun Apr 20 07:46:37 2025 +0900
Chore: Update yarn to 4.9.1 and refactor CIRebase locally, and then force push to |
|
Triggered from #191 (comment) by @black7375. Trying to fast forward Target branch ( commit 3793ec261cf3fdf094c89eb856889479837a1fab (HEAD -> main, origin/main)
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat Apr 19 22:49:39 2025 +0000
Chore: Version PackagesPull request ( commit 5758a1d51e1e55ae165c2d0a818c41a2f5e0f5fc (pull_request/fix-fast-forward)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Sun Apr 20 08:09:49 2025 +0900
Chore: fix fast-forward workflowCan't fast forward * 5758a1d51e1e55ae165c2d0a818c41a2f5e0f5fc Chore: fix fast-forward workflow
| * 3793ec261cf3fdf094c89eb856889479837a1fab Chore: Version Packages
|/
* abaf21a820070455e136ebcf3a48883e09ad2449 Chore: Update yarn to 4.9.1 and refactor CI
commit abaf21a820070455e136ebcf3a48883e09ad2449
Author: alstjr7375 <alstjr7375@daum.net>
Date: Sun Apr 20 07:46:37 2025 +0900
Chore: Update yarn to 4.9.1 and refactor CIRebase locally, and then force push to |
|
/rebase |
5758a1d to
a7add5b
Compare
|
/fast-forward |
|
Triggered from #191 (comment) by @black7375. Trying to fast forward Target branch ( commit 3793ec261cf3fdf094c89eb856889479837a1fab (HEAD -> main, origin/main)
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat Apr 19 22:49:39 2025 +0000
Chore: Version PackagesPull request ( commit a7add5bdb90b417c35e33664e4cba1c0413b0ed0 (pull_request/fix-fast-forward)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Sun Apr 20 08:09:49 2025 +0900
Chore: fix fast-forward workflowFast forwarding $ git push origin a7add5bdb90b417c35e33664e4cba1c0413b0ed0:main
To https://github.com/mincho-js/mincho.git
3793ec2..a7add5b a7add5bdb90b417c35e33664e4cba1c0413b0ed0 -> main |
Description
Related Issue
Summary by CodeRabbit
Additional context
Checklist