Skip to content

Commit

Permalink
chore: fix labeler GHA
Browse files Browse the repository at this point in the history
Signed-off-by: SdgJlbl <[email protected]>
  • Loading branch information
SdgJlbl committed Apr 3, 2024
1 parent 45dbc37 commit d09a974
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
api:
- backend/api/**/*
- changed-files:
- any-glob-to-any-file: backend/api/**/*

chart:
- chart/**/*
- changed-files:
- any-glob-to-any-file: chart/**/*

documentation:
- docs/**/*
- README.md
- changed-files:
- any-glob-to-any-file:
- docs/**/*
- README.md

compute-engine:
- backend/substrapp/compute_tasks/**/*
- backend/substrapp/tasks/**/*
- changed-files:
- any-glob-to-any-file:
- backend/substrapp/compute_tasks/**/*
- backend/substrapp/tasks/**/*
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Pull request Labeler"
on:
- pull_request_target
- pull_request

jobs:
triage:
Expand Down

0 comments on commit d09a974

Please sign in to comment.