Skip to content

Commit

Permalink
refactor: migrate to github.com/dragonfish-tech
Browse files Browse the repository at this point in the history
  • Loading branch information
debkanchan committed Feb 9, 2024
1 parent 78759a8 commit 4671581
Show file tree
Hide file tree
Showing 30 changed files with 555 additions and 609 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GOPRIVATE=github.com/dragonfish-tech
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>deb-tech-n-sol/configs:renovate"]
"extends": ["github>dragonfish-tech/configs:renovate"]
}
2 changes: 1 addition & 1 deletion .github/workflows/buf-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
buf-push:
uses: deb-tech-n-sol/workflows/.github/workflows/buf-push.yaml@main
uses: dragonfish-tech/workflows/.github/workflows/buf-push.yaml@main
with:
buf-mod-dir: api
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
bazelisk build //...
compute_impacted_targets:
uses: deb-tech-n-sol/workflows/.github/workflows/compute-impacted-targets.yaml@main
uses: dragonfish-tech/workflows/.github/workflows/compute-impacted-targets.yaml@main
secrets: inherit

auto_merge:
permissions:
contents: read
pull-requests: write
name: Auto Merge PR if bot
uses: deb-tech-n-sol/workflows/.github/workflows/auto-merge.yaml@main
uses: dragonfish-tech/workflows/.github/workflows/auto-merge.yaml@main
Loading

0 comments on commit 4671581

Please sign in to comment.