Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARCH-1911 - Transfer to Infra-Purple #43

Merged
merged 3 commits into from
Oct 16, 2023
Merged

ARCH-1911 - Transfer to Infra-Purple #43

merged 3 commits into from
Oct 16, 2023

Conversation

danielle-casella-adams
Copy link
Contributor

@danielle-casella-adams danielle-casella-adams commented Sep 21, 2023

Summary of PR changes

BREAKING CHANGES
+semver:breaking

PR Requirements

  • For major, minor, or breaking changes, at least one of the commit messages contains the appropriate +semver: keywords.
    • See the Incrementing the Version section of the repository's README.md for more details.
  • The action code does not contain sensitive information.

NOTE: If the repo's workflow could not automatically update the README.md, it should be updated manually with the next version. For javascript actions, if the repo's workflow could not automatically recompile the action it should also be updated manually as part of the PR.

@github-actions
Copy link

Before this PR can be merged, the following item(s) should be addressed to comply with the action's Contributing Guidelines.

  • Please update the action's version in the Usage Examples section of README.md. Each instance of this action should be updated to:
    uses: im-open/git-version-lite@v2.3.3

@github-actions
Copy link

Before this PR can be merged, the following item(s) should be addressed to comply with the action's Contributing Guidelines.

  • Please update the action's version in the Usage Examples section of README.md. Each instance of this action should be updated to:
    uses: im-open/git-version-lite@v2.3.3

@github-actions
Copy link

Before this PR can be merged, the following item(s) should be addressed to comply with the action's Contributing Guidelines.

  • Please update the action's version in the Usage Examples section of README.md. Each instance of this action should be updated to:
    uses: im-open/git-version-lite@v2.3.3
  • Please ensure the action has been recompiled by running the following command from the root of the repository:
    npm run build

@github-actions
Copy link

Before this PR can be merged, the following item(s) should be addressed to comply with the action's Contributing Guidelines.

  • Please update the action's version in the Usage Examples section of README.md. Each instance of this action should be updated to:
    uses: im-open/git-version-lite@v2.3.3

@github-actions
Copy link

Before this PR can be merged, the following item(s) should be addressed to comply with the action's Contributing Guidelines.

  • Please update the action's version in the Usage Examples section of README.md. Each instance of this action should be updated to:
    uses: im-open/git-version-lite@v2.3.3

ARCH-1911 - Transfer to Infra-Purple

- Remove deprecated create-ref input & associated github-token input
- Update CODEOWNERS
- Add tests to build-and-review-pr.yml
Copy link
Contributor

@hpractv hpractv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏽

@cbalcazarp4585 cbalcazarp4585 merged commit cefcef4 into main Oct 16, 2023
20 checks passed
@cbalcazarp4585 cbalcazarp4585 deleted the transfer branch October 16, 2023 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

create-ref feature is inconsistent with the load search behavior and tags the "wrong" commit sometimes.
3 participants