-
-
Notifications
You must be signed in to change notification settings - Fork 84
chore: update action docs #1388
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
Conversation
✅ Deploy Preview for rsdoctor ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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 updates the GitHub Action integration documentation to improve the workflow configuration guidance. The changes clarify the target_branch parameter usage and update the workflow trigger configuration from a simple array format to a more specific event type configuration.
Key changes:
- Enhanced
target_branchdocumentation with dynamic configuration examples - Updated workflow
ontrigger from[pull_request, push]to explicitly specify pull request event types - Simplified the example by using static
'main'value with commented dynamic configuration option - Removed redundant "Configuration Options" section from English documentation
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| packages/document/docs/zh/guide/start/action.mdx | Updated Chinese documentation with improved target_branch guidance and refined workflow trigger configuration |
| packages/document/docs/en/guide/start/action.mdx | Updated English documentation with similar improvements and removed duplicate configuration section |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
e2cf22b to
c90b03b
Compare
Co-authored-by: Wei <fi3ework@gmail.com>
Summary
chore: update action docs
Related Links