[PR #1531] [MERGED] tweak: make gh action ignore url mentions of opencode #9959

Closed
opened 2026-02-16 18:14:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1531
Author: @rekram1-node
Created: 8/2/2025
Status: Merged
Merged: 8/2/2025
Merged by: @adamdotdevin

Base: devHead: tweak-action


📝 Commits (1)

  • 5604fb8 tweak: make gh action ignore url mentions of opencode

📊 Changes

2 files changed (+12 additions, -8 deletions)

View changed files

📝 .github/workflows/opencode.yml (+5 -3)
📝 packages/opencode/src/cli/cmd/github.ts (+7 -5)

📄 Description

fixes: #1523

Adjust github action trigger to not fire for urls:

opencode mentions must be direct and shouldn't fire in cases like https://opencode....

this seemed simplest given limitations of github workflow expressions


🔄 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/anomalyco/opencode/pull/1531 **Author:** [@rekram1-node](https://github.com/rekram1-node) **Created:** 8/2/2025 **Status:** ✅ Merged **Merged:** 8/2/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `tweak-action` --- ### 📝 Commits (1) - [`5604fb8`](https://github.com/anomalyco/opencode/commit/5604fb8594752fd1812b20c474bbf3d813bd6a5b) tweak: make gh action ignore url mentions of opencode ### 📊 Changes **2 files changed** (+12 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/opencode.yml` (+5 -3) 📝 `packages/opencode/src/cli/cmd/github.ts` (+7 -5) </details> ### 📄 Description fixes: #1523 Adjust github action trigger to not fire for urls: opencode mentions must be direct and shouldn't fire in cases like https://opencode.... this seemed simplest given limitations of [github workflow expressions](https://docs.github.com/en/actions/reference/workflows-and-actions/expressions) --- <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-16 18:14:27 -05:00
yindo closed this issue 2026-02-16 18:14:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9959