Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/prometheus/…
Browse files Browse the repository at this point in the history
…client_golang-1.20.2
  • Loading branch information
ryanfoxtyler authored Aug 24, 2024
2 parents 68f229b + 8879002 commit 1514c97
Showing 1 changed file with 67 additions and 34 deletions.
101 changes: 67 additions & 34 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,49 +1,82 @@
area/graphql:
- graphql/**/*
- changed-files:
- any-glob-to-any-file: graphql/**

area/documentation:
- "**/*.md"
- "**/*.pdf"
- "**/*.tex"
- changed-files:
- any-glob-to-any-file:
- '**/*.md'
- `**/*.pdf`
- `**/*.tex`

area/bulk-loader:
- dgraph/cmd/bulk/**/*
- changed-files:
- any-glob-to-any-file: dgraph/cmd/bulk/**

area/live-loader:
- dgraph/cmd/live/**/*
- changed-files:
- any-glob-to-any-file: dgraph/cmd/live/**

area/querylang:
- dql/**/*
- changed-files:
- any-glob-to-any-file: dql/**

area/integrations:
- contrib/**/*
- .github/**/*
- .travis/**/*
- changed-files:
- any-glob-to-any-file:
- contrib/**
- .github/**
- .travis/**

area/testing/jepsen:
- contrib/jepsen/**/*
- changed-files:
- any-glob-to-any-file: contrib/jepsen/**

area/enterprise:
- ee/**/*
- changed-files:
- any-glob-to-any-file: ee/**

area/enterprise/backup:
- ee/backup/**/*
- changed-files:
- any-glob-to-any-file: ee/backup/**

area/enterprise/acl:
- ee/acl/**/*
- changed-files:
- any-glob-to-any-file: ee/acl/**

area/schema:
- schema/**/*
- changed-files:
- any-glob-to-any-file: schema/**

area/testing:
- systest/**/*
- "**/*test.go"
- graphql/e2e/**/*
- "**/*test.yaml"
- t/**/*
- testutil/**/*
- tlstest/**/*
- changed-files:
- any-glob-to-any-file:
- systest/**
- `**/*test.go`
- graphql/e2e/**
- `**/*test.yaml`
- t/**
- testutil/**
- tlstest/**

area/core:
- protos/**/*
- posting/**/*
- raftwal/**/*
- query/**/*
- schema/**/*
- protos/**/*
- x/**/*
- xidmap/**/*
- worker/**/*
- graphql/**/*
- changed-files:
- any-glob-to-any-file:
- protos/**
- posting/**
- raftwal/**
- query/**
- schema/**
- protos/**
- x/**
- xidmap/**
- worker/**
- graphql/**

go:
- "**/*.go"
- changed-files:
- any-glob-to-any-file: `**/*.go`

python:
- "**/*.py"
- changed-files:
- any-glob-to-any-file: `**/*.py`

0 comments on commit 1514c97

Please sign in to comment.