Skip to content

Commit 381a001

Browse files
committed
Update additional s0 references
1 parent 46c2e59 commit 381a001

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# needed got pnpm test:ci
22
GITHUB_TOKEN='<...some token>'
3-
GITHUB_REPOSITORY=s0/ghcommit
3+
GITHUB_REPOSITORY=changesets/ghcommit
44

55
# Debug Logging
66
# RUNNER_DEBUG=1

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# `@s0/ghcommit`
1+
# `@changesets/ghcommit`
22

3-
[![View on NPM](https://badgen.net/npm/v/@s0/ghcommit)](https://www.npmjs.com/package/@s0/ghcommit)
3+
[![View on NPM](https://badgen.net/npm/v/@changesets/ghcommit)](https://www.npmjs.com/package/@changesets/ghcommit)
44

55
NPM / TypeScript package to commit changes GitHub repositories using the GraphQL API.
66

@@ -32,7 +32,7 @@ NPM / TypeScript package to commit changes GitHub repositories using the GraphQL
3232
Install using your favourite package manager:
3333

3434
```
35-
pnpm install @s0/ghcommit
35+
pnpm install @changesets/ghcommit
3636
```
3737

3838
### Usage in github actions
@@ -103,7 +103,7 @@ Example:
103103

104104
```ts
105105
import { context, getOctokit } from "@actions/github";
106-
import { commitChangesFromRepo } from "@s0/ghcommit/git";
106+
import { commitChangesFromRepo } from "@changesets/ghcommit/git";
107107

108108
const octokit = getOctokit(process.env.GITHUB_TOKEN);
109109

@@ -179,7 +179,7 @@ Example:
179179

180180
```ts
181181
import { context, getOctokit } from "@actions/github";
182-
import { commitFilesFromDirectory } from "@s0/ghcommit/fs";
182+
import { commitFilesFromDirectory } from "@changesets/ghcommit/fs";
183183

184184
const octokit = getOctokit(process.env.GITHUB_TOKEN);
185185

@@ -245,7 +245,7 @@ Example:
245245

246246
```ts
247247
import { context, getOctokit } from "@actions/github";
248-
import { commitFilesFromBuffers } from "@s0/ghcommit/node";
248+
import { commitFilesFromBuffers } from "@changesets/ghcommit/node";
249249

250250
const octokit = getOctokit(process.env.GITHUB_TOKEN);
251251

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
## Reporting a Vulnerability
1010

11-
Please select "Report a Vulnerability" on the [Security Tab](https://github.com/s0/ghcommit/security). We will investigate all legitimate reports and do our best to quickly fix the problem.
11+
Please select "Report a Vulnerability" on the [Security Tab](https://github.com/changesets/ghcommit/security). We will investigate all legitimate reports and do our best to quickly fix the problem.

0 commit comments

Comments
 (0)