Skip to content

Commit

Permalink
labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Oct 21, 2023
1 parent e54abc9 commit 467100c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
14 changes: 1 addition & 13 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,50 +1,38 @@
docs:
documentation:
- docs/*

Bard:
- docs/bard/*
- packages/bard/*
- src/SonsOfPHP/Bard/*

Clock:
- docs/components/clock/*
- packages/clock/*
- src/SonsOfPHP/Component/Clock/*

CQRS:
- docs/components/cqrs/*
- packages/cqrs/*
- packages/cqrs-symfony/*
- src/SonsOfPHP/**/Cqrs/*

EventDispatcher:
- docs/components/event-dispatcher/*
- packages/event-dispatcher/*
- src/SonsOfPHP/**/EventDispatcher/*

EventSourcing:
- docs/components/event-sourcing/*
- packages/event-sourcing/*
- packages/event-sourcing-doctrine/*
- packages/event-sourcing-symfony/*
- src/SonsOfPHP/**/EventSourcing/*

FeatureToggle:
- docs/components/feature-toggle/*
- packages/feature-toggle/*
- src/SonsOfPHP/**/FeatureToggle/*

JSON:
- docs/components/json/*
- packages/json/*
- src/SonsOfPHP/**/Json/*

Money:
- docs/components/money/*
- packages/money/*
- src/SonsOfPHP/**/Money/*

Version:
- docs/components/version/*
- packages/version/*
- src/SonsOfPHP/**/Version/*
1 change: 1 addition & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ jobs:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true

0 comments on commit 467100c

Please sign in to comment.