fix: Trigger workflow 4 before closing #5
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to the GitHub workflow and documentation for a Copilot exercise. The most important changes involve updating the workflow triggers, modifying the order of instructions in the exercise, and adjusting the conditions for job execution.
Updates to workflow triggers and job conditions:
.github/workflows/4-copilot-on-github.yml
: Changed thepull_request
event types to[edited]
and added a newpull_request_review
event type with[submitted]
to trigger the workflow..github/workflows/4-copilot-on-github.yml
: Removed the condition that checks if the pull request is merged for thefind_exercise
job.Modifications to exercise instructions:
.github/steps/4-copilot-on-github.md
: Reordered the instructions to wait for Mona's feedback before merging the pull request, and corrected a grammatical error.Simplification of job steps:
.github/workflows/4-copilot-on-github.yml
: Removed the--edit-last
flag from thegh issue comment
command in the step that updates the comment for the final review.