fix(ci): disable CLA Assistant PR auto-lock so release-please can comment (#890)

The contributor-assistant action defaults to locking merged PRs to
"safeguard CLA signatures", but signatures are stored in
signatures/version1/cla.json and need no extra protection. The auto-lock
fires within seconds of merge and blocks release-please from posting its
"included in vX.Y.Z" comment on the merged release PR, failing the
release-please workflow on every release (0.67.1, 0.68.0).
This commit is contained in:
Anso
2026-05-03 00:07:32 -04:00
committed by GitHub
parent e5b1c7b22b
commit b9ada7f50b
+4
View File
@@ -27,3 +27,7 @@ jobs:
path-to-document: 'https://github.com/studio-saelix/sencho/blob/main/CLA.md'
branch: 'main'
allowlist: 'AnsoCode,dependabot[bot],greenkeeper[bot],github-actions[bot],release-please[bot],sencho-quartermaster[bot]'
# Default true locks merged PR conversations, which blocks
# release-please from commenting "included in vX.Y.Z" on the
# release PR. Signatures live in signatures/version1/cla.json.
lock-pullrequest-aftermerge: false