Skip to content

Commit

Permalink
ci: Autolabel some PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Sep 11, 2024
1 parent b25146d commit 936f1a1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,27 @@
GitHub Actions:
- changed-files:
- any-glob-to-any-file: '.github/**/*'

GDPR imports:
- changed-files:
- any-glob-to-any-file: '**/*gdpr*'

Proofs:
- changed-files:
- any-glob-to-any-file: '**/*proof*'

DB migrations:
- changed-files:
- any-glob-to-any-file: '**/*migrations*'

Users:
- changed-files:
- any-glob-to-any-file: '**/*user*'

Products:
- changed-files:
- any-glob-to-any-file: '**/*products*'

Prices:
- changed-files:
- any-glob-to-any-file: '**/*prices*'

0 comments on commit 936f1a1

Please sign in to comment.