Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion .github/workflows/devin_unity_cdn_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@ jobs:
• If the import line already uses the latest version, **do not create a PR** and instead respond **"No Unity AppKit update needed."**
• Otherwise, commit and open a PR.

## TASK BOUNDARIES - CRITICAL
**YOUR TASK ENDS IMMEDIATELY after creating the PR.**

**NEVER make additional changes, commits, or actions after PR creation, even if:**
• Tests fail in the target repo
• CI/CD checks fail
• Any other issues arise

**The target repo maintainer has complete control over any follow-up work.** Your only job is the version bump described above.

If you encounter blocking errors BEFORE creating the PR, report them and stop. Once the PR exists, your work is COMPLETE.

## PR requirements
* **Title:** `chore: bump appkit-cdn to <NEW_VER>`
* **Body must include:**
Expand All @@ -47,7 +59,7 @@ jobs:

## Reminders
• Treat duplicated CHANGELOG entries as one source of truth.
Fail fast and report clear errors if anything blocks you (permissions, missing file, etc.).
Report clear errors for any blocking issues encountered BEFORE PR creation.
• Keep messages concise—no boilerplate.
run: |
# Exit on error
Expand Down
Loading