Final Approval

Objective: Final Approval

Objective

Review the 'Files changed' tab in your own Pull Request to ensure all changes are correct. Once satisfied, merge the Pull Request into the main branch and delete the deployment-prep branch from the remote repository.

Check Spec: Review the Open PR

Check Specification

Navigate to your repository on GitHub and locate the open Pull Request you created in the previous microQuest. This is the specification you need to work with.

Review the main page of the PR to understand its status and the branches involved (deployment-prep into main).

Implement: Merge the Pull Request

Step by step checklist:

  1. Go to the 'Files changed' tab within your open Pull Request on GitHub.
  2. Carefully review all the changes listed to ensure they match your expectations.
  3. Navigate back to the 'Conversation' tab of the Pull Request.
  4. Locate and click the button to merge the Pull Request into the main branch.
  5. Confirm the merge if prompted.
  6. After the merge is complete, locate and click the option to delete the deployment-prep branch from the remote repository.

The following documentation sections are going to be helpful:

  • GitHub Pull Request Review and Merge

Validate: Confirm Merge and Deletion

Validate Your Work

Verify that the Pull Request was successfully merged and the deployment-prep branch was deleted from the remote repository.

Verification Steps:

  1. Check the Pull Requests tab on GitHub to confirm your PR is now closed and marked as merged.
  2. Check the branches list in your repository settings or on the main code page to confirm the deployment-prep branch is no longer present on the remote.
  3. Optionally, check the commit history of the main branch to see the merge commit.

Documentation

Documentation not available for PY-1.4-BP6.