Skip to content

Commit db2e2ae

Browse files
chore(main): release lint-pr-title 1.2.1
1 parent 2343b41 commit db2e2ae

File tree

3 files changed

+41
-3
lines changed

3 files changed

+41
-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.0",
2+
"actions/lint-pr-title": "1.2.1",
33
"actions/get-vault-secrets": "1.2.1",
44
"actions/dockerhub-login": "1.0.2",
55
"actions/send-slack-message": "2.0.3",

actions/lint-pr-title/CHANGELOG.md

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

3+
## [1.2.1](https://github.com/grafana/shared-workflows/compare/lint-pr-title/v1.2.0...lint-pr-title/v1.2.1) (2025-07-15)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update commitlint monorepo to v19.8.1 ([#1052](https://github.com/grafana/shared-workflows/issues/1052)) ([28ef11a](https://github.com/grafana/shared-workflows/commit/28ef11a15dff285f58f915acae34fde2b0b48080))
9+
* **deps:** update dependency @actions/github to v6.0.1 ([#1054](https://github.com/grafana/shared-workflows/issues/1054)) ([23e7c85](https://github.com/grafana/shared-workflows/commit/23e7c85bf1b6a3e61a33c5a7d4ac3468a14e1e30))
10+
* **deps:** update dependency @octokit/core to v7.0.3 ([#1131](https://github.com/grafana/shared-workflows/issues/1131)) ([70731a5](https://github.com/grafana/shared-workflows/commit/70731a505da74b4f7430ffee6cfd205c0b7c66e3))
11+
* **deps:** update octokit monorepo ([ea7cd86](https://github.com/grafana/shared-workflows/commit/ea7cd862c0ed84ba64739d8914d76e38a7ea2dce))
12+
* **deps:** update octokit monorepo ([b67e3a0](https://github.com/grafana/shared-workflows/commit/b67e3a067cb1d5a0691c984af46dfd6da01a8a46))
13+
* **deps:** update octokit monorepo (major) ([#1091](https://github.com/grafana/shared-workflows/issues/1091)) ([b67e3a0](https://github.com/grafana/shared-workflows/commit/b67e3a067cb1d5a0691c984af46dfd6da01a8a46))
14+
* **deps:** update octokit monorepo (major) ([#1095](https://github.com/grafana/shared-workflows/issues/1095)) ([ea7cd86](https://github.com/grafana/shared-workflows/commit/ea7cd862c0ed84ba64739d8914d76e38a7ea2dce))
15+
16+
17+
### 🤖 Continuous Integration
18+
19+
* enhance, fix, run pre-commit ([#1033](https://github.com/grafana/shared-workflows/issues/1033)) ([9ffb9ce](https://github.com/grafana/shared-workflows/commit/9ffb9cec67a7712b4247e4ac37eb69946d802aed))
20+
21+
22+
### 🔧 Miscellaneous Chores
23+
24+
* **deps:** update dependency @eslint/js to v9.31.0 ([#1133](https://github.com/grafana/shared-workflows/issues/1133)) ([e9a3e88](https://github.com/grafana/shared-workflows/commit/e9a3e882ed031e55fc33fee856aa53ae9a054bd3))
25+
* **deps:** update dependency @octokit/types to v14.1.0 ([#1057](https://github.com/grafana/shared-workflows/issues/1057)) ([dd576a6](https://github.com/grafana/shared-workflows/commit/dd576a6b0c691ee08fcfe7c4445b6fcb6fba3ba1))
26+
* **deps:** update dependency @types/bun to v1.2.17 ([#1098](https://github.com/grafana/shared-workflows/issues/1098)) ([a5e8a34](https://github.com/grafana/shared-workflows/commit/a5e8a3415aa1f313f5ffce2cb56a4288f040dbb4))
27+
* **deps:** update dependency @types/bun to v1.2.18 ([#1104](https://github.com/grafana/shared-workflows/issues/1104)) ([c6e5e2e](https://github.com/grafana/shared-workflows/commit/c6e5e2e4d64e41325193c2fa9bb71f69c159e340))
28+
* **deps:** update dependency eslint-config-prettier to v10.1.5 ([#1043](https://github.com/grafana/shared-workflows/issues/1043)) ([6ceeaed](https://github.com/grafana/shared-workflows/commit/6ceeaedb6d38b4c3a96e8dc560d0db24cc58b0e7))
29+
* **deps:** update dependency eslint-plugin-jest to v28.14.0 ([#1058](https://github.com/grafana/shared-workflows/issues/1058)) ([e2bd372](https://github.com/grafana/shared-workflows/commit/e2bd37281a937093cbcef294fd2ac955c086e7a9))
30+
* **deps:** update dependency eslint-plugin-jest to v29 ([#1080](https://github.com/grafana/shared-workflows/issues/1080)) ([2b634d9](https://github.com/grafana/shared-workflows/commit/2b634d9cb9ebe39e53a0fff8e33ce7386da3f415))
31+
* **deps:** update dependency eslint-plugin-prettier to v5.5.1 ([#1059](https://github.com/grafana/shared-workflows/issues/1059)) ([e3459ca](https://github.com/grafana/shared-workflows/commit/e3459ca4c7fd46953bb9f3b1e1ba5d8448679b74))
32+
* **deps:** update dependency prettier to v3.6.2 ([#1062](https://github.com/grafana/shared-workflows/issues/1062)) ([82c036c](https://github.com/grafana/shared-workflows/commit/82c036c05283174e20fa9128c17af97369240cb4))
33+
* **deps:** update dependency typescript-eslint to v8.35.1 ([#1063](https://github.com/grafana/shared-workflows/issues/1063)) ([5c4ae58](https://github.com/grafana/shared-workflows/commit/5c4ae586f02760e01b097f1d6e8e5fb538b12dc7))
34+
* **deps:** update dependency typescript-eslint to v8.36.0 ([#1114](https://github.com/grafana/shared-workflows/issues/1114)) ([bcc611d](https://github.com/grafana/shared-workflows/commit/bcc611dc3f77a85e0770a979f56489e8cddc8c7b))
35+
* **deps:** update dependency typescript-eslint to v8.37.0 ([#1137](https://github.com/grafana/shared-workflows/issues/1137)) ([2343b41](https://github.com/grafana/shared-workflows/commit/2343b41146825e958691cf2187c52df99b8fa492))
36+
* **deps:** update dependency typescript-eslint to v8.37.0 ([#1140](https://github.com/grafana/shared-workflows/issues/1140)) ([d804ccf](https://github.com/grafana/shared-workflows/commit/d804ccf199690510add9f96f6c2d6d6606833a71))
37+
* **deps:** update eslint monorepo to v9.30.1 ([#1069](https://github.com/grafana/shared-workflows/issues/1069)) ([ddf4ef9](https://github.com/grafana/shared-workflows/commit/ddf4ef933ad77c335f9b6c082774c965c077df3a))
38+
* **deps:** update eslint monorepo to v9.31.0 ([e9a3e88](https://github.com/grafana/shared-workflows/commit/e9a3e882ed031e55fc33fee856aa53ae9a054bd3))
39+
* **deps:** update oven/bun docker tag to v1.2.18 ([#1111](https://github.com/grafana/shared-workflows/issues/1111)) ([9f67ec1](https://github.com/grafana/shared-workflows/commit/9f67ec194553e5162af87a6c60dbacacfaf0af50))
40+
341
## [1.2.0](https://github.com/grafana/shared-workflows/compare/lint-pr-title-v1.1.1...lint-pr-title/v1.2.0) (2025-06-04)
442

543

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.0
91+
uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title/v1.2.1
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.0
110+
uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title/v1.2.1
111111
```
112112

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

0 commit comments

Comments
 (0)