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: lib/create-pull-request.js
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@ async function createPullRequest(
12
12
body+=`- [ ] [Install the WIP app](https://github.com/apps/wip/installations/new/permissions?suggested_target_id=${ownerId}&repository_ids[]=${repositoryId})
13
13
- [ ] [Install the Renovate app](https://github.com/apps/renovate/installations/new/permissions?suggested_target_id=${ownerId}&repository_ids[]=${repositoryId})
14
14
- [ ] [Install the Octokit JS Board app](https://github.com/apps/octokit-js-project-board/installations/new/permissions?suggested_target_id=${ownerId}&repository_ids[]=${repositoryId})
15
-
- [ ] [Install the prettier-toc-me app](https://github.com/apps/prettier-toc-me/installations/new/permissions?suggested_target_id=${ownerId}&repository_ids[]=${repositoryId})
16
15
`;
17
16
}else{
18
17
body+=`- [ ] Create npm token at \`https://www.npmjs.com/settings/<your npm username>/tokens/create\` (with "Read and Publish" selected) and add it as \`NPM_TOKEN\` at Then create secret at https://github.com/${owner}/${repo}/settings/secrets`;
0 commit comments