diff options
| author | Dax <[email protected]> | 2026-01-02 16:02:52 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-02 16:02:52 -0500 |
| commit | 3c41e4e8f12b7f06258490bb7a85388de1eca381 (patch) | |
| tree | c031d4b5fd12409c0a25bf18f39a9b8a191cc625 /scripts | |
| parent | 66bc046503190622e9d652bbed6a940b003aeb77 (diff) | |
| download | opencode-3c41e4e8f12b7f06258490bb7a85388de1eca381.tar.gz opencode-3c41e4e8f12b7f06258490bb7a85388de1eca381.zip | |
chore: rename repo references from sst/opencode to anomalyco/opencode (#6687)
Co-authored-by: Github Action <[email protected]>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/analyze-first-time-contributors.sh | 2 | ||||
| -rwxr-xr-x | scripts/analyze-recent-weeks.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/analyze-first-time-contributors.sh b/scripts/analyze-first-time-contributors.sh index 0a3a1e3c8..b7c608a54 100755 --- a/scripts/analyze-first-time-contributors.sh +++ b/scripts/analyze-first-time-contributors.sh @@ -6,7 +6,7 @@ set -euo pipefail -REPO="sst/opencode" +REPO="anomalyco/opencode" GITHUB_API="https://api.github.com/repos" FOUR_WEEKS_AGO=$(date -u -v-28d '+%Y-%m-%dT00:00:00Z' 2>/dev/null || date -u -d '4 weeks ago' '+%Y-%m-%dT00:00:00Z') diff --git a/scripts/analyze-recent-weeks.sh b/scripts/analyze-recent-weeks.sh index f9654e85f..1b6bed51c 100755 --- a/scripts/analyze-recent-weeks.sh +++ b/scripts/analyze-recent-weeks.sh @@ -6,7 +6,7 @@ set -euo pipefail -REPO="sst/opencode" +REPO="anomalyco/opencode" GITHUB_API="https://api.github.com/repos" # Start from Dec 15 |
