Skip to content

Commit 177f5bd

Browse files
chore: update readme, other docs for v25 and account change (#9522)
**Description** This PR updates the version information in the README and updates links to the restored dgraph-io gh account. --------- Co-authored-by: raphael-istari <rderbier@istaridigital.com>
1 parent 66d03b0 commit 177f5bd

17 files changed

+55
-55
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Please explain the changes you made here.
88
- [ ] For all _code_ changes, an entry added to the `CHANGELOG.md` file describing and linking to
99
this PR
1010
- [ ] Tests added for new functionality, or regression tests for bug fixes added as applicable
11-
- [ ] For public APIs, new features, etc., PR on
12-
[docs repo](https://github.com/hypermodeinc/docs) staged and linked here
11+
- [ ] For public APIs, new features, etc., PR on [docs repo](https://github.com/dgraph-io/docs)
12+
staged and linked here
1313

1414
**Instructions**
1515

.github/workflows/ci-dgraph-core-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: ci-dgraph-core-tests
33
on:
44
pull_request:
55
paths:
6+
- "!**/*.md"
67
- "**/*.go"
78
- "**/go.mod"
89
- "**/*.yml"

.github/workflows/ci-dgraph-core-upgrade-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: ci-dgraph-core-upgrade-tests
33
on:
44
pull_request:
55
paths:
6+
- "!**/*.md"
67
- "**/*.go"
78
- "**/go.mod"
89
- "**/*.yml"

.github/workflows/ci-dgraph-integration2-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: ci-dgraph-integration2-tests
33
on:
44
pull_request:
55
paths:
6+
- "!**/*.md"
67
- "**/*.go"
78
- "**/go.mod"
89
- "**/*.yml"

.github/workflows/ci-dgraph-ldbc-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: ci-dgraph-ldbc-tests
33
on:
44
pull_request:
55
paths:
6+
- "!**/*.md"
67
- "**/*.go"
78
- "**/go.mod"
89
- "**/*.yml"

.github/workflows/ci-dgraph-load-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: ci-dgraph-load-tests
33
on:
44
pull_request:
55
paths:
6+
- "!**/*.md"
67
- "**/*.go"
78
- "**/go.mod"
89
- "**/*.yml"

.github/workflows/ci-dgraph-system-upgrade-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: ci-dgraph-system-upgrade-tests
33
on:
44
pull_request:
55
paths:
6+
- "!**/*.md"
67
- "**/*.go"
78
- "**/go.mod"
89
- "**/*.yml"

.github/workflows/ci-dgraph-systest-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: ci-dgraph-system-tests
33
on:
44
pull_request:
55
paths:
6+
- "!**/*.md"
67
- "**/*.go"
78
- "**/go.mod"
89
- "**/*.yml"

.github/workflows/ci-dgraph-tests-arm64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: ci-dgraph-tests-arm64
33
on:
44
pull_request:
55
paths:
6+
- "!**/*.md"
67
- "**/*.go"
78
- "**/go.mod"
89
- "**/*.yml"

.github/workflows/ci-dgraph-vector-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: ci-dgraph-vector-tests
33
on:
44
pull_request:
55
paths:
6+
- "!**/*.md"
67
- "**/*.go"
78
- "**/go.mod"
89
- "**/*.yml"

0 commit comments

Comments
 (0)