You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Protected files were modified in this change.
This pull request is in request_review mode and requires explicit human scrutiny before merge.
Protected files: README.md
Bootstrap baseline for skills/teach
This PR establishes the initial Synced Ref for the copied skill skills/teach in the productivity plugin.
What changed
No local file content was modified. This is a bootstrap-only run: the Synced Ref column was previously empty, so the workflow has no prior baseline to perform a safe three-way merge. Recording the current upstream HEAD as the baseline enables future runs to correctly distinguish upstream changes from local customizations.
The bundle file is available in the agent artifact in the workflow run linked above.
To create a pull request with the changes:
# Download the artifact from the workflow run
gh run download 30812030451 -n agent -D /tmp/agent-30812030451
# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-30812030451/aw-sync-copied-skills-productivity-teach.bundle refs/heads/sync-copied-skills/productivity-teach:refs/bundles/create-pr-sync-copied-skills-productivity-teach-2a60b2080f216fec-706915c8
git update-ref refs/heads/sync-copied-skills/productivity-teach-2a60b2080f216fec refs/bundles/create-pr-sync-copied-skills-productivity-teach-2a60b2080f216fec-706915c8
git checkout sync-copied-skills/productivity-teach-2a60b2080f216fec
# Ensure the working tree matches the updated branch
git reset --hard
# Remove the temporary bundle ref
git update-ref -d refs/bundles/create-pr-sync-copied-skills-productivity-teach-2a60b2080f216fec-706915c8
# Push the branch to origin
git push origin sync-copied-skills/productivity-teach-2a60b2080f216fec
# Create the pull request
gh pr create --title 'sync-copied-skills: update productivity/teach from upstream' --base main --head sync-copied-skills/productivity-teach-2a60b2080f216fec --repo melund/copilot-plugins
Caution
Protected files were modified in this change.
This pull request is in
request_reviewmode and requires explicit human scrutiny before merge.Protected files:
README.mdBootstrap baseline for
skills/teachThis PR establishes the initial
Synced Reffor the copied skillskills/teachin theproductivityplugin.What changed
No local file content was modified. This is a bootstrap-only run: the
Synced Refcolumn was previously empty, so the workflow has no prior baseline to perform a safe three-way merge. Recording the current upstream HEAD as the baseline enables future runs to correctly distinguish upstream changes from local customizations.Upstream source
skills/teach697d4ce9742da558fd1ba6697c8e9775e2e302ddLocal customizations preserved
No content changes were made, so all local customizations remain intact.
Generated automatically by the sync-copied-skills workflow.
Note
This was originally intended as a pull request, but the git push operation failed.
Original error: pushSignedCommits: refusing unsigned push for branch 'sync-copied-skills/productivity-teach-2a60b2080f216fec': Signed-commit payload violates file-protection policy (request_review): plugins/productivity/README.md
Workflow Run: View run details and download bundle artifact
The bundle file is available in the
agentartifact in the workflow run linked above.To create a pull request with the changes: