Skip to content

Commit

Permalink
chore: update repository references and user information
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvikshan committed Dec 10, 2024
1 parent 234eb36 commit b2370c2
Show file tree
Hide file tree
Showing 8 changed files with 70 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ubuntu + Bun",
"image": "ghcr.io/vixshan/devcontainers/ubuntu-bun:latest",
"image": "ghcr.io/iamvikshan/devcontainers/ubuntu-bun:latest",
// Configure tool-specific properties.
"customizations": {
"vscode": {
Expand Down
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ updates:
interval: "daily"
open-pull-requests-limit: 5
reviewers:
- "vixshan"
- "iamvikshan"
labels:
- "dependencies"
# ignore:
Expand All @@ -27,6 +27,6 @@ updates:
interval: "daily"
open-pull-requests-limit: 5
reviewers:
- "vixshan"
- "iamvikshan"
labels:
- "actions"
44 changes: 44 additions & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: "CLA Assistant"
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]

permissions:
actions: write
contents: read
pull-requests: write
statuses: write

jobs:
CLAAssistant:
runs-on: ubuntu-latest
steps:
- name: "CLA Assistant"
if:
(github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign
the CLA') || github.event_name == 'pull_request_target'
uses: contributor-assistant/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_TOKEN }}
with:
path-to-signatures: "signatures/signatures.json"
path-to-document: "https://github.com/iamvikshan/.github/blob/main/.github/CLA.md"
branch: "main"
remote-organization-name: ${{ github.repository_owner }}
remote-repository-name: ".github"
allowlist: dependabot-preview[bot], dependabot[bot], *bot, bot*
create-file-commit-message: "chore: create file for storing CLA signatures"
signed-commit-message: "chore: $contributorName has signed the CLA"
custom-notsigned-prcomment: |
Thank you for your contribution! Before we can merge this PR, please sign our Contributor License Agreement (CLA).
:memo: Please read our Code of Conduct and comment on this PR:
> I have read the CLA Document and I hereby sign the CLA
After signing, you can trigger a recheck by commenting `recheck`
custom-pr-sign-comment: "I have read the CLA Document and I hereby sign the CLA"
custom-allsigned-prcomment: "✅ All contributors have signed the CLA"
lock-pullrequest-aftermerge: true
4 changes: 1 addition & 3 deletions .github/workflows/git-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: GitLab Sync
on:
push:
branches: ["*"]
delete:
branches: ["*"]
pull_request:
types: [opened, closed, reopened, edited, labeled, unlabeled]
schedule:
Expand Down Expand Up @@ -109,7 +107,7 @@ jobs:
# Sync branches to GitLab
git config --global user.name "vikshan"
git config --global user.email "vixshan@gmail.com"
git config --global user.email "iamvikshan@gmail.com"
echo "$GITHUB_BRANCHES" | while read branch; do
if [ -n "$branch" ]; then
echo "Syncing branch: $branch"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
- name: Sync repositories
run: |
bun run f
git config --global user.email "vixshan@gmail.com"
git config --global user.name "vixshan"
git config --global user.email "iamvikshan@gmail.com"
git config --global user.name "iamvikshan"
git commit --amend --no-edit
git push -f origin HEAD:${{ github.ref_name }}
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
### Features

- update documentation
([4d3d7e3](https://github.com/vixshan/bento/commit/4d3d7e302a02942c542a827317ca1f91b9244f61))
([4d3d7e3](https://github.com/iamvikshan/bento/commit/4d3d7e302a02942c542a827317ca1f91b9244f61))

### Bug Fixes

- fix release workflow
([a12b133](https://github.com/vixshan/bento/commit/a12b133caead06c0d15b2581f0ec5155b65b099a))
([a12b133](https://github.com/iamvikshan/bento/commit/a12b133caead06c0d15b2581f0ec5155b65b099a))
29 changes: 16 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,25 @@
<a href="LICENSE">
<img src="https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge" alt="MIT License" height="22"/>
</a>
<a href="https://github.com/vixshan/bento/actions/workflows/git-sync.yml">
<img src="https://github.com/vixshan/bento/actions/workflows/git-sync.yml/badge.svg" alt="GitLab Sync" height="22"/>
<a href="https://github.com/iamvikshan/bento/actions/workflows/git-sync.yml">
<img src="https://github.com/iamvikshan/bento/actions/workflows/git-sync.yml/badge.svg" alt="GitLab Sync" height="22"/>
</a>
<a href="https://github.com/vixshan/bento/actions/workflows/releases.yml">
<img src="https://github.com/vixshan/bento/actions/workflows/releases.yml/badge.svg" alt="Releases" height="22"/>
<a href="https://github.com/iamvikshan/bento/actions/workflows/releases.yml">
<img src="https://github.com/iamvikshan/bento/actions/workflows/releases.yml/badge.svg" alt="Releases" height="22"/>
</a>
<a href="https://github.com/iamvikshan/bento/actions/workflows/cla.yml">
<img src="https://github.com/iamvikshan/bento/actions/workflows/cla.yml/badge.svg" alt="Releases" height="22"/>
</a>
</div>

<div align="center">
<a href="https://zeabur.com/templates/U3I9WF?referralCode=vixshan">
<a href="https://zeabur.com/templates/U3I9WF?referralCode=iamvikshan">
<img src="https://zeabur.com/button.svg" alt="Deploy on Zeabur" height="27"/>
</a>
<a href="https://railway.com/template/6fVSiZ?referralCode=HB99pt">
<img src="https://railway.com/button.svg" alt="Deploy on Railway" height="27"/>
</a>
<a href="https://app.koyeb.com/deploy?type=git&repository=github.com/vixshan/bento&name=bento&service_type=web&builder=dockerfile">
<a href="https://app.koyeb.com/deploy?type=git&repository=github.com/iamvikshan/bento&name=bento&service_type=web&builder=dockerfile">
<img src="https://www.koyeb.com/static/images/deploy/button.svg" alt="Deploy to Koyeb" height="27"/>
</a>
<a href="https://dashboard.heroku.com/new?template=https%3A%2F%2Fgithub.com%2Fvixshan%2Fbento">
Expand Down Expand Up @@ -79,7 +82,7 @@ Before you begin, ensure you have:
1. Clone and install dependencies:

```bash
git clone https://github.com/vixshan/bento.git
git clone https://github.com/iamvikshan/bento.git
cd bento
bun i
```
Expand Down Expand Up @@ -110,7 +113,7 @@ bun test
## ☁️ Cloud Deployment Options

1. ⭐ Star and [fork](https://github.com/vixshan/bento/fork) this repository
1. ⭐ Star and [fork](https://github.com/iamvikshan/bento/fork) this repository

### Deploy to Zeabur

Expand All @@ -126,7 +129,7 @@ bun test

1. [Create a Koyeb account](https://app.koyeb.com/signup)
2. Deploy from your GitHub repository or
[click here](https://app.koyeb.com/deploy?type=git&repository=github.com/vixshan/bento&name=bento&service_type=web&builder=dockerfile)
[click here](https://app.koyeb.com/deploy?type=git&repository=github.com/iamvikshan/bento&name=bento&service_type=web&builder=dockerfile)
to automatically create using this repo as template.
3. Set required environment variables

Expand Down Expand Up @@ -175,18 +178,18 @@ bun test

Contributions are always welcome! If you find bugs or have suggestions:

1. [Fork](https://github.com/vixshan/bento/fork) the repository
1. [Fork](https://github.com/iamvikshan/bento/fork) the repository
2. Create your feature branch
3. Commit your changes
4. Push to the branch
5. Open a [Pull Request](https://github.com/vixshan/bento/compare)
5. Open a [Pull Request](https://github.com/iamvikshan/bento/compare)

> [!TIP]
> If this project helped you, please consider:
>
> - Giving it a star ⭐
> - [Becoming a sponsor](https://github.com/sponsors/vixshan)
> - Checking out my [other projects](https://github.com/vixshan?tab=repositories)
> - [Becoming a sponsor](https://github.com/sponsors/iamvikshan)
> - Checking out my [other projects](https://github.com/iamvikshan?tab=repositories)
## 📄 License

Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bento",
"description": "Use a custom domain for your Bento profile",
"repository": "https://github.com/vixshan/bento",
"repository": "https://github.com/iamvikshan/bento",
"logo": "https://lh3.googleusercontent.com/a/ACg8ocJ9C_jc3txFitj02HgiJ6fHyVGpBzXhjGlDvfYomhP8fOc=s512-c",
"keywords": ["node", "express", "bento", "nodejs"],
"env": {
Expand All @@ -17,5 +17,5 @@
"size": "basic"
}
},
"buildpacks": [{ "url": "https://github.com/vixshan/heroku-buildpack-bun" }]
"buildpacks": [{ "url": "https://github.com/iamvikshan/heroku-buildpack-bun" }]
}

0 comments on commit b2370c2

Please sign in to comment.