-
-
Notifications
You must be signed in to change notification settings - Fork 740
Move PR comment creation to separate workflow on:pull_request_target #937
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
Move PR comment creation to separate workflow on:pull_request_target #937
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 separates the PR comment creation logic from the integration tests workflow by moving it to a dedicated pr-comment.yml workflow that runs on pull_request_target. The solution file is also updated to include additional workflow files in the project structure.
- Removed PR comment creation step from
integration-tests.yml - Added new
pr-comment.ymlworkflow triggered bypull_request_target - Updated solution file to include multiple workflow files in the Build section
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/pr-comment.yml | New workflow to post test results as PR comments using pull_request_target trigger |
| .github/workflows/integration-tests.yml | Removed PR comment creation step and cleaned up trailing whitespace |
| src/ElectronNET.sln | Added workflow files to the Build project section for better visibility in the solution |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
3627a79 to
98757e5
Compare
98757e5 to
191d225
Compare
191d225 to
02b4c6f
Compare
02b4c6f to
54eac4b
Compare
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
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Should be ok and safe now. |
No description provided.