We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d079e commit 79ab8e1Copy full SHA for 79ab8e1
.github/workflows/check-dist.yml
@@ -17,7 +17,7 @@ jobs:
17
if: |
18
startsWith(github.event.pull_request.title, 'chore(release):') &&
19
contains(github.event.pull_request.body, '<!-- RELEASE-NOTES-MARKER-START -->') &&
20
- github.event.pull_request.user.login == 'github-actions[bot]'
+ github.event.pull_request.user.login == 'release-preview[bot]'
21
22
steps:
23
- name: Checkout
.github/workflows/release-start.yml
@@ -148,4 +148,4 @@ jobs:
148
sign-commits: true # Note: When setting sign-commits: true the action will ignore the committer and author inputs.
149
delete-branch: true
150
labels: release
151
- signoff: true
+ signoff: false # For now, this specifically adds the github-actions[bot] sign-off. Add back when we can customize the trailer
0 commit comments