Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

renovate:
name: Dependencies
uses: hashintel/.github/.github/workflows/housekeeping-dependencies.yml@e12e306a03b1939c357d92c55b48d539d4286bd6
uses: hashintel/.github/.github/workflows/housekeeping-dependencies.yml@b52c15784c5c7f6cfb543d9ecdbb5312aea62237
with:
repoCache: ${{ inputs.repoCache || 'enabled' }}
logLevel: ${{ inputs.logLevel || 'info' }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/preflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
permissions:
contents: read
pull-requests: write
uses: hashintel/.github/.github/workflows/preflight-dependencies.yml@ae4227bc6b6375f06ac30093826318283eefb203
uses: hashintel/.github/.github/workflows/preflight-dependencies.yml@b52c15784c5c7f6cfb543d9ecdbb5312aea62237

labeler:
name: Labeler
Expand All @@ -33,10 +33,10 @@ jobs:
name: Todo comments
permissions:
contents: read
uses: hashintel/.github/.github/workflows/preflight-todo-comments.yml@ae4227bc6b6375f06ac30093826318283eefb203
uses: hashintel/.github/.github/workflows/preflight-todo-comments.yml@b52c15784c5c7f6cfb543d9ecdbb5312aea62237

pr-title:
name: PR title
permissions:
contents: read
uses: hashintel/.github/.github/workflows/preflight-pr-title.yml@ae4227bc6b6375f06ac30093826318283eefb203
uses: hashintel/.github/.github/workflows/preflight-pr-title.yml@b52c15784c5c7f6cfb543d9ecdbb5312aea62237
Loading