Skip to content

Commit

Permalink
Merge pull request #4 from Marukome0743/main
Browse files Browse the repository at this point in the history
add labeler ci
  • Loading branch information
Marukome0743 authored Dec 5, 2023
2 parents b74d650 + 7865cf1 commit 14939a3
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
content:
- changed-files:
- any-glob-to-any-file: 'app/**'
dependencies:
- changed-files:
- any-glob-to-any-file: ['bun.lockb', 'package.json', 'yarn.lock']
docker:
- changed-files:
- any-glob-to-any-file: ['.dockerignore', 'Dockerfile']
documentation:
- changed-files:
- any-glob-to-any-file: '**/*.md'
git:
- changed-files:
- any-glob-to-any-file: ['.gitattributes', '.gitignore']
image:
- changed-files:
- any-glob-to-any-file: 'public/**'
infrastructure:
- changed-files:
- any-glob-to-any-file: '.eslistrc.json'
next:
- changed-files:
- any-glob-to-any-file: ['.next/**', '*.config.js', '*.config.ts', 'tsconfig.json']
vscode:
- changed-files:
- any-glob-to-any-file: '.vscode/*'
ci:
- changed-files:
- any-glob-to-any-file: ['.github/workflows/*.yml', '.github/dependabot.yml']
enhancement:
- head-branch: ['^feature', 'feature', '^enhancement', 'enhancement']
12 changes: 12 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5

0 comments on commit 14939a3

Please sign in to comment.