Skip to content

Commit d5821cf

Browse files
committed
🎉 Initial commit
1 parent 255db38 commit d5821cf

19 files changed

+717
-638
lines changed

.dockerignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

.env

Whitespace-only changes.

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @NatoBoram
1+
*.ts @coderabbitai/typescript-reviewers

.github/FUNDING.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/authorized_keys

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
41898282+github-actions[bot]@users.noreply.github.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE0nNJJzdXWCLFEqZd4BMgzbTfabG3Z2kamWwXOpRqBI 41898282+github-actions[bot]@users.noreply.github.com
1+
41898282+github-actions[bot]@users.noreply.github.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJwlBXpWbU695PCyqzVdh+pmps81LzlZak63ODGmlo8P @coderabbitai/bitbucket

.github/workflows/docker.yaml

Lines changed: 0 additions & 54 deletions
This file was deleted.

.github/workflows/pnpm-publish.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
- uses: actions/setup-node@v4
3232
with:
3333
registry-url: https://npm.pkg.github.com
34-
scope: "@natoboram"
34+
scope: "@coderabbitai"
3535
- run: pnpm publish --access public --no-git-checks --provenance
3636
env:
3737
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838

3939
- uses: actions/setup-node@v4
4040
with:
4141
registry-url: https://registry.npmjs.org
42-
scope: "@natoboram"
42+
scope: "@coderabbitai"
4343
- run: pnpm publish --access public --no-git-checks --provenance
4444
env:
4545
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
@@ -50,8 +50,8 @@ jobs:
5050
eval `ssh-agent -s`
5151
ssh-add - <<< '${{ secrets.DEPLOY_KEY_PRIVATE }}'
5252
echo '${{ vars.DEPLOY_KEY_PUBLIC }}' > '${{ runner.temp }}/DEPLOY_KEY_PUBLIC.pub'
53-
ssh-keygen -Y sign -f '${{ runner.temp }}/DEPLOY_KEY_PUBLIC.pub' -n file natoboram-gigachad.ts-*.tgz
54-
ssh-keygen -Y verify -f ./.github/authorized_keys -I '41898282+github-actions[bot]@users.noreply.github.com' -n file -s natoboram-gigachad.ts-*.tgz.sig < natoboram-gigachad.ts-*.tgz
55-
- run: gh release upload ${{ github.ref_name }} natoboram-gigachad.ts-*.tgz natoboram-gigachad.ts-*.tgz.sig
53+
ssh-keygen -Y sign -f '${{ runner.temp }}/DEPLOY_KEY_PUBLIC.pub' -n file coderabbitai-bitbucket-*.tgz
54+
ssh-keygen -Y verify -f ./.github/authorized_keys -I '41898282+github-actions[bot]@users.noreply.github.com' -n file -s coderabbitai-bitbucket-*.tgz.sig < coderabbitai-bitbucket-*.tgz
55+
- run: gh release upload ${{ github.ref_name }} coderabbitai-bitbucket-*.tgz coderabbitai-bitbucket-*.tgz.sig
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.vscode/extensions.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44
"dbaeumer.vscode-eslint",
55
"editorconfig.editorconfig",
66
"esbenp.prettier-vscode",
7+
"github.copilot-chat",
8+
"github.copilot",
79
"github.vscode-github-actions",
810
"github.vscode-pull-request-github",
9-
"ms-azuretools.vscode-docker",
11+
"ms-vscode.vscode-typescript-next",
12+
"seatonjiang.gitmoji-vscode",
1013
"vitest.explorer"
1114
]
1215
}

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
<https://github.com/NatoBoram/gigachad.ts>.
63+
<https://github.com/coderabbitai/bitbucket>.
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the

Dockerfile

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)