[PR #2509] [MERGED] fix(infra): skip PR import comment workflow when check passes #2496

Closed
opened 2026-02-17 17:23:28 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2509
Author: @mdrxy
Created: 2/5/2026
Status: Merged
Merged: 2/5/2026
Merged by: @mdrxy

Base: mainHead: mdrxy/fix-import-comment


📝 Commits (1)

  • a82caa9 fix(infra): skip PR import comment workflow when check passes

📊 Changes

1 file changed (+6 additions, -0 deletions)

View changed files

📝 .github/workflows/check-pr-imports-comment.yml (+6 -0)

📄 Description

  • Added if: github.event.workflow_run.conclusion == 'failure' to skip the job entirely when imports pass

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2509 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 2/5/2026 **Status:** ✅ Merged **Merged:** 2/5/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/fix-import-comment` --- ### 📝 Commits (1) - [`a82caa9`](https://github.com/langchain-ai/docs/commit/a82caa998b0f51ef087e7e9082ed67edf6a5f7c5) fix(infra): skip PR import comment workflow when check passes ### 📊 Changes **1 file changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/check-pr-imports-comment.yml` (+6 -0) </details> ### 📄 Description - Added if: github.event.workflow_run.conclusion == 'failure' to skip the job entirely when imports pass --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:23:28 -05:00
yindo closed this issue 2026-02-17 17:23:28 -05:00
yindo changed title from [PR #2509] fix(infra): skip PR import comment workflow when check passes to [PR #2509] [MERGED] fix(infra): skip PR import comment workflow when check passes 2026-06-05 18:18:54 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2496