Skip to content

Commit 76fc2b8

Browse files
CCM-11345 backported todo excludes
1 parent 43f36eb commit 76fc2b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/scheduled-repository-template-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Create Pull Request
3434
if: ${{ !env.ACT }}
35-
uses: peter-evans/[email protected].6
35+
uses: peter-evans/[email protected].8
3636
with:
3737
token: ${{ secrets.GITHUB_TOKEN }}
3838
commit-message: Drift from template

scripts/githooks/check-todos.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ set -euo pipefail
2828
EXCLUDED_FILES=(
2929
".devcontainer/devcontainer.json"
3030
".tool-versions"
31+
".vscode/extensions.json"
3132
"infrastructure/terraform/bin/terraform.sh"
3233
"Makefile"
3334
"project.code-workspace"

0 commit comments

Comments
 (0)