From 8ff688f114c4bb98ce39e0d6662b61a3588f9da2 Mon Sep 17 00:00:00 2001 From: Novus Nota <68142933+novusnota@users.noreply.github.com> Date: Mon, 1 Dec 2025 17:33:24 +0100 Subject: [PATCH 1/2] fix(ci): do not trigger description issue linkage check in `bouncer.yml` for Dependabot --- .github/workflows/bouncer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bouncer.yml b/.github/workflows/bouncer.yml index 3211459de..5583e708d 100644 --- a/.github/workflows/bouncer.yml +++ b/.github/workflows/bouncer.yml @@ -205,7 +205,7 @@ jobs: # pr close issue limits - name: "Check that there is no more than ${{ env.MAX_ISSUES_PER_PR }} linked issues" - if: ${{ !cancelled() }} + if: ${{ !cancelled() && github.event.pull_request.user.login != 'dependabot[bot]' }} uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 with: script: | From 283301223312775b2a0e9ab835c6caa52c1ababb Mon Sep 17 00:00:00 2001 From: Novus Nota <68142933+novusnota@users.noreply.github.com> Date: Mon, 1 Dec 2025 17:38:22 +0100 Subject: [PATCH 2/2] fix from https://github.com/ton-org/docs/pull/1502 --- package-lock.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/package-lock.json b/package-lock.json index 1a37f651a..92428fe43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1498,6 +1498,17 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, + "node_modules/@mintlify/cli/node_modules/semver": { + "version": "7.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", + "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/@mintlify/common": { "version": "1.0.619", "resolved": "https://registry.npmjs.org/@mintlify/common/-/common-1.0.619.tgz",