Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"actions/lint-pr-title": "1.2.4",
"actions/lint-pr-title": "1.2.5",
"actions/get-vault-secrets": "2.0.1",
"actions/dockerhub-login": "2.0.0",
"actions/send-slack-message": "3.0.2",
Expand Down
17 changes: 17 additions & 0 deletions actions/lint-pr-title/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.2.5](https://github.com/grafana/shared-workflows/compare/lint-pr-title/v1.2.4...lint-pr-title/v1.2.5) (2026-09-08)


### 馃悰 Bug Fixes

* **deps:** update octokit monorepo ([#2271](https://github.com/grafana/shared-workflows/issues/2271)) ([782f572](https://github.com/grafana/shared-workflows/commit/782f5721018875662580acdf7ecf4510424abe62))


### 馃敡 Miscellaneous Chores

* **deps:** update dependency eslint to v10.8.0 ([#2217](https://github.com/grafana/shared-workflows/issues/2217)) ([2ec03f8](https://github.com/grafana/shared-workflows/commit/2ec03f807c17d47646a87c03051e9caea8267029))
* **deps:** update dependency eslint to v10.9.0 ([#2261](https://github.com/grafana/shared-workflows/issues/2261)) ([fc97070](https://github.com/grafana/shared-workflows/commit/fc9707096d8f5edd2e7260031fbf2026488386c6))
* **deps:** update dependency eslint-plugin-jest to v29.16.0 ([#2215](https://github.com/grafana/shared-workflows/issues/2215)) ([976b8f7](https://github.com/grafana/shared-workflows/commit/976b8f76f63d9d3654c89f877a1ca67c55a6ecfa))
* **deps:** update dependency eslint-plugin-jest to v29.16.1 ([#2262](https://github.com/grafana/shared-workflows/issues/2262)) ([692a0fa](https://github.com/grafana/shared-workflows/commit/692a0fac7ee40fc3ec23b413148eb690be61bac0))
* **deps:** update dependency prettier to v3.9.6 ([#2208](https://github.com/grafana/shared-workflows/issues/2208)) ([43a1b7b](https://github.com/grafana/shared-workflows/commit/43a1b7b96e93d6cfa5cd1dd053f20b1e7b1f1b9e))
* **deps:** update dependency typescript-eslint to v8.65.0 ([#2216](https://github.com/grafana/shared-workflows/issues/2216)) ([1dbcae6](https://github.com/grafana/shared-workflows/commit/1dbcae6151956b0b33776825f16f5a6db3d46b86))

## [1.2.4](https://github.com/grafana/shared-workflows/compare/lint-pr-title/v1.2.3...lint-pr-title/v1.2.4) (2026-07-21)


Expand Down
4 changes: 2 additions & 2 deletions actions/lint-pr-title/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
persist-credentials: false

- id: lint-pr-title
uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title/v1.2.4
uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title/v1.2.5
with:
config-path: "${{ github.workspace }}/commitlint.config.js"
title-only: false
Expand All @@ -107,7 +107,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: lint-pr-title
uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title/v1.2.4
uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title/v1.2.5
```

<!-- x-release-please-end-version -->