Skip to content

Commit

Permalink
fix: disable release commit sign-off and ensure dist check runs (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
virgofx authored Oct 24, 2024
1 parent 53d079e commit 79ab8e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: |
startsWith(github.event.pull_request.title, 'chore(release):') &&
contains(github.event.pull_request.body, '<!-- RELEASE-NOTES-MARKER-START -->') &&
github.event.pull_request.user.login == 'github-actions[bot]'
github.event.pull_request.user.login == 'release-preview[bot]'
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ jobs:
sign-commits: true # Note: When setting sign-commits: true the action will ignore the committer and author inputs.
delete-branch: true
labels: release
signoff: true
signoff: false # For now, this specifically adds the github-actions[bot] sign-off. Add back when we can customize the trailer

0 comments on commit 79ab8e1

Please sign in to comment.