HDDS-9603. Add PR title check for ozone-site repo.#69
Merged
adoroszlai merged 1 commit intoFeb 1, 2024
Merged
Conversation
adoroszlai
approved these changes
Feb 1, 2024
adoroszlai
pushed a commit
that referenced
this pull request
Feb 1, 2024
errose28
added a commit
to errose28/ozone-site
that referenced
this pull request
Feb 6, 2024
* HDDS-9225-website-v2: HDDS-10255. Update Release Manager Guide after importing it to the new website. (apache#67) HDDS-9568. Add docusaurus build check in github actions (apache#71) HDDS-10266. Auto label PRs for the new website. (apache#68) HDDS-10267. Add PR template for the new website. (apache#70) HDDS-9603. Add PR title check (apache#69) HDDS-9564. Create Ozone Social Card. (apache#62) HDDS-10233. Apache Release Manager Guide (apache#66) HDDS-10203. Update Github actions to v4 since Node.js 16 actions are deprecated. (apache#60) HDDS-9612. Add CONTRIBUTING.md for the new Ozone website (apache#54) HDDS-9865. Add outline of docs sections and pages. (apache#53) HDDS-9926. Publish WIP website to staging branch (2/2) (apache#56) Conflicts: docs/01-overview.md docs/03-core-concepts/04-security/01-authentication/01-kerberos.md docs/05-administrator-guide/02-configuration/03-security/01-kerberos.md progress.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Copy the PR title check script and Github Action from the main Ozone repo to the new website.
I've left this in a separate file from the PR labeler in #68 since we might want to cherry pick this commit back to the main website development branch. Alternatively we could put both checks into the pull-request workflow.
Jira
HDDS-9603
Testing
A test PR on my fork failed the title check.
I did not copy the bats tests since we would have to add a CI workflow for that here as well and manage the dependency which seems like overkill for a simple script that is already verified to work, but I'm open to suggestions here.