Skip to content

Commit 339ef30

Browse files
chore(main): release lint-pr-title 1.2.2
1 parent 9fe4bf9 commit 339ef30

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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-24)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* **deps:** update actions/checkout action to v5.0.1 ([#1541](https://github.com/grafana/shared-workflows/issues/1541)) ([773f5b1](https://github.com/grafana/shared-workflows/commit/773f5b1eb7b717c5c89a2718c1c4322a45f2ed7f))
9+
* **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))
10+
* **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))
11+
* **deps:** update dependency typescript-eslint to v8.46.4 ([#1529](https://github.com/grafana/shared-workflows/issues/1529)) ([6829790](https://github.com/grafana/shared-workflows/commit/682979042d7b756583863955d8f6286f8b37f126))
12+
* **deps:** update dependency typescript-eslint to v8.47.0 ([#1554](https://github.com/grafana/shared-workflows/issues/1554)) ([8c7b10b](https://github.com/grafana/shared-workflows/commit/8c7b10b1b2fb4ad04a00b9f8d5133e7933cda52c))
13+
* **deps:** update octokit monorepo ([6469a52](https://github.com/grafana/shared-workflows/commit/6469a5278fdedca811e1fc31528e2d4608c6debb))
14+
* **deps:** update octokit monorepo (major) ([#1483](https://github.com/grafana/shared-workflows/issues/1483)) ([6469a52](https://github.com/grafana/shared-workflows/commit/6469a5278fdedca811e1fc31528e2d4608c6debb))
15+
316
## [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)
417

518

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)