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

chore(*): update entity docs link #89

Merged
merged 3 commits into from
Sep 8, 2023
Merged

Conversation

Leopoldthecoder
Copy link
Member

@Leopoldthecoder Leopoldthecoder commented Sep 7, 2023

Summary

This PR updates entity docs links to the new spec URLs.

Issue reference

Fix #[issue number]

@Leopoldthecoder Leopoldthecoder added the backport release/3.4.x PRs should be cherry-picked to release/3.4.x label Sep 7, 2023
@Leopoldthecoder Leopoldthecoder force-pushed the chore/entity-docs-link branch 2 times, most recently from e6b9194 to 729b1f7 Compare September 8, 2023 02:57
@Leopoldthecoder Leopoldthecoder marked this pull request as ready for review September 8, 2023 02:58
Copy link
Contributor

@nekolab nekolab left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@Leopoldthecoder Leopoldthecoder merged commit e424786 into main Sep 8, 2023
17 checks passed
@Leopoldthecoder Leopoldthecoder deleted the chore/entity-docs-link branch September 8, 2023 08:48
@team-gateway-bot
Copy link
Collaborator

The backport to release/3.4.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release/3.4.x release/3.4.x
# Navigate to the new working tree
cd .worktrees/backport-release/3.4.x
# Create a new branch
git switch --create backport-89-to-release/3.4.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 e42478630644f45186fdae0be5ae5dec54655537
# Push it to GitHub
git push --set-upstream origin backport-89-to-release/3.4.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release/3.4.x

Then, create a pull request where the base branch is release/3.4.x and the compare/head branch is backport-89-to-release/3.4.x.

Leopoldthecoder added a commit that referenced this pull request Sep 8, 2023
* chore(*): update entity docs link

* chore(*): use EntityType

* chore(*): remove computed
Leopoldthecoder added a commit that referenced this pull request Sep 8, 2023
* chore(*): update entity docs link

* chore(*): use EntityType

* chore(*): remove computed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport release/3.4.x PRs should be cherry-picked to release/3.4.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants