Skip to content

Commit

Permalink
feat: workflow improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
itsFelixH committed Aug 31, 2024
1 parent 0257260 commit 8a39dad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 7 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,13 @@ assets:

DE:
- changed-files:
- any-glob-to-any-file: "DE/**/*"
- any-glob-to-any-file: "config-files/DE/**/*"

EN:
- changed-files:
- any-glob-to-any-file: "EN/**/*"
- any-glob-to-any-file: "config-files/EN/**/*"

scripts:
- changed-files:
- any-glob-to-any-file: "**/*.ps1"
- any-glob-to-any-file: "**/*.sh"
3 changes: 1 addition & 2 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@


name: "Pull Request Labeler"
on:
- pull_request_target
on: push

jobs:
label:
Expand Down

0 comments on commit 8a39dad

Please sign in to comment.