Skip to content

chore: remove GitHub Actions agentic workflow#85

Merged
calebwilson706 merged 1 commit into
mainfrom
feat/remove-aw-workflow-use-claude-routine
Jun 25, 2026
Merged

chore: remove GitHub Actions agentic workflow#85
calebwilson706 merged 1 commit into
mainfrom
feat/remove-aw-workflow-use-claude-routine

Conversation

@calebwilson706

Copy link
Copy Markdown
Contributor

Summary

  • Removes the tutorial-update-monitor GitHub Actions agentic workflow and its compiled lock file
  • Functionality is being replaced by a Claude cloud routine (scheduled agent on claude.ai)

Why

The gh-aw workflow required a COPILOT_GITHUB_TOKEN secret and GitHub Copilot CLI billing. A Claude cloud routine achieves the same monitoring without the extra infrastructure.

🤖 Generated with Claude Code

Replacing the Tutorial Update Monitor gh-aw workflow with a Claude
cloud routine, so the GitHub Actions workflow and compiled lock file
are no longer needed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 25, 2026 15:28

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes the repository’s “Tutorial Update Monitor” agentic GitHub Actions workflow (and its generated lock/compiled workflow), since the monitoring is now handled externally via a scheduled Claude cloud routine.

Changes:

  • Deleted the agentic workflow source file (tutorial-update-monitor.md) that defined the monitoring/issue-creation behavior.
  • Deleted the compiled GitHub Actions workflow lock file (tutorial-update-monitor.lock.yml) that actually executed on schedule.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/tutorial-update-monitor.md Removes the agentic workflow prompt/frontmatter used to generate the compiled workflow.
.github/workflows/tutorial-update-monitor.lock.yml Removes the compiled scheduled workflow that ran in GitHub Actions and required related secrets/billing.

@calebwilson706 calebwilson706 merged commit 42eb051 into main Jun 25, 2026
1 check passed
@calebwilson706 calebwilson706 deleted the feat/remove-aw-workflow-use-claude-routine branch June 25, 2026 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants