Closed kselena closed 1 year ago
Note PR and issue put on https://github.com/KinsonDigital/BranchValidator/labels/on%20hold Reason: Waiting for the cicd scripts to be added to the org repo and to update the release workflow
Note Taken off of https://github.com/KinsonDigital/BranchValidator/labels/on%20hold status. Concept with org level deno scripts works perfectly.
Feature Pull Request
📋Review Checklist📋
[x] The head(source) branch for this pull request is a feature branch, with the correct naming syntax, in the following example:
A head(source) branch is the branch being merged into a target branch.
Example
``` xml Syntax: feature/[x] The head(source) branch for this pull request is created from a development branch with the name develop.
[x] The base(target) branch for this pull request is a development branch with the name develop.
💡For more information on branching, refer to the project's branching documentation.
[x] The associated issue exists and is linked to this pull request.
[x] The pull request title matches the title of the associated issue.
[x] The labels attached to this PR match the labels attached to the associated issue.
[x] The assigned project matches the project of the associated issue.
[x] The assigned milestone matches the milestone of the associated issue.
[x] My code follows the coding style of this project.
[x] I have manually tested my code changes to the best of my ability.
[x] All tests passed locally.