Skip to content

Release 2.3.0 - #41

Closed
bunnam988 wants to merge 3 commits into
mainfrom
release/2.3.0
Closed

Release 2.3.0#41
bunnam988 wants to merge 3 commits into
mainfrom
release/2.3.0

Conversation

@bunnam988

Copy link
Copy Markdown
Contributor

Release 2.3.0

bunnam988 and others added 3 commits June 3, 2026 10:27
Release 2.2.0 2.2.0
## Summary
Adds a caller workflow that runs the shared PR format check from
`rdkcentral/build_tools_workflows`.

## What it does
Automatically checks every new/edited PR (including fork PRs) for:
- Title format: `TICKET-123 : description` (multiple tickets supported)
- Required description fields: Reason for change, Test Procedure, Risks,
Priority

Fails the check and posts a reminder comment if format is incorrect.
Deletes the comment automatically when fixed.

## Files changed
- `.github/workflows/pr-lint.yml` (9 lines — caller only, no logic)
@bunnam988
bunnam988 requested a review from a team as a code owner July 22, 2026 09:15
Copilot AI review requested due to automatic review settings July 22, 2026 09:15
@bunnam988
bunnam988 requested a review from a team as a code owner July 22, 2026 09:15
@bunnam988 bunnam988 closed this Jul 22, 2026
@bunnam988
bunnam988 deleted the release/2.3.0 branch July 22, 2026 09:16

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Release 2.3.0 housekeeping update that adds a PR-format lint workflow and records the release in the changelog.

Changes:

  • Add a GitHub Actions workflow to lint/validate pull request formatting via a reusable workflow.
  • Add a 2.3.0 section to the project changelog (and augment 2.2.0 entries).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
CHANGELOG.md Adds the 2.3.0 release section and supplements 2.2.0 release notes.
.github/workflows/pr-lint.yml Introduces a PR format check workflow (reusable workflow invocation + concurrency).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CHANGELOG.md
Comment on lines +7 to +10
#### [2.3.0](https://github.com/rdkcentral/persistent-storage-manager/compare/2.2.0...2.3.0)

- RDKB-66032 : Add PR Format Check workflow [`#40`](https://github.com/rdkcentral/persistent-storage-manager/pull/40)
- Merge tag '2.2.0' into develop [`2d1e7b1`](https://github.com/rdkcentral/persistent-storage-manager/commit/2d1e7b146d64cbbc95599ceaa78cd16afb100985)
Comment thread CHANGELOG.md

#### [2.3.0](https://github.com/rdkcentral/persistent-storage-manager/compare/2.2.0...2.3.0)

- RDKB-66032 : Add PR Format Check workflow [`#40`](https://github.com/rdkcentral/persistent-storage-manager/pull/40)
Comment on lines +17 to +18
lint:
uses: rdkcentral/build_tools_workflows/.github/workflows/pr-lint.yml@develop
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 22, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants