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@a0df113e5602f3b721bf306bf6050ee2a0866956
uses: hashintel/.github/.github/workflows/housekeeping-dependencies.yml@0849d9412d06e5975fc4a69467fe324e4128aa35
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 @@ -21,17 +21,17 @@ jobs:
# see: https://github.com/orgs/community/discussions/26245#discussioncomment-15601440
id-token: write
pull-requests: write
uses: hashintel/.github/.github/workflows/preflight-stale-approvals.yml@a0df113e5602f3b721bf306bf6050ee2a0866956
uses: hashintel/.github/.github/workflows/preflight-stale-approvals.yml@0849d9412d06e5975fc4a69467fe324e4128aa35

dependencies:
name: Dependencies
permissions:
contents: read
pull-requests: write
uses: hashintel/.github/.github/workflows/preflight-dependencies.yml@a0df113e5602f3b721bf306bf6050ee2a0866956
uses: hashintel/.github/.github/workflows/preflight-dependencies.yml@0849d9412d06e5975fc4a69467fe324e4128aa35

todo-comments:
name: Todo comments
permissions:
contents: read
uses: hashintel/.github/.github/workflows/preflight-todo-comments.yml@a0df113e5602f3b721bf306bf6050ee2a0866956
uses: hashintel/.github/.github/workflows/preflight-todo-comments.yml@0849d9412d06e5975fc4a69467fe324e4128aa35
Loading