Skip to content

Commit

Permalink
remove cruft and update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler committed Nov 6, 2024
1 parent e5ad869 commit 2618a36
Show file tree
Hide file tree
Showing 38 changed files with 46 additions and 4,024 deletions.
5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/documentation_request.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/ISSUE_TEMPLATE/enhancement.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/question.yml

This file was deleted.

21 changes: 3 additions & 18 deletions .github/workflows/ci-aqua-security-trivy-tests.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,9 @@
name: ci-aqua-security-trivy-tests
on:
pull_request:
paths-ignore:
- '.github/CODEOWNERS'
- '.vscode/**'
- 'compose/**'
- 'contrib/systemd/**'
- 'licenses/**'
- 'paper/**'
- 'present/**'
- 'RFC/**'
- 'static/**'
- 'wiki/**'
- '**/**.dockerignore'
- '**/**.gitignore'
- '**/**.md'
- '**/**.png'
- '**/**.jpg'
- '**/**.gif'
- '**/**.ini'
paths:
- '**/*.go'
- '**/go.mod'
types:
- opened
- reopened
Expand Down
21 changes: 3 additions & 18 deletions .github/workflows/ci-dgraph-code-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,9 @@
name: ci-dgraph-code-coverage
on:
push:
paths-ignore:
- '.github/CODEOWNERS'
- '.vscode/**'
- 'compose/**'
- 'contrib/systemd/**'
- 'licenses/**'
- 'paper/**'
- 'present/**'
- 'RFC/**'
- 'static/**'
- 'wiki/**'
- '**/**.dockerignore'
- '**/**.gitignore'
- '**/**.md'
- '**/**.png'
- '**/**.jpg'
- '**/**.gif'
- '**/**.ini'
paths:
- '**/*.go'
- '**/go.mod'
branches:
- main
- 'release/**'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-dgraph-fuzz.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: ci-dgraph-fuzz
on:
pull_request:
paths:
- '**/*.go'
- '**/go.mod'
types:
- opened
- reopened
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-dgraph-integration2-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: ci-dgraph-integration2-tests
on:
pull_request:
paths:
- '**/*.go'
- '**/go.mod'
types:
- opened
- reopened
Expand Down
21 changes: 3 additions & 18 deletions .github/workflows/ci-dgraph-ldbc-tests.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,9 @@
name: ci-dgraph-ldbc-tests
on:
pull_request:
paths-ignore:
- '.github/CODEOWNERS'
- '.vscode/**'
- 'compose/**'
- 'contrib/systemd/**'
- 'licenses/**'
- 'paper/**'
- 'present/**'
- 'RFC/**'
- 'static/**'
- 'wiki/**'
- '**/**.dockerignore'
- '**/**.gitignore'
- '**/**.md'
- '**/**.png'
- '**/**.jpg'
- '**/**.gif'
- '**/**.ini'
paths:
- '**/*.go'
- '**/go.mod'
types:
- opened
- reopened
Expand Down
21 changes: 3 additions & 18 deletions .github/workflows/ci-dgraph-load-tests.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,14 @@
name: ci-dgraph-load-tests
on:
pull_request:
paths:
- '**/*.go'
- '**/go.mod'
types:
- opened
- reopened
- synchronize
- ready_for_review
paths-ignore:
- '.github/CODEOWNERS'
- '.vscode/**'
- 'compose/**'
- 'contrib/systemd/**'
- 'licenses/**'
- 'paper/**'
- 'present/**'
- 'RFC/**'
- 'static/**'
- 'wiki/**'
- '**/**.dockerignore'
- '**/**.gitignore'
- '**/**.md'
- '**/**.png'
- '**/**.jpg'
- '**/**.gif'
- '**/**.ini'
branches:
- main
- 'release/**'
Expand Down
21 changes: 3 additions & 18 deletions .github/workflows/ci-dgraph-oss-build.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,9 @@
name: ci-dgraph-oss-build
on:
pull_request:
paths-ignore:
- '.github/CODEOWNERS'
- '.vscode/**'
- 'compose/**'
- 'contrib/systemd/**'
- 'licenses/**'
- 'paper/**'
- 'present/**'
- 'RFC/**'
- 'static/**'
- 'wiki/**'
- '**/**.dockerignore'
- '**/**.gitignore'
- '**/**.md'
- '**/**.png'
- '**/**.jpg'
- '**/**.gif'
- '**/**.ini'
paths:
- '**/*.go'
- '**/go.mod'
types:
- opened
- reopened
Expand Down
33 changes: 9 additions & 24 deletions .github/workflows/ci-dgraph-tests-arm64.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,17 @@
name: ci-dgraph-tests-arm64
on:
pull_request:
paths-ignore:
- '.github/CODEOWNERS'
- '.vscode/**'
- 'compose/**'
- 'contrib/systemd/**'
- 'licenses/**'
- 'paper/**'
- 'present/**'
- 'RFC/**'
- 'static/**'
- 'wiki/**'
- '**/**.dockerignore'
- '**/**.gitignore'
- '**/**.md'
- '**/**.png'
- '**/**.jpg'
- '**/**.gif'
- '**/**.ini'
paths:
- '**/*.go'
- '**/go.mod'
types:
- opened
- reopened
- synchronize
- ready_for_review
- opened
- reopened
- synchronize
- ready_for_review
branches:
- main
- 'release/**'
- main
- 'release/**'
jobs:
dgraph-tests:
if: github.event.pull_request.draft == false
Expand Down
33 changes: 9 additions & 24 deletions .github/workflows/ci-dgraph-tests.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,17 @@
name: ci-dgraph-tests
on:
pull_request:
paths-ignore:
- '.github/CODEOWNERS'
- '.vscode/**'
- 'compose/**'
- 'contrib/systemd/**'
- 'licenses/**'
- 'paper/**'
- 'present/**'
- 'RFC/**'
- 'static/**'
- 'wiki/**'
- '**/**.dockerignore'
- '**/**.gitignore'
- '**/**.md'
- '**/**.png'
- '**/**.jpg'
- '**/**.gif'
- '**/**.ini'
paths:
- '**/*.go'
- '**/go.mod'
types:
- opened
- reopened
- synchronize
- ready_for_review
- opened
- reopened
- synchronize
- ready_for_review
branches:
- main
- 'release/**'
- main
- 'release/**'
jobs:
dgraph-tests:
if: github.event.pull_request.draft == false
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-dgraph-upgrade-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: ci-dgraph-upgrade-tests
on:
pull_request:
paths:
- '**/*.go'
- '**/go.mod'
types:
- opened
- reopened
Expand Down
Loading

0 comments on commit 2618a36

Please sign in to comment.