From beced5c677fccb6c14f1cbe5e798d37ee90b2e1e 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] chore: modify .github/workflows/validate-pr-title.yml Signed-off-by: Taureon --- .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