diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index df4f9e04..c483a7f8 100644 --- a/.github/workflows/housekeeping.yml +++ b/.github/workflows/housekeeping.yml @@ -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@e12e306a03b1939c357d92c55b48d539d4286bd6 with: repoCache: ${{ inputs.repoCache || 'enabled' }} logLevel: ${{ inputs.logLevel || 'info' }} diff --git a/.github/workflows/preflight.yml b/.github/workflows/preflight.yml index dc10d40a..4bbaa198 100644 --- a/.github/workflows/preflight.yml +++ b/.github/workflows/preflight.yml @@ -21,17 +21,23 @@ 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@e12e306a03b1939c357d92c55b48d539d4286bd6 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@e12e306a03b1939c357d92c55b48d539d4286bd6 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@e12e306a03b1939c357d92c55b48d539d4286bd6 + + pr-title: + name: PR title + permissions: + contents: read + uses: hashintel/.github/.github/workflows/preflight-pr-title.yml@e12e306a03b1939c357d92c55b48d539d4286bd6