Skip to content

Commit 5e6cd18

Browse files
chore: modify .github/workflows/validate-pr-title.yml
1 parent fc687fc commit 5e6cd18

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/validate-pr-title.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# DO NOT EDIT DIRECTLY IN REPOSITORY
2+
# Managed in Terraform templates
3+
14
name: "Lint PR"
25

36
on:
@@ -15,6 +18,6 @@ jobs:
1518
permissions:
1619
pull-requests: read
1720
steps:
18-
- uses: amannn/action-semantic-pull-request@v6
21+
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
1922
env:
2023
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)