Skip to content

Fix typo in mention-in-issue prompt#588

Open
strawgate wants to merge 2 commits intomainfrom
mention-issue-typo-off-origin-main
Open

Fix typo in mention-in-issue prompt#588
strawgate wants to merge 2 commits intomainfrom
mention-issue-typo-off-origin-main

Conversation

@strawgate
Copy link
Collaborator

@strawgate strawgate commented Mar 7, 2026

Summary

  • Fix the typo instructred -> instructed in .github/workflows/gh-aw-mention-in-issue.md.
  • Recompile gh-aw-mention-in-issue so .github/workflows/gh-aw-mention-in-issue.lock.yml matches the source prompt text.
  • Fix the maintenance workflow dispatch option handling in .github/workflows/agentics-maintenance.yml by using none instead of an empty-string sentinel in both input default/options and job if conditions.

Test plan

  • Run gh aw compile gh-aw-mention-in-issue.md.
  • Verify the lockfile contains the corrected text (Unless instructed otherwise).
  • Confirm the PR includes the expected workflow source, lockfile, and maintenance-workflow updates.

Made with Cursor


The body of this PR is automatically managed by the Trigger Update PR Body workflow.

Correct a prompt typo in the Mention in Issue workflow and regenerate the lockfile so compiled output stays in sync.

Made-with: Cursor
@coderabbitai
Copy link

coderabbitai bot commented Mar 7, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 62d37ca4-63a3-405d-a1bc-f18591e903c1

📥 Commits

Reviewing files that changed from the base of the PR and between 01fc688 and 9a557d9.

📒 Files selected for processing (1)
  • .github/workflows/agentics-maintenance.yml

📝 Walkthrough

Walkthrough

This pull request makes three factual changes to GitHub workflows: (1) fixes a typographical error ("Instructred" → "Instructed") in a lock file and its markdown documentation and updates the lock file frontmatter hash; (2) updates agentics-maintenance.yml to set the workflow input operation default to none, add none (and upgrade) to the options list and remove the empty option; (3) adjusts conditional logic to treat none as the sentinel value—modifying when close-expired-entities and run_operation execute.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch mention-issue-typo-off-origin-main
  • 🛠️ Update Documentation: Commit on current branch
  • 🛠️ Update Documentation: Create PR

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added the medium_boom Medium PR blast radius; likely benefits from human review label Mar 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

medium_boom Medium PR blast radius; likely benefits from human review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant