Skip to content

Commit

Permalink
ci: fix labeler config after upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal committed Jan 20, 2025
1 parent aff5e16 commit 9d335b1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 13 deletions.
36 changes: 23 additions & 13 deletions .github/pr-labeler-config.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,32 @@
ingestion:
- "metadata-ingestion/**/*"
- "metadata-ingestion-modules/**/*"
- "metadata-integration/**/*"
- changed-files:
- any-glob-to-any-file:
- "metadata-ingestion/**/*"
- "metadata-ingestion-modules/**/*"
- "metadata-integration/**/*"

devops:
- "docker/**/*"
- ".github/**/*"
- "perf-test/**/*"
- "metadata-service/**/*"
- changed-files:
- any-glob-to-any-file:
- "docker/**/*"
- ".github/**/*"
- "perf-test/**/*"
- "metadata-service/**/*"

product:
- "datahub-web-react/**/*"
- "datahub-frontend/**/*"
- "datahub-graphql-core/**/*"
- "metadata-io/**/*"
- changed-files:
- any-glob-to-any-file:
- "datahub-web-react/**/*"
- "datahub-frontend/**/*"
- "datahub-graphql-core/**/*"
- "metadata-io/**/*"

docs:
- "docs/**/*"
- changed-files:
- any-glob-to-any-file:
- "docs/**/*"

smoke_test:
- "smoke-test/**/*"
- changed-files:
- any-glob-to-any-file:
- "smoke-test/**/*"
4 changes: 4 additions & 0 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
pull_request_target:
types: [opened, reopened]

permissions:
contents: read
pull-requests: write

jobs:
triage:
permissions:
Expand Down

0 comments on commit 9d335b1

Please sign in to comment.