This PR adds a new GitHub Workflow to the repository that automates the process of checking for pull requests on the master branch, verifying the build and run process for the Next.js site, and automatically merging the pull request if successful.
Summary of Changes
Modified the existing GitHub Workflow file to include a new step that checks for pull requests on the master branch and triggers the build and run process for the Next.js site.
Updated the workflow file to include a step that verifies if the build and run process is successful without any errors.
Added a step to the workflow file that automatically merges the pull request to the master branch if the build and run process is successful.
Fixes #13.
To checkout this PR branch, run the following command in your terminal:
git checkout sweep/add-github-workflow
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.
Description
This PR adds a new GitHub Workflow to the repository that automates the process of checking for pull requests on the master branch, verifying the build and run process for the Next.js site, and automatically merging the pull request if successful.
Summary of Changes
Fixes #13.
To checkout this PR branch, run the following command in your terminal:
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.