Skip to content

🚧Update deprecated step output #167

Merged
KinsonDigitalAdmin merged 5 commits intopreview/v1.0.0-preview.12from
preview/feature/166-update-deprecated-outputs
May 15, 2023
Merged

🚧Update deprecated step output #167
KinsonDigitalAdmin merged 5 commits intopreview/v1.0.0-preview.12from
preview/feature/166-update-deprecated-outputs

Conversation

@kselena
Copy link
Copy Markdown
Contributor

@kselena kselena commented Apr 29, 2023

Preview Feature Pull Request

📋Review Checklist📋

  • The head(source) branch for this pull request is a preview 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
      Syntax: preview/feature/<issue-num>-<description>
      Example: preview/feature/123-my-preview-feature
  • The head(source) branch for this pull request is created from a preview release branch, with the correct naming syntax, in the following example:

    Example
    Syntax: preview/v<major>.<minor>.<patch>-preview.<prev-num>
    Example: preview/v1.2.3-preview.4
  • The base(target) branch for this pull request is a preview release branch, with the correct naming syntax, in the following example:

    • A base(target) branch is the branch that the head(source) branch is merging into.

      Example
      Syntax: preview/v<major>.<minor>.<patch>-preview.<prev-num>
      Example: preview/v1.2.3-preview.4

💡For more information on branching, refer to the project's branching documentation.

  • Associated issue exists and is linked to this pull request.

    • One issue per pull request.
  • Pull request title matches the title of the associated issue.

  • A preview label has been added to the pull request.

  • The labels attached to this PR match the labels attached to the associated issue.

  • Project assigned matches the project of the associated issue.

  • Milestone assigned matches the milestone of the associated issue.

  • My code follows the coding style of this project.

    • The style is enforced by the .editorconfig files in the project and displayed as warnings. If there is an edge case, reach out, and let's discuss it.
  • I have manually tested my code changes to the best of my ability.

  • All tests passed locally.

    • This is required because unit tests might pass locally but not in the CI environment during the status check process or vice-versa.
    • Tests might pass on the developer's machine but not necessarily on the code reviewer's machine.
    • Status checks run for this pull request when merging into the preview/v*.*.*-preview.* branch. These status checks run every time a change is pushed to the pull request. These checks validate version syntax, tagging, builds, unit tests, and more.

@kselena kselena self-assigned this Apr 29, 2023
@kselena kselena added high-priority High Priority preview Done while in preview ♻️cicd labels Apr 29, 2023
@kselena kselena added this to the v1.0.0-preview.12 milestone Apr 29, 2023
@kselena kselena linked an issue Apr 29, 2023 that may be closed by this pull request
7 tasks
@kselena kselena marked this pull request as ready for review April 29, 2023 11:06
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@KinsonDigitalAdmin KinsonDigitalAdmin merged commit ac4de89 into preview/v1.0.0-preview.12 May 15, 2023
@KinsonDigitalAdmin KinsonDigitalAdmin deleted the preview/feature/166-update-deprecated-outputs branch May 15, 2023 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

high-priority High Priority preview Done while in preview

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🚧Update deprecated step output

2 participants