Skip to content

Commit 913e71e

Browse files
chore(main): release lint-pr-title 1.2.2
1 parent 31543ed commit 913e71e

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"actions/lint-pr-title": "1.2.1",
2+
"actions/lint-pr-title": "1.2.2",
33
"actions/get-vault-secrets": "1.3.0",
44
"actions/dockerhub-login": "1.0.2",
55
"actions/send-slack-message": "2.0.4",

actions/lint-pr-title/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.2.2](https://github.com/grafana/shared-workflows/compare/lint-pr-title/v1.2.1...lint-pr-title/v1.2.2) (2025-11-14)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* **deps:** update dependency @types/bun to v1.3.2 ([#1519](https://github.com/grafana/shared-workflows/issues/1519)) ([2d464ab](https://github.com/grafana/shared-workflows/commit/2d464abe3f47661ee0f1b0551c90173fb243a411))
9+
* **deps:** update dependency eslint-plugin-jest to v29.1.0 ([#1530](https://github.com/grafana/shared-workflows/issues/1530)) ([cacf689](https://github.com/grafana/shared-workflows/commit/cacf68955667cbdc1da18b1b96e25a524b6512ad))
10+
* **deps:** update octokit monorepo ([6469a52](https://github.com/grafana/shared-workflows/commit/6469a5278fdedca811e1fc31528e2d4608c6debb))
11+
* **deps:** update octokit monorepo (major) ([#1483](https://github.com/grafana/shared-workflows/issues/1483)) ([6469a52](https://github.com/grafana/shared-workflows/commit/6469a5278fdedca811e1fc31528e2d4608c6debb))
12+
313
## [1.2.1](https://github.com/grafana/shared-workflows/compare/lint-pr-title/v1.2.0...lint-pr-title/v1.2.1) (2025-11-05)
414

515

actions/lint-pr-title/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
persist-credentials: false
8989
9090
- id: lint-pr-title
91-
uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title/v1.2.1
91+
uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title/v1.2.2
9292
with:
9393
config-path: "${{ github.workspace }}/commitlint.config.js"
9494
title-only: false
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ubuntu-latest
108108
steps:
109109
- id: lint-pr-title
110-
uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title/v1.2.1
110+
uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title/v1.2.2
111111
```
112112

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

0 commit comments

Comments
 (0)