Skip to content

Commit

Permalink
🤖 [GitHub] Further tweak labeler config
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Oct 18, 2023
1 parent 88934dc commit c1c0a1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
🧰 Dependency: package-lock.json
📚 Documentation:
- 'README.md'
- 'docs/**'
⚖️ Legal: 'LICENSE'
🔖 Release: 'CHANGELOG.md'
- README.md
- docs/**
⚖️ Legal: LICENSE
🔖 Release: CHANGELOG.md
🧪 Testing: '**/*.test.ts'
🛠️ Tooling:
- .github/**
Expand All @@ -14,7 +14,7 @@
- .gitignore
- .nvmrc
- .prettierrc
- 'config/**',
- config/**,
- package.json
- tsconfig.json
- vite.config.ts
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Labeler
name: PR Labels
on: [pull_request_target]

jobs:
Expand Down

0 comments on commit c1c0a1f

Please sign in to comment.