-
Notifications
You must be signed in to change notification settings - Fork 590
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
filter events to align with pr-agent's setting #649
Conversation
PR Description updated to latest commit (e010257)
|
PR Analysis
PR Feedback💡 General suggestions: The changes are clear and well explained. However, it would be beneficial to include a brief explanation in the documentation about why these specific event types are chosen. ✨ Usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
PR Review
Code feedback:✨ Usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
@rajyan |
Thank you for the review! |
filter events to align with pr-agent's setting
Related to #648
The document was a little confusing, because it runs the GitHub Action on 'synchronize', but pr-agent was not executed due to the following code.
pr-agent/pr_agent/servers/github_action_runner.py
Line 82 in e4f1779
This change makes it aligned with the code.