Skip to content

Commit 79ab8e1

Browse files
authored
fix: disable release commit sign-off and ensure dist check runs (#77)
1 parent 53d079e commit 79ab8e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: |
1818
startsWith(github.event.pull_request.title, 'chore(release):') &&
1919
contains(github.event.pull_request.body, '<!-- RELEASE-NOTES-MARKER-START -->') &&
20-
github.event.pull_request.user.login == 'github-actions[bot]'
20+
github.event.pull_request.user.login == 'release-preview[bot]'
2121
2222
steps:
2323
- name: Checkout

.github/workflows/release-start.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ jobs:
148148
sign-commits: true # Note: When setting sign-commits: true the action will ignore the committer and author inputs.
149149
delete-branch: true
150150
labels: release
151-
signoff: true
151+
signoff: false # For now, this specifically adds the github-actions[bot] sign-off. Add back when we can customize the trailer

0 commit comments

Comments
 (0)