File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
if : |
18
18
startsWith(github.event.pull_request.title, 'chore(release):') &&
19
19
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]'
21
21
22
22
steps :
23
23
- name : Checkout
Original file line number Diff line number Diff line change @@ -148,4 +148,4 @@ jobs:
148
148
sign-commits : true # Note: When setting sign-commits: true the action will ignore the committer and author inputs.
149
149
delete-branch : true
150
150
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
You can’t perform that action at this time.
0 commit comments