Skip to content

Commit

Permalink
chore: updated PR labeler config
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingquaks authored Jun 4, 2024
1 parent f65a085 commit 9f52f1b
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,59 +11,59 @@ GitHubPages:
Documentation:
- changed-files:
- any-glob-to-any-file:
- pages/*
- docs/*
- pages/**/*
- docs/**/*
- README.md

API:
- changed-files:
- any-glob-to-any-file:
- lib/api/*
- lib/shared/api/*
- lib/api/**/*
- lib/shared/api/**/*

Auth:
- changed-files:
- any-glob-to-any-file:
- lib/authentication/*
- lib/authorization/*
- lib/authentication/**/*
- lib/authorization/**/*

AuthN:
- changed-files:
- any-glob-to-any-file:
- lib/authentication/*
- lib/authentication/**/*

AuthZ:
- changed-files:
- any-glob-to-any-file:
- lib/authorization/*
- lib/authorization/**/*

DataFeed:
- changed-files:
- any-glob-to-any-file:
- lib/data-feed-ingestion/*
- lib/data-feed-ingestion/**/*

Newsletter:
- changed-files:
- any-glob-to-any-file:
- lib/newsletter-generator/*
- lib/shared/email-generator/*
- lib/newsletter-generator/**/*
- lib/shared/email-generator/**/*

LLMPrompting:
- changed-files:
- any-glob-to-any-file:
- lib/shared/prompts/*
- lib/shared/prompts/**/*

UserInterface:
- changed-files:
- any-glob-to-any-file:
- lib/user-interface/*
- lib/user-interface/**/*

CLI:
- changed-files:
- any-glob-to-any-file:
- cli/*
- cli/**/*

GitHubFiles:
- changed-files:
- any-glob-to-any-file:
- .github/*
- .github/**/*

0 comments on commit 9f52f1b

Please sign in to comment.