-
Notifications
You must be signed in to change notification settings - Fork 13
chore: 上流リポジトリの変更を取り込むためのGithub Actionsのworkflowを追加 #332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
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 automates the process of merging upstream changes from the typst/typst repository by adding a GitHub Actions workflow. Previously, this merge process was performed manually with each new Typst release.
Key Changes:
- Added a workflow that creates a PR with upstream changes, including conflict markers for manual resolution
- Configured Git merge strategies to preserve repository-specific files during upstream merges
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
.github/workflows/merge-upstream.yml |
GitHub Actions workflow that fetches upstream changes, attempts merge with conflict preservation, and creates a PR with conflict detection |
.gitattributes |
Defines merge strategies to keep repository-specific files (workflows, templates, README) unchanged during upstream merges |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ultimatile
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
確認しました
ultimatile#1
gomazarashi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ご対応ありがとうございます!
変更点
確認方法
v0.14.0)を入力し実行する