From 68dd2ececed5070f606bf9f4fc9a62d989b98a89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 09:39:02 +0000 Subject: [PATCH] build(deps): bump unsplash/comment-on-pr from 1.3.0 to 1.3.1 Bumps [unsplash/comment-on-pr](https://github.com/unsplash/comment-on-pr) from 1.3.0 to 1.3.1. - [Commits](https://github.com/unsplash/comment-on-pr/compare/ffe8f97ccc63ce12c3c23c6885b169db67958d3b...b5610c6125a7197eaec80072ea35ef53e1fc6035) --- updated-dependencies: - dependency-name: unsplash/comment-on-pr dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-lint.yaml b/.github/workflows/pr-lint.yaml index c168f70..4d248a0 100644 --- a/.github/workflows/pr-lint.yaml +++ b/.github/workflows/pr-lint.yaml @@ -20,7 +20,7 @@ jobs: - name: Comment on PR if: contains(github.event.pull_request.head.ref, 'apm-') || contains(github.event.pull_request.head.ref, 'APM-') || contains(github.event.pull_request.head.ref, 'mesh-') || contains(github.event.pull_request.head.ref, 'MESH-') || contains(github.event.pull_request.head.ref, 'mesh2cloud-') || contains(github.event.pull_request.head.ref, 'MESH2CLOUD-') || contains(github.event.pull_request.head.ref, 'spii-') || contains(github.event.pull_request.head.ref, 'SPII-') || contains(github.event.pull_request.head.ref, 'spinecore-') || contains(github.event.pull_request.head.ref, 'SPINECORE-') - uses: unsplash/comment-on-pr@ffe8f97ccc63ce12c3c23c6885b169db67958d3b # v1.3.0 + uses: unsplash/comment-on-pr@b5610c6125a7197eaec80072ea35ef53e1fc6035 # v1.3.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: