You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/generate-lockfile.yml
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -46,19 +46,17 @@ jobs:
46
46
with:
47
47
token: ${{ secrets.GH_SERVICE_ACCOUNT_API_KEY }}
48
48
author: Recap Time Bot <releases@madebythepins.tk>
49
-
commiter: Recap Time Bot <releases@madebythepins.tk>
49
+
committer: Recap Time Bot <releases@madebythepins.tk>
50
50
signoff: true
51
51
commit-message: Update npm dependencies and lockfile
52
52
branch: update-dependencies-npmjs
53
53
labels: |
54
54
packages/nodejs-npm
55
55
dependencies
56
56
reviewers: ${{ github.actor }}
57
-
assignees:
57
+
assignees:${{ github.actor }}
58
58
title: Update npmjs lockfiles and dependencies
59
-
description: |
60
-
Hey, ${{ github.actor }}.
61
-
59
+
body: |
62
60
Your PR has been successfully generated to update dependencies and lockfile. Please wait while Vercel is doing an build for our website to ensure there will be no breaking changes to be merged to production.
63
61
64
62
When the build status goes green, approve and add `Ready to Ship` label to automagically merge.
0 commit comments