mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-26 11:49:16 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user