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
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@b52c15784c5c7f6cfb543d9ecdbb5312aea62237
uses: hashintel/.github/.github/workflows/housekeeping-dependencies.yml@b52c15784c5c7f6cfb543d9ecdbb5312aea62237 # main
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@b52c15784c5c7f6cfb543d9ecdbb5312aea62237
uses: hashintel/.github/.github/workflows/preflight-dependencies.yml@b52c15784c5c7f6cfb543d9ecdbb5312aea62237 # main

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@b52c15784c5c7f6cfb543d9ecdbb5312aea62237
uses: hashintel/.github/.github/workflows/preflight-todo-comments.yml@b52c15784c5c7f6cfb543d9ecdbb5312aea62237 # main

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