Skip to content

Commit

Permalink
Correct outdated PR template reference to no longer used repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 authored Nov 27, 2023
1 parent 40e811e commit ca39faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Release checklist:
- [ ] 4. Create a matching branch in the TEST repo, let's call this the TEST branch.
- [ ] 5. Make the desired changes to the RELEASE branch.
- [ ] 6. In the TEST branch modify `.github/workflows/pkg.yml` so that instead of referring to `pkg-rust.yml@vX` it refers to `pkg-rust.yml@<Git ref of HEAD commit on the TEST branch>` or `pkg-rust.yml@<test branch name>`.
- [ ] 7. Create a PR in the `.gihub-testing` repository from the TEST branch to `main`, let's call this the TEST PR.
- [ ] 7. Create a PR in the `ploutos-testing` repository from the TEST branch to `main`, let's call this the TEST PR.
- [ ] 8. Repeat steps 4 and 5 until the the `Packaging` workflow run in the TEST PR passes and behaves as desired.
- [ ] 9. Merge the TEST PR to the `main` branch.
- [ ] 10. Verify that the automatically invoked run of the `Packaging` workflow in the TEST repo against the `main` branch passes and behaves as desired. If not, repeat steps 4-9 until the new TEST PR passes and behaves as desired.
Expand Down

0 comments on commit ca39faf

Please sign in to comment.