[PR #1441] [MERGED] feat(infra): add workflow to tag external issues and PRs #1568

Closed
opened 2026-02-17 17:22:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1441
Author: @mdrxy
Created: 11/15/2025
Status: Merged
Merged: 12/9/2025
Merged by: @mdrxy

Base: mainHead: mdrxy/tag-external


📝 Commits (7)

  • 1fa27c0 feat(infra): add workflow to tag external issues and PRs
  • 2a4c5db cr
  • 1c73448 Merge branch 'main' into mdrxy/tag-external
  • 70ca3ef Merge branch 'main' into mdrxy/tag-external
  • ba7051d add internal tag
  • a742863 Merge branch 'main' into mdrxy/tag-external
  • f5b71a0 Merge branch 'main' into mdrxy/tag-external

📊 Changes

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

View changed files

.github/workflows/tag-external-contributions.yml (+157 -0)

📄 Description

Ready to go, but before it will work we need to:

  1. Create a GitHub app and install it in our org/on this repo. It needs permissions to read org membership and to write to PR/issues (to add the labels).
  2. Add these secrets to this repo:
  • ORG_MEMBERSHIP_APP_ID
  • ORG_MEMBERSHIP_APP_PRIVATE_KEY

🔄 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/1441 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 11/15/2025 **Status:** ✅ Merged **Merged:** 12/9/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/tag-external` --- ### 📝 Commits (7) - [`1fa27c0`](https://github.com/langchain-ai/docs/commit/1fa27c0d3f24484a7a08b0efea6b1fca079a262b) feat(infra): add workflow to tag external issues and PRs - [`2a4c5db`](https://github.com/langchain-ai/docs/commit/2a4c5db3a46d0c97fe9f0178ddfa97c2473d5081) cr - [`1c73448`](https://github.com/langchain-ai/docs/commit/1c734487fbd730fb44c3bcbda4ba5dc45e1d6b4e) Merge branch 'main' into mdrxy/tag-external - [`70ca3ef`](https://github.com/langchain-ai/docs/commit/70ca3efc3db32455f5b1ad5786b79b1d048c9e09) Merge branch 'main' into mdrxy/tag-external - [`ba7051d`](https://github.com/langchain-ai/docs/commit/ba7051d12e95562480c5b094d7944d45f804dd2c) add internal tag - [`a742863`](https://github.com/langchain-ai/docs/commit/a74286384511c836750f5fc3fa747c7452b6cbd8) Merge branch 'main' into mdrxy/tag-external - [`f5b71a0`](https://github.com/langchain-ai/docs/commit/f5b71a08f2016514b7589d74adc13b6ce708eb71) Merge branch 'main' into mdrxy/tag-external ### 📊 Changes **1 file changed** (+157 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/tag-external-contributions.yml` (+157 -0) </details> ### 📄 Description Ready to go, but before it will work we need to: 1. Create a GitHub app and install it in our org/on this repo. It needs permissions to read org membership and to write to PR/issues (to add the labels). 2. Add these secrets to this repo: - `ORG_MEMBERSHIP_APP_ID` - `ORG_MEMBERSHIP_APP_PRIVATE_KEY` --- <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:22:29 -05:00
yindo closed this issue 2026-02-17 17:22:29 -05:00
yindo changed title from [PR #1441] feat(infra): add workflow to tag external issues and PRs to [PR #1441] [MERGED] feat(infra): add workflow to tag external issues and PRs 2026-06-05 18:13:42 -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#1568