Skip to content

chore: Update README#8

Merged
matthewmcneely merged 2 commits intomainfrom
matthewmcneely/update-readme
Feb 13, 2026
Merged

chore: Update README#8
matthewmcneely merged 2 commits intomainfrom
matthewmcneely/update-readme

Conversation

@matthewmcneely
Copy link
Owner

@matthewmcneely matthewmcneely commented Feb 13, 2026

Description

Updates to the README and other config files.


Summary by cubic

Refresh project docs and GitHub config to align with dgraph-io/Istari Digital. Clarifies README wording and removes outdated limitations.

  • Refactors

    • Removed docs repo link from the PR template.
    • Updated contact emails in Code of Conduct and Security policy to dgraph-admin@istaridigital.com.
    • Clarified README language (ORM-like) and removed obsolete notes on unique constraints and upserts.
    • Updated SPDX copyright to Istari Digital.
  • Dependencies

    • Switched Renovate config to github>dgraph-io/renovate-config.
    • Pointed Trunk workflow to dgraph-io/.github workflows.

Written for commit 3aa5626. Summary will update on new commits.

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 7 files

Prompt for AI agents (all issues)

Check if these issues are valid — if so, understand the root cause of each and fix them.


<file name=".github/workflows/trunk.yml">

<violation number="1" location=".github/workflows/trunk.yml:14">
P2: Pin the reusable workflow to a specific commit SHA instead of @main to avoid executing unreviewed changes in CI.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

trunk-code-quality:
name: Trunk Code Quality
uses: hypermodeinc/.github/.github/workflows/trunk.yml@main
uses: dgraph-io/.github/.github/workflows/trunk.yml@main
Copy link

@cubic-dev-ai cubic-dev-ai bot Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: Pin the reusable workflow to a specific commit SHA instead of @main to avoid executing unreviewed changes in CI.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .github/workflows/trunk.yml, line 14:

<comment>Pin the reusable workflow to a specific commit SHA instead of @main to avoid executing unreviewed changes in CI.</comment>

<file context>
@@ -11,4 +11,4 @@ permissions:
   trunk-code-quality:
     name: Trunk Code Quality
-    uses: hypermodeinc/.github/.github/workflows/trunk.yml@main
+    uses: dgraph-io/.github/.github/workflows/trunk.yml@main
</file context>
Fix with Cubic

@matthewmcneely matthewmcneely merged commit 6821dcc into main Feb 13, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant