From 9a5ecbb22c8edc916a9aae5eaf174b3cfcddff16 Mon Sep 17 00:00:00 2001 From: "stoat-tofu[bot]" <242700035+stoat-tofu[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 19:03:41 +0000 Subject: [PATCH 1/2] chore: modify .github/workflows/release-webhook.yml --- .github/workflows/release-webhook.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-webhook.yml b/.github/workflows/release-webhook.yml index 46504b1..3996b1f 100644 --- a/.github/workflows/release-webhook.yml +++ b/.github/workflows/release-webhook.yml @@ -1,3 +1,6 @@ +# DO NOT EDIT DIRECTLY IN REPOSITORY +# Managed in Terraform templates + name: Release Webhook on: From d1bf862a6c487618770402e330e7c46b62e36324 Mon Sep 17 00:00:00 2001 From: "stoat-tofu[bot]" <242700035+stoat-tofu[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 19:04:04 +0000 Subject: [PATCH 2/2] chore: modify .github/workflows/validate-pr-title.yml --- .github/workflows/validate-pr-title.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate-pr-title.yml b/.github/workflows/validate-pr-title.yml index 6af0930..1374d58 100644 --- a/.github/workflows/validate-pr-title.yml +++ b/.github/workflows/validate-pr-title.yml @@ -1,3 +1,6 @@ +# DO NOT EDIT DIRECTLY IN REPOSITORY +# Managed in Terraform templates + name: "Lint PR" on: @@ -15,6 +18,6 @@ jobs: permissions: pull-requests: read steps: - - uses: amannn/action-semantic-pull-request@v6 + - uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file