Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/automerge-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
fetch-depth: 2
ref: ${{ steps.setup-refs.outputs.head_sha }}
allow-unsafe-pr-checkout: true

- name: Get changed JSON files
id: changed-json-files
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dc-template-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
fetch-depth: 2
ref: ${{ steps.setup-refs.outputs.head_sha }}
allow-unsafe-pr-checkout: true

- name: Dump GitHub context
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
fetch-depth: 2
ref: ${{ steps.setup-refs.outputs.head_sha }}
allow-unsafe-pr-checkout: true

- name: Get all changed files
id: changed-all-files
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-description-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
allow-unsafe-pr-checkout: true

- name: Get changed template JSON files
id: changed-templates
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/template-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
allow-unsafe-pr-checkout: true

- name: Get changed template JSON files
id: changed-templates
Expand Down
Loading