Skip to content

Commit

Permalink
Merge pull request #3 from kurone-kito/add-a-repo
Browse files Browse the repository at this point in the history
Added a repository, and CI updates
  • Loading branch information
kurone-kito authored Mar 28, 2024
2 parents df6f4ac + c0d9b54 commit 1d10e09
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 111 deletions.
10 changes: 10 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
chat:
auto_reply: true
early_access: true
language: en
reviews:
auto_review:
enabled: true
path_instructions:
- instructions: Some files look broken, but they contain templates from Scriban. Please review with this in mind.
path: Website/**/*
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.coderabbit.yaml export-ignore
.gitattributes export-ignore
.github export-ignore
.gitignore export-ignore
reviewpad.yml export-ignore
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- directory: /
labels:
- dependencies
package-ecosystem: github-actions
reviewers:
- kurone-kito
assignees:
- kurone-kito
schedule:
interval: monthly
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"git.branchProtection": ["main"],
"yaml.schemas": {
"https://raw.githubusercontent.com/reviewpad/schemas/main/latest/schema.json": [
"reviewpad.yml"
"https://coderabbit.ai/integrations/coderabbit-overrides.v2.json": [
".coderabbit.yaml"
],
"https://raw.githubusercontent.com/streetsidesoftware/cspell/main/packages/cspell-types/cspell.schema.json": [
"cspell.config.yml"
Expand Down
1 change: 1 addition & 0 deletions cspell.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ignorePaths:
words:
- kito
- kuroné
- scriban
- udonsharp
useGitignore: true
version: '0.2'
107 changes: 0 additions & 107 deletions reviewpad.yml

This file was deleted.

6 changes: 5 additions & 1 deletion source.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"text": "View on GitHub"
},
"bannerUrl": "banner.png",
"githubRepos": ["kurone-kito/udonsharp-toybox", "kurone-kito/vrc-ui"],
"githubRepos": [
"kurone-kito/launchpad-icons",
"kurone-kito/udonsharp-toybox",
"kurone-kito/vrc-ui"
],
"packages": []
}

0 comments on commit 1d10e09

Please sign in to comment.