Skip to content

Commit dc6369d

Browse files
authored
Merge branch 'main' into jsjoeio/vscode-1.65
2 parents 11b2f16 + 7f88420 commit dc6369d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/docs-preview.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030

3131
- name: Comment Credentials
3232
uses: marocchino/sticky-pull-request-comment@v2
33+
# Only run if PR comes from base repo
34+
# Reason: forks cannot access secrets and this will always fail
35+
if: github.event.pull_request.head.repo.full_name == github.repository
3336
with:
3437
GITHUB_TOKEN: ${{ github.token }}
3538
header: codercom-preview-docs

renovate.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
],
1111
"vulnerabilityAlerts": {
1212
"enabled": "true"
13-
}
13+
},
14+
"ignoreDeps": ["express"]
1415
}

0 commit comments

Comments
 (0)